2024-01-18T05:16:40.956 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T05:16:40.956 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543 --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} --verbose --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/orig.config.yaml 2024-01-18T05:16:40.989 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T05:16:41.070 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543 branch: wip-yuri10-testing-2024-01-17-0759-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: '7519543' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-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-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi162.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-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T05:16:41.071 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T05:16:41.071 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T05:16:41.072 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T05:16:41.073 INFO:teuthology.task.internal:Checking packages... 2024-01-18T05:16:41.097 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T05:16:41.098 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T05:16:41.098 INFO:teuthology.packaging:ref: None 2024-01-18T05:16:41.098 INFO:teuthology.packaging:tag: None 2024-01-18T05:16:41.098 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T05:16:41.098 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T05:16:41.098 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T05:16:41.237 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-g491b5e13-1bionic 2024-01-18T05:16:41.239 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T05:16:41.245 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T05:16:41.245 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T05:16:41.262 INFO:teuthology.task.internal:Saving configuration 2024-01-18T05:16:41.275 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T05:16:41.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T05:16:41.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543', '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-18 05:10:56.268181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-18T05:16:41.325 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543', '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-18 05:10:56.269557', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-18T05:16:41.326 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T05:16:41.331 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T05:16:41.331 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T05:16:41.332 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T05:16:41.399 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f98d0666310>, signals=[15]) 2024-01-18T05:16:41.400 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T05:16:41.406 INFO:teuthology.task.internal:Opening connections... 2024-01-18T05:16:41.406 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:16:41.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:16:41.494 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2024-01-18T05:16:41.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:16:41.574 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T05:16:41.580 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2024-01-18T05:16:41.618 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2024-01-18T05:16:41.618 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2024-01-18T05:16:41.664 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Ubuntu" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:ID=ubuntu 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE=debian 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="18.04" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_CODENAME=bionic 2024-01-18T05:16:41.665 INFO:teuthology.orchestra.run.smithi142.stdout:UBUNTU_CODENAME=bionic 2024-01-18T05:16:41.666 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2024-01-18T05:16:41.690 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2024-01-18T05:16:41.695 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2024-01-18T05:16:41.695 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2024-01-18T05:16:41.742 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="Ubuntu" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:ID=ubuntu 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE=debian 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="18.04" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_CODENAME=bionic 2024-01-18T05:16:41.743 INFO:teuthology.orchestra.run.smithi162.stdout:UBUNTU_CODENAME=bionic 2024-01-18T05:16:41.744 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2024-01-18T05:16:41.765 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T05:16:41.774 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T05:16:41.780 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T05:16:41.780 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2024-01-18T05:16:41.782 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2024-01-18T05:16:41.790 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T05:16:41.796 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T05:16:41.796 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2024-01-18T05:16:41.829 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2024-01-18T05:16:41.851 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T05:16:41.905 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T05:16:41.921 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T05:16:41.921 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T05:16:41.921 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T05:16:41.922 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T05:16:41.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:16:41.927 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-18T05:16:41.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:16:41.928 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-18T05:16:41.975 INFO:teuthology.orchestra.run.smithi162.stdout:4.15.0-200-generic 2024-01-18T05:16:41.975 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.15.0-200-generic 2024-01-18T05:16:41.976 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get clean 2024-01-18T05:16:41.977 INFO:teuthology.orchestra.run.smithi142.stdout:4.15.0-200-generic 2024-01-18T05:16:41.977 INFO:teuthology.task.kernel:Running kernel on smithi142: 4.15.0-200-generic 2024-01-18T05:16:41.977 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-01-18T05:16:42.067 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get update 2024-01-18T05:16:42.069 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-01-18T05:16:42.224 INFO:teuthology.orchestra.run.smithi162.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-18T05:16:42.240 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T05:16:42.243 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-18T05:16:42.325 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-18T05:16:42.340 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-18T05:16:42.345 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T05:16:42.427 INFO:teuthology.orchestra.run.smithi162.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-18T05:16:42.532 INFO:teuthology.orchestra.run.smithi162.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-18T05:16:42.580 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-18T05:16:42.689 INFO:teuthology.orchestra.run.smithi162.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-18T05:16:42.715 INFO:teuthology.orchestra.run.smithi162.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-18T05:16:42.724 INFO:teuthology.orchestra.run.smithi162.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-18T05:16:42.727 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-18T05:16:42.741 INFO:teuthology.orchestra.run.smithi162.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-18T05:16:42.741 INFO:teuthology.orchestra.run.smithi162.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-18T05:16:42.743 INFO:teuthology.orchestra.run.smithi162.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-18T05:16:42.754 INFO:teuthology.orchestra.run.smithi162.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-18T05:16:42.761 INFO:teuthology.orchestra.run.smithi162.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-18T05:16:42.768 INFO:teuthology.orchestra.run.smithi162.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-18T05:16:42.773 INFO:teuthology.orchestra.run.smithi162.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-18T05:16:42.774 INFO:teuthology.orchestra.run.smithi162.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-18T05:16:42.774 INFO:teuthology.orchestra.run.smithi162.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-18T05:16:42.788 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-18T05:16:42.793 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-18T05:16:42.794 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-18T05:16:42.807 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-18T05:16:42.809 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-18T05:16:42.833 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-18T05:16:42.855 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-18T05:16:42.858 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-18T05:16:42.859 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-18T05:16:42.859 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-18T05:16:42.859 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-18T05:16:42.860 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-18T05:16:42.860 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-18T05:16:42.860 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-18T05:16:42.885 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-18T05:16:42.912 INFO:teuthology.orchestra.run.smithi162.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-18T05:16:43.277 INFO:teuthology.orchestra.run.smithi162.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-18T05:16:43.402 INFO:teuthology.orchestra.run.smithi162.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-18T05:16:43.405 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-18T05:16:43.414 INFO:teuthology.orchestra.run.smithi162.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-18T05:16:43.434 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-18T05:16:43.443 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-18T05:16:43.454 INFO:teuthology.orchestra.run.smithi162.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-18T05:16:43.455 INFO:teuthology.orchestra.run.smithi162.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-18T05:16:43.458 INFO:teuthology.orchestra.run.smithi162.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-18T05:16:43.494 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-18T05:16:43.495 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-18T05:16:43.499 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-18T05:16:43.504 INFO:teuthology.orchestra.run.smithi162.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-18T05:16:43.524 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-18T05:16:43.548 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-18T05:16:43.571 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-18T05:16:43.714 INFO:teuthology.orchestra.run.smithi162.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-18T05:16:43.734 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-18T05:16:43.825 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-18T05:16:44.234 INFO:teuthology.orchestra.run.smithi162.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-18T05:16:44.237 INFO:teuthology.orchestra.run.smithi162.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-18T05:16:44.238 INFO:teuthology.orchestra.run.smithi162.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-18T05:16:44.239 INFO:teuthology.orchestra.run.smithi162.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-18T05:16:44.246 INFO:teuthology.orchestra.run.smithi162.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-18T05:16:44.254 INFO:teuthology.orchestra.run.smithi162.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-18T05:16:44.256 INFO:teuthology.orchestra.run.smithi162.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-18T05:16:45.533 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 20.1 MB in 3s (6,305 kB/s) 2024-01-18T05:16:45.557 INFO:teuthology.orchestra.run.smithi162.stdout:Fetched 20.1 MB in 3s (6,304 kB/s) 2024-01-18T05:16:47.271 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T05:16:47.274 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-18T05:16:47.323 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T05:16:47.324 DEBUG:teuthology.orchestra.run.smithi162:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T05:16:47.397 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T05:16:47.449 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-18T05:16:47.659 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-01-18T05:16:47.660 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-01-18T05:16:47.711 INFO:teuthology.orchestra.run.smithi162.stdout:Building dependency tree... 2024-01-18T05:16:47.712 INFO:teuthology.orchestra.run.smithi162.stdout:Reading state information... 2024-01-18T05:16:47.879 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2024-01-18T05:16:47.879 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T05:16:47.879 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-18T05:16:47.879 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-18T05:16:47.881 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2024-01-18T05:16:47.881 INFO:teuthology.orchestra.run.smithi142.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-18T05:16:47.882 INFO:teuthology.orchestra.run.smithi142.stdout:Recommended packages: 2024-01-18T05:16:47.882 INFO:teuthology.orchestra.run.smithi142.stdout: thermald 2024-01-18T05:16:47.930 INFO:teuthology.orchestra.run.smithi162.stdout:The following additional packages will be installed: 2024-01-18T05:16:47.931 INFO:teuthology.orchestra.run.smithi162.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T05:16:47.931 INFO:teuthology.orchestra.run.smithi162.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-18T05:16:47.931 INFO:teuthology.orchestra.run.smithi162.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-18T05:16:47.933 INFO:teuthology.orchestra.run.smithi162.stdout:Suggested packages: 2024-01-18T05:16:47.933 INFO:teuthology.orchestra.run.smithi162.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-18T05:16:47.933 INFO:teuthology.orchestra.run.smithi162.stdout:Recommended packages: 2024-01-18T05:16:47.933 INFO:teuthology.orchestra.run.smithi162.stdout: thermald 2024-01-18T05:16:47.939 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2024-01-18T05:16:47.940 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T05:16:47.940 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-18T05:16:47.940 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-18T05:16:47.941 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages will be upgraded: 2024-01-18T05:16:47.942 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-18T05:16:48.000 INFO:teuthology.orchestra.run.smithi162.stdout:The following NEW packages will be installed: 2024-01-18T05:16:48.000 INFO:teuthology.orchestra.run.smithi162.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-18T05:16:48.000 INFO:teuthology.orchestra.run.smithi162.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-18T05:16:48.001 INFO:teuthology.orchestra.run.smithi162.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-18T05:16:48.002 INFO:teuthology.orchestra.run.smithi162.stdout:The following packages will be upgraded: 2024-01-18T05:16:48.003 INFO:teuthology.orchestra.run.smithi162.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-18T05:16:48.005 INFO:teuthology.orchestra.run.smithi142.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T05:16:48.005 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 67.4 MB of archives. 2024-01-18T05:16:48.006 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-18T05:16:48.006 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:48.068 INFO:teuthology.orchestra.run.smithi162.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T05:16:48.068 INFO:teuthology.orchestra.run.smithi162.stdout:Need to get 67.4 MB of archives. 2024-01-18T05:16:48.068 INFO:teuthology.orchestra.run.smithi162.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-18T05:16:48.069 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:48.551 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:48.775 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:48.915 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:49.108 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:49.893 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:49.896 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:49.896 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:49.997 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:49.999 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:49.999 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:50.198 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:50.222 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:50.232 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:50.256 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:50.898 INFO:teuthology.orchestra.run.smithi162.stdout:Fetched 67.4 MB in 2s (30.6 MB/s) 2024-01-18T05:16:50.949 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 67.4 MB in 2s (29.4 MB/s) 2024-01-18T05:16:51.104 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-18T05:16:51.146 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-18T05:16:52.033 INFO:teuthology.orchestra.run.smithi162.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-18T05:16:52.038 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:52.109 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:52.111 INFO:teuthology.orchestra.run.smithi142.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-18T05:16:52.115 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:52.159 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:53.868 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-18T05:16:53.882 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:53.902 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-18T05:16:53.918 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:53.988 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:54.033 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:54.529 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-18T05:16:54.544 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:54.547 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-18T05:16:54.562 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:16:54.579 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:54.597 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:16:58.402 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:16:58.431 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:16:58.537 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:16:58.541 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:16:58.822 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:16:58.884 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:16:58.941 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:16:59.011 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:16:59.260 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-18T05:16:59.275 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-18T05:16:59.319 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T05:16:59.322 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-18T05:16:59.336 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-18T05:16:59.380 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T05:17:04.171 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-18T05:17:04.191 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:17:04.199 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-18T05:17:04.223 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-18T05:17:04.229 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:04.266 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:06.636 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:17:06.678 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-18T05:17:06.757 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:17:06.804 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-18T05:17:07.097 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:07.147 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:07.681 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:07.766 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:08.149 INFO:teuthology.orchestra.run.smithi162.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:08.149 INFO:teuthology.orchestra.run.smithi162.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:08.149 INFO:teuthology.orchestra.run.smithi162.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:08.149 INFO:teuthology.orchestra.run.smithi162.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:08.257 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:08.257 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:08.257 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:08.257 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:08.280 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:08.393 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:08.815 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T05:17:08.928 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-18T05:17:08.941 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.067 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:09.087 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.213 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:09.226 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.339 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.352 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.461 INFO:teuthology.orchestra.run.smithi162.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:09.465 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-18T05:17:09.583 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-18T05:17:09.651 INFO:teuthology.orchestra.run.smithi162.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T05:17:09.651 INFO:teuthology.orchestra.run.smithi162.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:09.780 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T05:17:09.780 INFO:teuthology.orchestra.run.smithi142.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:25.142 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T05:17:25.142 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub' 2024-01-18T05:17:25.165 INFO:teuthology.orchestra.run.smithi142.stdout:Generating grub configuration file ... 2024-01-18T05:17:25.580 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:25.607 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:25.959 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:25.993 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:26.068 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T05:17:26.107 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T05:17:26.492 INFO:teuthology.orchestra.run.smithi162.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T05:17:26.492 INFO:teuthology.orchestra.run.smithi162.stdout:Sourcing file `/etc/default/grub' 2024-01-18T05:17:26.514 INFO:teuthology.orchestra.run.smithi162.stdout:Generating grub configuration file ... 2024-01-18T05:17:26.899 INFO:teuthology.orchestra.run.smithi162.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:26.942 INFO:teuthology.orchestra.run.smithi162.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:27.296 INFO:teuthology.orchestra.run.smithi162.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:27.325 INFO:teuthology.orchestra.run.smithi162.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:27.400 INFO:teuthology.orchestra.run.smithi162.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T05:17:27.429 INFO:teuthology.orchestra.run.smithi162.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T05:17:27.835 INFO:teuthology.orchestra.run.smithi142.stdout:done 2024-01-18T05:17:28.301 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 18 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-01-18T05:17:28.321 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 4.15.0.213.196 2024-01-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.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-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-01-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-01-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-01-18T05:17:28.322 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-01-18T05:17:28.322 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-18T05:17:28.322 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T05:17:28.322 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T05:17:28.322 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T05:17:28.322 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T05:17:28.323 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-01-18T05:17:28.425 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-01-18T05:17:28.581 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T05:17:28.582 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-18T05:17:28.589 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-18T05:17:28.609 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-18T05:17:29.121 INFO:teuthology.orchestra.run.smithi162.stdout:done 2024-01-18T05:17:29.591 DEBUG:teuthology.orchestra.run.smithi162:> dpkg -s linux-image-generic 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Package: linux-image-generic 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Status: install ok installed 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Priority: optional 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Section: kernel 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Installed-Size: 18 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: amd64 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Source: linux-meta 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Version: 4.15.0.213.196 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.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-18T05:17:29.615 INFO:teuthology.orchestra.run.smithi162.stdout:Recommends: thermald 2024-01-18T05:17:29.616 INFO:teuthology.orchestra.run.smithi162.stdout:Description: Generic Linux kernel image 2024-01-18T05:17:29.616 INFO:teuthology.orchestra.run.smithi162.stdout: This package will always depend on the latest generic kernel image 2024-01-18T05:17:29.616 INFO:teuthology.orchestra.run.smithi162.stdout: available. 2024-01-18T05:17:29.616 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-18T05:17:29.616 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T05:17:29.616 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T05:17:29.616 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T05:17:29.616 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T05:17:29.617 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get clean 2024-01-18T05:17:29.715 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get update 2024-01-18T05:17:29.849 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-18T05:17:29.859 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-18T05:17:29.879 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-18T05:17:29.959 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-18T05:17:30.689 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T05:17:30.739 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T05:17:30.822 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T05:17:31.090 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-01-18T05:17:31.090 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-01-18T05:17:31.298 INFO:teuthology.orchestra.run.smithi142.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-18T05:17:31.298 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-01-18T05:17:31.298 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-18T05:17:31.298 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-18T05:17:31.298 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-18T05:17:31.299 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-18T05:17:31.352 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T05:17:31.354 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 18 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-01-18T05:17:31.372 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 4.15.0.213.196 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.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-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-01-18T05:17:31.373 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-01-18T05:17:31.373 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2024-01-18T05:17:31.419 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.A4LZRXAsyX 2024-01-18T05:17:31.420 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub/grub.cfg /tmp/tmp.A4LZRXAsyX 2024-01-18T05:17:31.478 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.A4LZRXAsyX 2024-01-18T05:17:31.612 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.A4LZRXAsyX is 10KB 2024-01-18T05:17:31.622 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.A4LZRXAsyX 2024-01-18T05:17:31.628 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T05:17:31.686 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:17:31.686 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T05:17:31.686 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T05:17:31.760 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-18T05:17:31.760 DEBUG:teuthology.orchestra.run.smithi142:> sudo update-grub 2024-01-18T05:17:31.926 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-18T05:17:31.980 DEBUG:teuthology.orchestra.run.smithi162:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-18T05:17:32.066 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-18T05:17:32.332 INFO:teuthology.orchestra.run.smithi162.stdout:Building dependency tree... 2024-01-18T05:17:32.332 INFO:teuthology.orchestra.run.smithi162.stdout:Reading state information... 2024-01-18T05:17:32.542 INFO:teuthology.orchestra.run.smithi162.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-18T05:17:32.542 INFO:teuthology.orchestra.run.smithi162.stdout:The following packages were automatically installed and are no longer required: 2024-01-18T05:17:32.542 INFO:teuthology.orchestra.run.smithi162.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-18T05:17:32.542 INFO:teuthology.orchestra.run.smithi162.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-18T05:17:32.543 INFO:teuthology.orchestra.run.smithi162.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-18T05:17:32.543 INFO:teuthology.orchestra.run.smithi162.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-18T05:17:32.597 INFO:teuthology.orchestra.run.smithi162.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-18T05:17:32.599 DEBUG:teuthology.orchestra.run.smithi162:> dpkg -s linux-image-generic 2024-01-18T05:17:32.618 INFO:teuthology.orchestra.run.smithi162.stdout:Package: linux-image-generic 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Status: install ok installed 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Priority: optional 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Section: kernel 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Installed-Size: 18 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: amd64 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Source: linux-meta 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Version: 4.15.0.213.196 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.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-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Recommends: thermald 2024-01-18T05:17:32.619 INFO:teuthology.orchestra.run.smithi162.stdout:Description: Generic Linux kernel image 2024-01-18T05:17:32.620 INFO:teuthology.orchestra.run.smithi162.stdout: This package will always depend on the latest generic kernel image 2024-01-18T05:17:32.620 INFO:teuthology.orchestra.run.smithi162.stdout: available. 2024-01-18T05:17:32.620 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2024-01-18T05:17:32.667 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.wbKkmBQZRS 2024-01-18T05:17:32.667 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub/grub.cfg /tmp/tmp.wbKkmBQZRS 2024-01-18T05:17:32.734 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.wbKkmBQZRS 2024-01-18T05:17:32.874 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.wbKkmBQZRS is 10KB 2024-01-18T05:17:32.885 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.wbKkmBQZRS 2024-01-18T05:17:32.892 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T05:17:32.948 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:17:32.949 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T05:17:32.949 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T05:17:33.021 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-18T05:17:33.021 DEBUG:teuthology.orchestra.run.smithi162:> sudo update-grub 2024-01-18T05:17:33.304 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub' 2024-01-18T05:17:33.323 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2024-01-18T05:17:33.580 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:33.590 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:33.905 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:33.917 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:33.992 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T05:17:34.004 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T05:17:34.425 INFO:teuthology.orchestra.run.smithi162.stderr:Sourcing file `/etc/default/grub' 2024-01-18T05:17:34.432 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2024-01-18T05:17:34.664 INFO:teuthology.orchestra.run.smithi162.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-18T05:17:34.677 INFO:teuthology.orchestra.run.smithi162.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-18T05:17:35.002 INFO:teuthology.orchestra.run.smithi162.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-18T05:17:35.014 INFO:teuthology.orchestra.run.smithi162.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-18T05:17:35.092 INFO:teuthology.orchestra.run.smithi162.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-18T05:17:35.105 INFO:teuthology.orchestra.run.smithi162.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-18T05:17:35.337 INFO:teuthology.orchestra.run.smithi142.stderr:done 2024-01-18T05:17:35.339 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2024-01-18T05:17:36.402 INFO:teuthology.orchestra.run.smithi162.stderr:done 2024-01-18T05:17:36.404 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2024-01-18T05:18:05.362 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T05:18:05.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:18:05.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:18:06.414 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T05:18:06.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:18:06.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:18:23.808 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T05:18:24.832 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-18T05:18:32.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:18:32.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:18:33.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:18:33.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:18:35.872 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T05:18:36.892 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-18T05:18:47.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:18:47.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:18:48.897 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:18:48.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:19:06.300 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T05:19:20.384 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-18T05:19:21.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:19:21.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:19:21.651 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-01-18T05:19:21.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:19:21.941 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-18T05:19:21.941 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-18T05:19:21.991 INFO:teuthology.orchestra.run.smithi142.stdout:4.15.0-213-generic 2024-01-18T05:19:21.991 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-18T05:19:21.991 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T05:19:21.991 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T05:19:22.993 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T05:19:22.993 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T05:19:23.034 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2024-01-18T05:19:23.072 DEBUG:teuthology.parallel:result is None 2024-01-18T05:19:35.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:19:35.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:19:35.516 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-18T05:19:35.811 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:19:35.811 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-18T05:19:35.811 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-18T05:19:35.860 INFO:teuthology.orchestra.run.smithi162.stdout:4.15.0-213-generic 2024-01-18T05:19:35.860 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-18T05:19:35.860 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T05:19:35.860 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T05:19:36.861 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T05:19:36.861 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T05:19:36.890 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2024-01-18T05:19:36.925 DEBUG:teuthology.parallel:result is None 2024-01-18T05:19:36.925 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T05:19:36.932 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T05:19:36.932 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T05:19:36.935 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T05:19:36.977 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T05:19:36.984 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T05:19:36.991 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T05:19:36.992 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T05:19:36.994 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T05:19:37.046 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T05:19:37.055 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T05:19:37.055 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:19:37.057 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:19:37.111 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:19:37.116 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:19:37.121 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:19:37.126 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T05:19:37.128 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T05:19:37.136 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T05:19:37.136 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T05:19:37.138 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T05:19:37.182 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T05:19:37.192 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T05:19:37.192 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T05:19:37.195 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T05:19:37.229 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:19:37.248 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:19:37.295 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:19:37.296 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T05:19:37.356 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T05:19:37.363 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T05:19:37.413 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:19:37.413 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T05:19:37.484 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2024-01-18T05:19:37.486 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2024-01-18T05:19:37.567 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T05:19:37.574 INFO:teuthology.task.internal:Starting timer... 2024-01-18T05:19:37.575 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T05:19:37.656 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T05:19:37.665 DEBUG:teuthology.task.selinux:Excluding smithi142: OS 'ubuntu' does not support SELinux 2024-01-18T05:19:37.665 DEBUG:teuthology.task.selinux:Excluding smithi162: OS 'ubuntu' does not support SELinux 2024-01-18T05:19:37.665 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T05:19:37.665 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-18T05:19:37.665 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T05:19:37.665 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T05:19:37.675 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T05:19:37.695 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-18T05:19:37.697 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi142.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T05:24:51.863 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi142.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com')] 2024-01-18T05:24:51.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:24:51.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:24:51.946 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-01-18T05:24:52.065 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T05:24:52.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:24:52.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T05:24:52.145 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-18T05:24:52.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-18T05:24:52.265 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T05:24:52.275 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T05:24:52.276 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T05:24:52.276 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:24:52.278 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T05:24:52.278 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:24:52.332 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-18T05:24:52.332 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Command line: ntpd -gq 2024-01-18T05:24:52.333 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: proto: precision = 0.123 usec (-23) 2024-01-18T05:24:52.334 INFO:teuthology.orchestra.run.smithi142.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T05:24:52.334 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T05:24:52.334 INFO:teuthology.orchestra.run.smithi142.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T05:24:52.335 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen normally on 3 enp3s0f1 172.21.15.142:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen normally on 4 lo [::1]:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e0d%5]:123 2024-01-18T05:24:52.336 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:52 ntpd[14402]: Listening on routing socket on fd #22 for interface updates 2024-01-18T05:24:52.385 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-18T05:24:52.385 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Command line: ntpd -gq 2024-01-18T05:24:52.386 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: proto: precision = 0.123 usec (-23) 2024-01-18T05:24:52.386 INFO:teuthology.orchestra.run.smithi162.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T05:24:52.386 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T05:24:52.387 INFO:teuthology.orchestra.run.smithi162.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen normally on 3 enp3s0f1 172.21.15.162:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen normally on 4 lo [::1]:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f41%5]:123 2024-01-18T05:24:52.388 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:52 ntpd[14499]: Listening on routing socket on fd #22 for interface updates 2024-01-18T05:24:53.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:53 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:53.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:53 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:53.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:53 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:53.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:53 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:53.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:53 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:53.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:53 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:53.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:53 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:53.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:53 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:54.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:54 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:54.385 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:54 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:54.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:54 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:54.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:54 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:54.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:54 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:55.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:55 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:55.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:55 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:55.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:55 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:55.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:55 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:55.385 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:55 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:55.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:55 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:55.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:55 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:55.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:55 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:56.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:56 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:56.385 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:56 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:56.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:56 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:56.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:56 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:56.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:56 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:57.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:57 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:57.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:57 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:57.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:57 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:57.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:57 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:57.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:57.387 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:57 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:58.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:58 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:58.385 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:58 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:58.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:58 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:58.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:58 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:58.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:58 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:59.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:59.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:59.333 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:59.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:59.334 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 05:24:59 ntpd[14402]: ntpd: time slew +0.000228 s 2024-01-18T05:24:59.334 INFO:teuthology.orchestra.run.smithi142.stdout:ntpd: time slew +0.000228s 2024-01-18T05:24:59.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T05:24:59.334 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 05:24:59 ntpd[14402]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T05:24:59.386 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T05:24:59.387 INFO:teuthology.orchestra.run.smithi162.stdout:18 Jan 05:24:59 ntpd[14499]: ntpd: time slew +0.001023 s 2024-01-18T05:24:59.387 INFO:teuthology.orchestra.run.smithi162.stdout:ntpd: time slew +0.001023s 2024-01-18T05:24:59.387 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T05:24:59.387 INFO:teuthology.orchestra.run.smithi162.stderr:18 Jan 05:24:59 ntpd[14499]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T05:24:59.388 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T05:24:59.388 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-01-18T05:24:59.389 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.389 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.389 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.389 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================== 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.454 INFO:teuthology.orchestra.run.smithi162.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T05:24:59.455 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T05:24:59.467 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T05:24:59.467 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:24:59.467 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:24:59.474 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-18T05:24:59.474 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_1 2024-01-18T05:24:59.521 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 340 Links: 1 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:23:26.660188274 +0000 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:23:26.512191055 +0000 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:23:26.512191055 +0000 2024-01-18T05:24:59.522 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:24:59.522 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T05:24:59.576 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:24:59.576 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:24:59.576 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000294097 s, 1.7 MB/s 2024-01-18T05:24:59.577 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T05:24:59.626 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_2 2024-01-18T05:24:59.677 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T05:24:59.677 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:24:59.677 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 347 Links: 1 2024-01-18T05:24:59.677 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:24:59.678 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:23:26.784185943 +0000 2024-01-18T05:24:59.678 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:23:26.780186018 +0000 2024-01-18T05:24:59.678 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:23:26.780186018 +0000 2024-01-18T05:24:59.678 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:24:59.678 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T05:24:59.732 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:24:59.732 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:24:59.732 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000363106 s, 1.4 MB/s 2024-01-18T05:24:59.733 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T05:24:59.783 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_3 2024-01-18T05:24:59.833 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T05:24:59.833 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:24:59.833 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 353 Links: 1 2024-01-18T05:24:59.833 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:24:59.834 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:23:27.076180454 +0000 2024-01-18T05:24:59.834 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:23:27.072180529 +0000 2024-01-18T05:24:59.834 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:23:27.072180529 +0000 2024-01-18T05:24:59.834 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:24:59.834 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T05:24:59.886 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:24:59.886 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:24:59.886 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000310127 s, 1.7 MB/s 2024-01-18T05:24:59.887 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T05:24:59.938 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_4 2024-01-18T05:24:59.989 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T05:24:59.989 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:23:27.512172259 +0000 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:23:27.352175267 +0000 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:23:27.352175267 +0000 2024-01-18T05:24:59.990 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:24:59.990 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T05:25:00.044 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:25:00.044 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:25:00.044 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000360561 s, 1.4 MB/s 2024-01-18T05:25:00.045 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T05:25:00.094 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:25:00.221 INFO:teuthology.orchestra.run.smithi142.stdout:loop 2024-01-18T05:25:00.222 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2024-01-18T05:25:00.222 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:25:00.241 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T05:25:00.265 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_11 2024-01-18T05:25:00.286 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2024-01-18T05:25:00.287 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:25:00.355 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T05:25:00.379 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_21 2024-01-18T05:25:00.400 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2024-01-18T05:25:00.401 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:25:00.463 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T05:25:00.491 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_31 2024-01-18T05:25:00.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2024-01-18T05:25:00.513 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:25:00.575 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T05:25:00.601 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_41 2024-01-18T05:25:00.623 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:25:00.623 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:25:00.673 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme list 2024-01-18T05:25:00.728 INFO:teuthology.orchestra.run.smithi142.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T05:25:00.728 INFO:teuthology.orchestra.run.smithi142.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T05:25:00.729 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme0n1 CVFT6303009Y400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T05:25:00.729 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme1n1 2563947f19733566 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:00.729 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme2n1 966bb3f0d06540b4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:00.729 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme3n1 171a02ac567bff67 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:00.729 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme4n1 e8f0df60fb0a0181 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:00.730 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T05:25:00.730 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:25:00.730 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2024-01-18T05:25:00.785 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:25:00.785 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:25:00.791 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-18T05:25:00.792 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 338 Links: 1 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:23:33.251881862 +0000 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:23:33.107885290 +0000 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:23:33.107885290 +0000 2024-01-18T05:25:00.841 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:25:00.842 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T05:25:00.895 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:25:00.895 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:25:00.895 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000338143 s, 1.5 MB/s 2024-01-18T05:25:00.896 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T05:25:00.946 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 347 Links: 1 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:23:33.559874530 +0000 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:23:33.403878244 +0000 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:23:33.403878244 +0000 2024-01-18T05:25:00.997 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:25:00.997 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T05:25:01.051 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:25:01.051 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:25:01.051 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000359813 s, 1.4 MB/s 2024-01-18T05:25:01.052 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T05:25:01.102 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 353 Links: 1 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:23:33.707871007 +0000 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:23:33.703871102 +0000 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:23:33.703871102 +0000 2024-01-18T05:25:01.153 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:25:01.153 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T05:25:01.207 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:25:01.207 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:25:01.207 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000354172 s, 1.4 MB/s 2024-01-18T05:25:01.208 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T05:25:01.258 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:23:34.139860723 +0000 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:23:33.983864437 +0000 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:23:33.983864437 +0000 2024-01-18T05:25:01.309 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:25:01.309 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T05:25:01.363 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:25:01.363 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:25:01.363 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000314154 s, 1.6 MB/s 2024-01-18T05:25:01.364 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T05:25:01.413 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:25:01.504 INFO:teuthology.orchestra.run.smithi162.stdout:loop 2024-01-18T05:25:01.505 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2024-01-18T05:25:01.506 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:25:01.527 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-18T05:25:01.551 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_11 2024-01-18T05:25:01.572 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2024-01-18T05:25:01.573 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:25:01.638 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-18T05:25:01.662 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_21 2024-01-18T05:25:01.682 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2024-01-18T05:25:01.682 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:25:01.751 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-18T05:25:01.771 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_31 2024-01-18T05:25:01.794 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2024-01-18T05:25:01.794 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:25:01.858 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-18T05:25:01.885 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_41 2024-01-18T05:25:01.908 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:25:01.908 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:25:01.956 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme list 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme0n1 CVFT623300JU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme1n1 205bc063d6a22af0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme2n1 df20eafd4928777d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme3n1 22a8d894d8b315f5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:02.012 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme4n1 af2d35f8a5ebe558 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-18T05:25:02.013 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T05:25:02.013 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:25:02.013 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2024-01-18T05:25:02.067 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T05:25:02.135 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T05:25:02.135 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T05:25:02.136 INFO:tasks.cephadm:Cluster fsid is ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:02.136 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T05:25:02.136 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T05:25:02.136 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi142': '172.21.15.142', 'mon.smithi162': '172.21.15.162'} 2024-01-18T05:25:02.136 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T05:25:02.136 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2024-01-18T05:25:02.153 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2024-01-18T05:25:02.169 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T05:25:02.169 DEBUG:teuthology.orchestra.run.smithi142:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.591 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 05:25 /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.591 DEBUG:teuthology.orchestra.run.smithi162:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.745 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 05:25 /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.745 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.754 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T05:25:02.773 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /etc/ceph 2024-01-18T05:25:02.813 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2024-01-18T05:25:02.828 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 777 /etc/ceph 2024-01-18T05:25:02.867 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2024-01-18T05:25:02.884 INFO:tasks.cephadm:Writing seed config... 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T05:25:02.885 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T05:25:02.885 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:25:02.886 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T05:25:02.916 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 = ee000c34-b5c1-11ee-95ae-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-18T05:25:02.916 DEBUG:teuthology.orchestra.run.smithi142:mon.smithi142> sudo journalctl -f -n 0 -u ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142.service 2024-01-18T05:25:02.960 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T05:25:02.960 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid ee000c34-b5c1-11ee-95ae-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.142 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:25:03.332 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-18T05:25:03.353 INFO:teuthology.orchestra.run.smithi142.stderr:-------------------------------------------------------------------------------- 2024-01-18T05:25:03.353 INFO:teuthology.orchestra.run.smithi142.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', 'ee000c34-b5c1-11ee-95ae-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.142', '--skip-admin-label'] 2024-01-18T05:25:03.354 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying podman|docker is present... 2024-01-18T05:25:03.354 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying lvm2 is present... 2024-01-18T05:25:03.354 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying time synchronization is in place... 2024-01-18T05:25:03.360 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T05:25:03.368 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.376 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T05:25:03.384 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.392 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: enabled 2024-01-18T05:25:03.400 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.409 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T05:25:03.418 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.427 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: enabled 2024-01-18T05:25:03.435 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: active 2024-01-18T05:25:03.436 INFO:teuthology.orchestra.run.smithi142.stderr:Unit ntp.service is enabled and running 2024-01-18T05:25:03.436 INFO:teuthology.orchestra.run.smithi142.stderr:Repeating the final host check... 2024-01-18T05:25:03.436 INFO:teuthology.orchestra.run.smithi142.stderr:docker (/usr/bin/docker) is present 2024-01-18T05:25:03.436 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl is present 2024-01-18T05:25:03.436 INFO:teuthology.orchestra.run.smithi142.stderr:lvcreate is present 2024-01-18T05:25:03.443 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T05:25:03.452 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.461 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T05:25:03.470 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.479 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: enabled 2024-01-18T05:25:03.488 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.496 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T05:25:03.503 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: inactive 2024-01-18T05:25:03.513 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: enabled 2024-01-18T05:25:03.520 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: active 2024-01-18T05:25:03.522 INFO:teuthology.orchestra.run.smithi142.stderr:Unit ntp.service is enabled and running 2024-01-18T05:25:03.522 INFO:teuthology.orchestra.run.smithi142.stderr:Host looks OK 2024-01-18T05:25:03.522 INFO:teuthology.orchestra.run.smithi142.stderr:Cluster fsid: ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:03.522 INFO:teuthology.orchestra.run.smithi142.stderr:Acquiring lock 140449837458712 on /run/cephadm/ee000c34-b5c1-11ee-95ae-87774f69a715.lock 2024-01-18T05:25:03.522 INFO:teuthology.orchestra.run.smithi142.stderr:Lock 140449837458712 acquired on /run/cephadm/ee000c34-b5c1-11ee-95ae-87774f69a715.lock 2024-01-18T05:25:03.523 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying IP 172.21.15.142 port 3300 ... 2024-01-18T05:25:03.523 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying IP 172.21.15.142 port 6789 ... 2024-01-18T05:25:03.523 INFO:teuthology.orchestra.run.smithi142.stderr:Base mon IP(s) is [172.21.15.142:3300, 172.21.15.142:6789], mon addrv is [v2:172.21.15.142:3300,v1:172.21.15.142:6789] 2024-01-18T05:25:03.527 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-18T05:25:03.528 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.142 metric 100 2024-01-18T05:25:03.528 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T05:25:03.528 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.142 2024-01-18T05:25:03.528 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.142 metric 100 2024-01-18T05:25:03.532 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T05:25:03.532 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6e0d/64 scope link 2024-01-18T05:25:03.536 INFO:teuthology.orchestra.run.smithi142.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T05:25:03.538 INFO:teuthology.orchestra.run.smithi142.stderr:Mon IP `172.21.15.142` is in CIDR network `172.21.0.0/20` 2024-01-18T05:25:03.538 INFO:teuthology.orchestra.run.smithi142.stderr:Mon IP `172.21.15.142` is in CIDR network `172.21.0.0/20` 2024-01-18T05:25:03.538 INFO:teuthology.orchestra.run.smithi142.stderr:Mon IP `172.21.15.142` is in CIDR network `172.21.15.254/32` 2024-01-18T05:25:03.538 INFO:teuthology.orchestra.run.smithi142.stderr:Mon IP `172.21.15.142` is in CIDR network `172.21.15.254/32` 2024-01-18T05:25:03.538 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:03.539 INFO:teuthology.orchestra.run.smithi142.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T05:25:03.540 INFO:teuthology.orchestra.run.smithi142.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T05:25:03.911 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0: Pulling from ceph-ci/ceph 2024-01-18T05:25:03.919 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: 5e626d36ac4f: Pulling fs layer 2024-01-18T05:25:03.919 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: ecb73f1b33ca: Pulling fs layer 2024-01-18T05:25:04.698 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: 5e626d36ac4f: Verifying Checksum 2024-01-18T05:25:04.698 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: 5e626d36ac4f: Download complete 2024-01-18T05:25:06.578 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: ecb73f1b33ca: Verifying Checksum 2024-01-18T05:25:06.579 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: ecb73f1b33ca: Download complete 2024-01-18T05:25:07.326 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: 5e626d36ac4f: Pull complete 2024-01-18T05:25:17.200 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: ecb73f1b33ca: Pull complete 2024-01-18T05:25:17.324 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: Digest: sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069 2024-01-18T05:25:17.376 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T05:25:17.424 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T05:25:26.906 INFO:teuthology.orchestra.run.smithi142.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T05:25:27.428 INFO:teuthology.orchestra.run.smithi142.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T05:25:27.428 INFO:teuthology.orchestra.run.smithi142.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T05:25:28.248 INFO:teuthology.orchestra.run.smithi142.stderr:stat: 167 167 2024-01-18T05:25:28.757 INFO:teuthology.orchestra.run.smithi142.stderr:Creating initial keys... 2024-01-18T05:25:29.630 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-authtool: AQBJtqhlPNEgJRAAhb6bVIFzIQLfb1+ekuwLJA== 2024-01-18T05:25:31.009 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-authtool: AQBLtqhl1JIUABAABqPRYo0J85RStPgSa5S9HQ== 2024-01-18T05:25:32.367 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-authtool: AQBMtqhltt1sFRAAAhHnR1Urn89hvOxeoR0d9A== 2024-01-18T05:25:32.883 INFO:teuthology.orchestra.run.smithi142.stderr:Creating initial monmap... 2024-01-18T05:25:33.822 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T05:25:33.822 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:33.822 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T05:25:34.302 INFO:teuthology.orchestra.run.smithi142.stderr:monmaptool for smithi142 [v2:172.21.15.142:3300,v1:172.21.15.142:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T05:25:34.302 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/monmaptool: set fsid to ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:34.302 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T05:25:34.302 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:25:34.302 INFO:teuthology.orchestra.run.smithi142.stderr:Creating mon... 2024-01-18T05:25:35.216 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.202+0000 7f3ad6bc0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T05:25:35.216 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.202+0000 7f3ad6bc0880 1 imported monmap: 2024-01-18T05:25:35.216 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T05:25:35.216 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: fsid ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:35.217 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T05:25:33.814181+0000 2024-01-18T05:25:35.217 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: created 2024-01-18T05:25:33.814181+0000 2024-01-18T05:25:35.217 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T05:25:35.217 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T05:25:35.217 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.smithi142 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.202+0000 7f3ad6bc0880 0 /usr/bin/ceph-mon: set fsid to ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: DB SUMMARY 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.242 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi142/store.db dir, Total Num: 0, files: 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi142/store.db: 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.env: 0x5576bce3d080 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.fs: Posix File System 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.info_log: 0x5576be94d380 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.statistics: (nil) 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.use_fsync: 0 2024-01-18T05:25:35.243 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.db_log_dir: 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi142/store.db 2024-01-18T05:25:35.244 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.write_buffer_manager: 0x5576be953980 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T05:25:35.245 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.unordered_write: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.row_cache: None 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.wal_filter: None 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T05:25:35.246 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T05:25:35.247 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_open_files: -1 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Compression algorithms supported: 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kZSTD supported: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T05:25:35.248 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi142/store.db/MANIFEST-000001 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.merge_operator: 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_filter: None 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T05:25:35.249 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5576be861d30) 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_cache: 0x5576be898d10 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T05:25:35.250 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T05:25:35.251 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression: NoCompression 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.num_levels: 7 2024-01-18T05:25:35.252 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T05:25:35.253 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T05:25:35.254 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T05:25:35.255 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T05:25:35.256 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.ttl: 2592000 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.206+0000 7f3ad6bc0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.210+0000 7f3ad6bc0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi142/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-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.210+0000 7f3ad6bc0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.210+0000 7f3ad6bc0880 4 rocksdb: DB pointer 0x5576be961800 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.214+0000 7f3abfa34700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.214+0000 7f3abfa34700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.257 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:35.258 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.259 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.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-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: 2024-01-18T05:25:35.260 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.214+0000 7f3ad6bc0880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T05:25:35.261 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.214+0000 7f3ad6bc0880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T05:25:35.261 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph-mon: debug 2024-01-18T05:25:35.218+0000 7f3ad6bc0880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi142 for mon.smithi142 2024-01-18T05:25:35.707 INFO:teuthology.orchestra.run.smithi142.stderr:create mon.smithi142 on 2024-01-18T05:25:35.853 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-18T05:25:35.973 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target. 2024-01-18T05:25:35.973 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target. 2024-01-18T05:25:36.215 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to reset failed state of unit ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142.service: Unit ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142.service is not loaded. 2024-01-18T05:25:36.225 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target.wants/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142.service -> /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@.service. 2024-01-18T05:25:36.326 INFO:teuthology.orchestra.run.smithi142.stderr:firewalld does not appear to be present 2024-01-18T05:25:36.327 INFO:teuthology.orchestra.run.smithi142.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T05:25:36.327 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mon to start... 2024-01-18T05:25:36.327 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mon... 2024-01-18T05:25:36.563 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:36 smithi142 systemd[1]: Started Ceph mon.smithi142 for ee000c34-b5c1-11ee-95ae-87774f69a715. 2024-01-18T05:25:37.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:37 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.723517+0000 mon.smithi142 (mon.0) 0 : [INF] mkfs ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:37.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:37 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.704423+0000 mon.smithi142 (mon.0) 1 : cluster [INF] mon.smithi142 is new leader, mons smithi142 in quorum (ranks 0) 2024-01-18T05:25:38.060 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: cluster: 2024-01-18T05:25:38.060 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: id: ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:38.060 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: services: 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi142 (age 0.333141s) 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: data: 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: pgs: 2024-01-18T05:25:38.061 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:38.656 INFO:teuthology.orchestra.run.smithi142.stderr:mon is available 2024-01-18T05:25:38.657 INFO:teuthology.orchestra.run.smithi142.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T05:25:39.063 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.718058+0000 mon.smithi142 (mon.0) 2 : cluster [INF] mon.smithi142 is new leader, mons smithi142 in quorum (ranks 0) 2024-01-18T05:25:39.063 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.720002+0000 mon.smithi142 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2024-01-18T05:25:39.063 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.729618+0000 mon.smithi142 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T05:25:39.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.742167+0000 mon.smithi142 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T05:25:39.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: cluster 2024-01-18T05:25:37.743476+0000 mon.smithi142 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T05:25:39.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:38 smithi142 bash[15596]: audit 2024-01-18T05:25:38.051110+0000 mon.smithi142 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.142:0/2138972644' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [global] 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: fsid = ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.142:3300,v1:172.21.15.142:6789] 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T05:25:39.814 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [mgr] 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [osd] 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T05:25:39.815 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T05:25:40.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:39 smithi142 bash[15596]: audit 2024-01-18T05:25:39.800412+0000 mon.smithi142 (mon.0) 8 : audit [INF] from='client.? 172.21.15.142:0/2208692794' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T05:25:40.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:39 smithi142 bash[15596]: audit 2024-01-18T05:25:39.804511+0000 mon.smithi142 (mon.0) 9 : audit [INF] from='client.? 172.21.15.142:0/2208692794' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T05:25:40.357 INFO:teuthology.orchestra.run.smithi142.stderr:Generating new minimal ceph.conf... 2024-01-18T05:25:41.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:41 smithi142 bash[15596]: audit 2024-01-18T05:25:41.488552+0000 mon.smithi142 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.142:0/285061738' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:25:42.019 INFO:teuthology.orchestra.run.smithi142.stderr:Restarting the monitor... 2024-01-18T05:25:42.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:42 smithi142 systemd[1]: Stopping Ceph mon.smithi142 for ee000c34-b5c1-11ee-95ae-87774f69a715... 2024-01-18T05:25:42.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:42 smithi142 bash[16124]: Error response from daemon: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-mon.smithi142 2024-01-18T05:25:42.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:42 smithi142 bash[15596]: debug 2024-01-18T05:25:42.181+0000 7fd8e0636700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi142 -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-18T05:25:42.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:42 smithi142 bash[15596]: debug 2024-01-18T05:25:42.181+0000 7fd8e0636700 -1 mon.smithi142@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T05:25:43.060 INFO:teuthology.orchestra.run.smithi142.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-18T05:25:43.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:42 smithi142 bash[16124]: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-mon-smithi142 2024-01-18T05:25:43.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:43 smithi142 systemd[1]: Stopped Ceph mon.smithi142 for ee000c34-b5c1-11ee-95ae-87774f69a715. 2024-01-18T05:25:43.313 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:43 smithi142 systemd[1]: Started Ceph mon.smithi142 for ee000c34-b5c1-11ee-95ae-87774f69a715. 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.261+0000 7f46234d0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.261+0000 7f46234d0880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 9 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.261+0000 7f46234d0880 0 pidfile_write: ignore empty --pid-file 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 0 load: jerasure load: lrc load: isa 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: DB SUMMARY 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T05:25:44.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi142/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi142/store.db: 000006.log size: 86549 ; 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.env: 0x55fce3868080 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.fs: Posix File System 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.info_log: 0x55fce440a520 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.statistics: (nil) 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.use_fsync: 0 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T05:25:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.db_log_dir: 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi142/store.db 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T05:25:44.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.write_buffer_manager: 0x55fce50fe420 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T05:25:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T05:25:44.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.unordered_write: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.row_cache: None 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.wal_filter: None 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T05:25:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_open_files: -1 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T05:25:44.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Compression algorithms supported: 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kZSTD supported: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi142/store.db/MANIFEST-000005 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T05:25:44.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.merge_operator: 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_filter: None 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fce43add28) 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cache_index_and_filter_blocks: 1 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: pin_top_level_index_and_filter: 1 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: index_type: 0 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: data_block_index_type: 0 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: index_shortening: 1 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: hash_index_allow_collision: 1 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: checksum: 1 2024-01-18T05:25:44.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: no_block_cache: 0 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_cache: 0x55fce43e4f10 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_cache_name: BinnedLRUCache 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_cache_options: 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: capacity : 536870912 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: num_shard_bits : 4 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: strict_capacity_limit : 0 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: high_pri_pool_ratio: 0.000 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_cache_compressed: (nil) 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: persistent_cache: (nil) 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_size: 4096 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_size_deviation: 10 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_restart_interval: 16 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: index_block_restart_interval: 1 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: metadata_block_size: 4096 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: partition_filters: 0 2024-01-18T05:25:44.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: use_delta_encoding: 1 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: whole_key_filtering: 1 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: verify_compression: 0 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: read_amp_bytes_per_bit: 0 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: format_version: 2 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: enable_index_compression: 1 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: block_align: 0 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression: NoCompression 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.num_levels: 7 2024-01-18T05:25:44.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T05:25:44.575 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T05:25:44.576 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T05:25:44.577 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.ttl: 2592000 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.265+0000 7f46234d0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi142/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-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555544272432, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T05:25:44.578 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 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-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555544274793, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83422, "table_properties": {"data_size": 81689, "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": 76201, "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": 1705555544, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.269+0000 7f46234d0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555544275760, "job": 1, "event": "recovery_finished"} 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 4 rocksdb: DB pointer 0x55fce44ad800 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f460a2c3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f460a2c3700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** DB Stats ** 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:25:44.579 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** Compaction Stats [default] ** 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** Compaction Stats [default] ** 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:25:44.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Cumulative compaction: 0.00 GB write, 12.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Interval compaction: 0.00 GB write, 12.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** Compaction Stats [default] ** 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** Compaction Stats [default] ** 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 57.3 0.00 0.00 1 0.001 0 0 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:44.581 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: Cumulative compaction: 0.00 GB write, 12.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 starting mon.smithi142 rank 0 at public addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] at bind addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi142 fsid ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 1 mon.smithi142@-1(???) e1 preinit fsid ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 mon.smithi142@-1(???).mds e1 new map 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 mon.smithi142@-1(???).mds e1 print_map 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: e1 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 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-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: legacy client fscid: -1 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: 2024-01-18T05:25:44.582 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: No filesystems configured 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 mon.smithi142@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 mon.smithi142@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 0 mon.smithi142@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: audit 2024-01-18T05:25:41.488552+0000 mon.smithi142 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.142:0/285061738' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: debug 2024-01-18T05:25:44.273+0000 7f46234d0880 1 mon.smithi142@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cluster 2024-01-18T05:25:44.283649+0000 mon.smithi142 (mon.0) 1 : cluster [INF] mon.smithi142 is new leader, mons smithi142 in quorum (ranks 0) 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cluster 2024-01-18T05:25:44.283748+0000 mon.smithi142 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cluster 2024-01-18T05:25:44.284524+0000 mon.smithi142 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cluster 2024-01-18T05:25:44.284591+0000 mon.smithi142 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T05:25:44.583 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:44 smithi142 bash[16247]: cluster 2024-01-18T05:25:44.285116+0000 mon.smithi142 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T05:25:45.207 INFO:teuthology.orchestra.run.smithi142.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T05:25:45.207 INFO:teuthology.orchestra.run.smithi142.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:25:45.207 INFO:teuthology.orchestra.run.smithi142.stderr:Creating mgr... 2024-01-18T05:25:45.207 INFO:teuthology.orchestra.run.smithi142.stderr:Verifying port 9283 ... 2024-01-18T05:25:45.348 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Failed to reset failed state of unit ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mgr.smithi142.tzoxhd.service: Unit ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mgr.smithi142.tzoxhd.service is not loaded. 2024-01-18T05:25:45.357 INFO:teuthology.orchestra.run.smithi142.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715.target.wants/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mgr.smithi142.tzoxhd.service -> /etc/systemd/system/ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@.service. 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:firewalld does not appear to be present 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:firewalld does not appear to be present 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mgr to start... 2024-01-18T05:25:45.495 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mgr... 2024-01-18T05:25:45.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:45 smithi142 bash[16247]: audit 2024-01-18T05:25:44.624136+0000 mon.smithi142 (mon.0) 6 : audit [INF] from='client.? 172.21.15.142:0/416172536' entity='client.admin' 2024-01-18T05:25:47.277 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:47.278 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:25:47.278 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsid": "ee000c34-b5c1-11ee-95ae-87774f69a715", 2024-01-18T05:25:47.278 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:25:47.279 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 0 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "smithi142" 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.281 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:25:47.282 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:47.282 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:25:47.282 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:25:47.282 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:25:47.282 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:25:47.285 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:25:47.285 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:25:47.286 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "available": false, 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "nfs", 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:25:37.724760+0000", 2024-01-18T05:25:47.287 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:47.288 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:47.288 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:25:47.288 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:25:47.563 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:47 smithi142 bash[16247]: audit 2024-01-18T05:25:47.268691+0000 mon.smithi142 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.142:0/3661080929' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:25:47.808 INFO:teuthology.orchestra.run.smithi142.stderr:mgr not available, waiting (1/15)... 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsid": "ee000c34-b5c1-11ee-95ae-87774f69a715", 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:25:51.218 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 0 2024-01-18T05:25:51.219 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:51.219 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:25:51.219 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "smithi142" 2024-01-18T05:25:51.219 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:51.220 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-18T05:25:51.220 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:25:51.220 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:51.220 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:25:51.220 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:25:51.221 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:25:51.224 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:25:51.224 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:25:51.224 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:25:51.225 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "available": false, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "nfs", 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:25:37.724760+0000", 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:51.226 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:25:51.227 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:25:51.531 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:51 smithi142 bash[16247]: audit 2024-01-18T05:25:51.207296+0000 mon.smithi142 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.142:0/64053019' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:25:51.773 INFO:teuthology.orchestra.run.smithi142.stderr:mgr not available, waiting (2/15)... 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: cluster 2024-01-18T05:25:53.314206+0000 mon.smithi142 (mon.0) 9 : cluster [INF] Activating manager daemon smithi142.tzoxhd 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: cluster 2024-01-18T05:25:53.320671+0000 mon.smithi142 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi142.tzoxhd(active, starting, since 0.00665364s) 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.321852+0000 mon.smithi142 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.322055+0000 mon.smithi142 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.322195+0000 mon.smithi142 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.322357+0000 mon.smithi142 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.323184+0000 mon.smithi142 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi142.tzoxhd", "id": "smithi142.tzoxhd"}]: dispatch 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: cluster 2024-01-18T05:25:53.327752+0000 mon.smithi142 (mon.0) 16 : cluster [INF] Manager daemon smithi142.tzoxhd is now available 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.346911+0000 mon.smithi142 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:25:53.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.355511+0000 mon.smithi142 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:25:53.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.358919+0000 mon.smithi142 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/trash_purge_schedule"}]: dispatch 2024-01-18T05:25:53.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:53 smithi142 bash[16247]: audit 2024-01-18T05:25:53.363370+0000 mon.smithi142 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:25:54.638 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:54 smithi142 bash[16247]: audit 2024-01-18T05:25:53.366838+0000 mon.smithi142 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.142:0/2177277733' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:25:54.638 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:54 smithi142 bash[16247]: cluster 2024-01-18T05:25:54.325667+0000 mon.smithi142 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi142.tzoxhd(active, since 1.01164s) 2024-01-18T05:25:55.411 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:55.411 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:25:55.411 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsid": "ee000c34-b5c1-11ee-95ae-87774f69a715", 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "health": { 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 0 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "smithi142" 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-18T05:25:55.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T05:25:55.413 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T05:25:55.417 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "iostat", 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "nfs", 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "restful" 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ], 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T05:25:55.418 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "modified": "2024-01-18T05:25:37.724760+0000", 2024-01-18T05:25:55.419 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "services": {} 2024-01-18T05:25:55.419 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: }, 2024-01-18T05:25:55.419 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T05:25:55.419 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:25:55.979 INFO:teuthology.orchestra.run.smithi142.stderr:mgr is available 2024-01-18T05:25:56.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:56 smithi142 bash[16247]: cluster 2024-01-18T05:25:55.374703+0000 mon.smithi142 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi142.tzoxhd(active, since 2s) 2024-01-18T05:25:56.646 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:56 smithi142 bash[16247]: audit 2024-01-18T05:25:55.400344+0000 mon.smithi142 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.142:0/389340387' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [global] 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: fsid = ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T05:25:57.319 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [mgr] 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: [osd] 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T05:25:57.320 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T05:25:57.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:25:57 smithi142 bash[16247]: audit 2024-01-18T05:25:57.308154+0000 mon.smithi142 (mon.0) 25 : audit [INF] from='client.? 172.21.15.142:0/1523873375' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T05:25:57.918 INFO:teuthology.orchestra.run.smithi142.stderr:Enabling cephadm module... 2024-01-18T05:26:00.563 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:00 smithi142 bash[16247]: audit 2024-01-18T05:25:59.418182+0000 mon.smithi142 (mon.0) 26 : audit [INF] from='client.? 172.21.15.142:0/1571466710' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T05:26:01.563 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:01 smithi142 bash[16247]: audit 2024-01-18T05:26:00.299189+0000 mon.smithi142 (mon.0) 27 : audit [INF] from='client.? 172.21.15.142:0/1571466710' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T05:26:01.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:01 smithi142 bash[16247]: cluster 2024-01-18T05:26:00.299379+0000 mon.smithi142 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi142.tzoxhd(active, since 6s) 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "active_name": "smithi142.tzoxhd", 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T05:26:02.454 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:26:02.563 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:02 smithi142 bash[16247]: audit 2024-01-18T05:26:02.445395+0000 mon.smithi142 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.142:0/3989221058' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T05:26:03.046 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for the mgr to restart... 2024-01-18T05:26:03.046 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mgr epoch 5... 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: cluster 2024-01-18T05:26:06.650177+0000 mon.smithi142 (mon.0) 30 : cluster [INF] Active manager daemon smithi142.tzoxhd restarted 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: cluster 2024-01-18T05:26:06.650639+0000 mon.smithi142 (mon.0) 31 : cluster [INF] Activating manager daemon smithi142.tzoxhd 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: cluster 2024-01-18T05:26:06.656733+0000 mon.smithi142 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: cluster 2024-01-18T05:26:06.657009+0000 mon.smithi142 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi142.tzoxhd(active, starting, since 0.00652158s) 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.658456+0000 mon.smithi142 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.660297+0000 mon.smithi142 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi142.tzoxhd", "id": "smithi142.tzoxhd"}]: dispatch 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.661617+0000 mon.smithi142 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.661855+0000 mon.smithi142 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:26:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.662079+0000 mon.smithi142 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:26:07.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: cluster 2024-01-18T05:26:06.665224+0000 mon.smithi142 (mon.0) 39 : cluster [INF] Manager daemon smithi142.tzoxhd is now available 2024-01-18T05:26:07.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:06 smithi142 bash[16247]: audit 2024-01-18T05:26:06.684962+0000 mon.smithi142 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:07.686 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:26:07.687 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T05:26:07.687 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T05:26:07.687 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: cephadm 2024-01-18T05:26:06.680248+0000 mgr.smithi142.tzoxhd (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.810573+0000 mon.smithi142 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.812478+0000 mon.smithi142 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.814863+0000 mon.smithi142 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.818464+0000 mon.smithi142 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.851547+0000 mon.smithi142 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: audit 2024-01-18T05:26:06.856343+0000 mon.smithi142 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/trash_purge_schedule"}]: dispatch 2024-01-18T05:26:08.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:07 smithi142 bash[16247]: cluster 2024-01-18T05:26:07.662061+0000 mon.smithi142 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi142.tzoxhd(active, since 1.01157s) 2024-01-18T05:26:08.377 INFO:teuthology.orchestra.run.smithi142.stderr:mgr epoch 5 is available 2024-01-18T05:26:08.377 INFO:teuthology.orchestra.run.smithi142.stderr:Setting orchestrator backend to cephadm... 2024-01-18T05:26:09.104 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:08 smithi142 bash[16247]: audit 2024-01-18T05:26:07.660555+0000 mgr.smithi142.tzoxhd (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T05:26:09.104 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:08 smithi142 bash[16247]: audit 2024-01-18T05:26:07.677831+0000 mgr.smithi142.tzoxhd (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T05:26:10.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:09 smithi142 bash[16247]: cluster 2024-01-18T05:26:08.815616+0000 mon.smithi142 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi142.tzoxhd(active, since 2s) 2024-01-18T05:26:10.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:09 smithi142 bash[16247]: audit 2024-01-18T05:26:09.778077+0000 mon.smithi142 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:10.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:09 smithi142 bash[16247]: audit 2024-01-18T05:26:09.806774+0000 mon.smithi142 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:11.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:10 smithi142 bash[16247]: audit 2024-01-18T05:26:09.767981+0000 mgr.smithi142.tzoxhd (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-18T05:26:11.711 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: value unchanged 2024-01-18T05:26:12.238 INFO:teuthology.orchestra.run.smithi142.stderr:Generating ssh key... 2024-01-18T05:26:12.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:12 smithi142 bash[16247]: audit 2024-01-18T05:26:11.702536+0000 mgr.smithi142.tzoxhd (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:15.402 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:15 smithi142 bash[16247]: audit 2024-01-18T05:26:13.662933+0000 mgr.smithi142.tzoxhd (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:15.402 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:15 smithi142 bash[16247]: cephadm 2024-01-18T05:26:13.663373+0000 mgr.smithi142.tzoxhd (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T05:26:15.402 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:15 smithi142 bash[16247]: audit 2024-01-18T05:26:14.114049+0000 mon.smithi142 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:15.402 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:15 smithi142 bash[16247]: audit 2024-01-18T05:26:14.118414+0000 mon.smithi142 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:16.051 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQrOb7pNjoX0ffxQbmUzIGRyVB7BiN4g0mGeX/89RbY1vasQSyekItwqT5bE0VJO9mIksQtNJCSi7wgu/6k+MFMbGze6qa0KKLi9eSvlDs1ho+XntIonp06Beo9iiDRWQAq5gLCVSGi+qUPDqyPxewqEIz5Zmhn3jIShv8/GXFdJ8n6Ge9lEp5hDSeJfDHxlFW7Tmj4v03eybkBmPOj4ILt0U6w5GiJ7o+6HlDCgA6ee7LG7qdr3S/j8ZbyWp8U4eZcQ+ge84eF1RXjfDVT8BT5bf1wtE99hTcTncTHfYHb/R5SR6eW0VTde+K2QCukQKlT5GmML2QiIugmhNQwtrZlBygzmLOt9XPjL2R7qXFlJvnSswCUrO0jKhKsEUQlLBWc1xjg7Q5/9ghBUU1ZtBts7TFEXYugUxPsyMgY5XM8jVfZXbnr4ffXGX95xgZipCRharczPz+UPGNgElp/0UEmQ/+GW5mY1TW0i0v9sbDPi0mkZvE+bYDL0rhmKqEQA0= ceph-ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:26:16.617 INFO:teuthology.orchestra.run.smithi142.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:26:16.617 INFO:teuthology.orchestra.run.smithi142.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T05:26:16.618 INFO:teuthology.orchestra.run.smithi142.stderr:Adding host smithi142... 2024-01-18T05:26:16.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:16 smithi142 bash[16247]: audit 2024-01-18T05:26:16.041917+0000 mgr.smithi142.tzoxhd (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:18.813 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:18 smithi142 bash[16247]: audit 2024-01-18T05:26:18.109591+0000 mgr.smithi142.tzoxhd (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "addr": "172.21.15.142", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:18.935 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Added host 'smithi142' with addr '172.21.15.142' 2024-01-18T05:26:19.729 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying mon service with default placement... 2024-01-18T05:26:20.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:19 smithi142 bash[16247]: audit 2024-01-18T05:26:18.926149+0000 mon.smithi142 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:20.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:19 smithi142 bash[16247]: cephadm 2024-01-18T05:26:18.926655+0000 mgr.smithi142.tzoxhd (mgr.14116) 10 : cephadm [INF] Added host smithi142 2024-01-18T05:26:20.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:19 smithi142 bash[16247]: audit 2024-01-18T05:26:18.946997+0000 mon.smithi142 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:21.622 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T05:26:22.247 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying mgr service with default placement... 2024-01-18T05:26:22.943 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:22 smithi142 bash[16247]: audit 2024-01-18T05:26:21.606301+0000 mgr.smithi142.tzoxhd (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:22.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:22 smithi142 bash[16247]: cephadm 2024-01-18T05:26:21.608135+0000 mgr.smithi142.tzoxhd (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T05:26:22.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:22 smithi142 bash[16247]: audit 2024-01-18T05:26:21.612621+0000 mon.smithi142 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:22.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:22 smithi142 bash[16247]: audit 2024-01-18T05:26:21.819130+0000 mon.smithi142 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:22.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:22 smithi142 bash[16247]: audit 2024-01-18T05:26:22.085281+0000 mon.smithi142 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:23.610 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T05:26:24.164 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying crash service with default placement... 2024-01-18T05:26:24.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:24 smithi142 bash[16247]: audit 2024-01-18T05:26:23.595311+0000 mgr.smithi142.tzoxhd (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:24.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:24 smithi142 bash[16247]: cephadm 2024-01-18T05:26:23.596365+0000 mgr.smithi142.tzoxhd (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T05:26:24.944 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:24 smithi142 bash[16247]: audit 2024-01-18T05:26:23.600803+0000 mon.smithi142 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:25.538 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T05:26:26.078 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying prometheus service with default placement... 2024-01-18T05:26:26.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:26 smithi142 bash[16247]: audit 2024-01-18T05:26:25.521728+0000 mgr.smithi142.tzoxhd (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:26.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:26 smithi142 bash[16247]: cephadm 2024-01-18T05:26:25.524093+0000 mgr.smithi142.tzoxhd (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T05:26:26.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:26 smithi142 bash[16247]: audit 2024-01-18T05:26:25.528612+0000 mon.smithi142 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:27.532 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T05:26:28.084 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying grafana service with default placement... 2024-01-18T05:26:28.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:28 smithi142 bash[16247]: cluster 2024-01-18T05:26:26.663488+0000 mgr.smithi142.tzoxhd (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:28.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:28 smithi142 bash[16247]: audit 2024-01-18T05:26:27.228557+0000 mon.smithi142 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:28.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:28 smithi142 bash[16247]: audit 2024-01-18T05:26:27.522786+0000 mon.smithi142 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:29.483 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T05:26:29.545 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:29 smithi142 bash[16247]: audit 2024-01-18T05:26:27.516572+0000 mgr.smithi142.tzoxhd (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:29.546 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:29 smithi142 bash[16247]: cephadm 2024-01-18T05:26:27.517685+0000 mgr.smithi142.tzoxhd (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T05:26:30.031 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying node-exporter service with default placement... 2024-01-18T05:26:30.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:30 smithi142 bash[16247]: cluster 2024-01-18T05:26:28.664013+0000 mgr.smithi142.tzoxhd (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:30.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:30 smithi142 bash[16247]: audit 2024-01-18T05:26:29.474174+0000 mon.smithi142 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:31.501 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T05:26:31.562 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:31 smithi142 bash[16247]: audit 2024-01-18T05:26:29.468954+0000 mgr.smithi142.tzoxhd (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:31.562 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:31 smithi142 bash[16247]: cephadm 2024-01-18T05:26:29.471104+0000 mgr.smithi142.tzoxhd (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T05:26:31.962 INFO:teuthology.orchestra.run.smithi142.stderr:Deploying alertmanager service with default placement... 2024-01-18T05:26:32.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:32 smithi142 bash[16247]: cluster 2024-01-18T05:26:30.664524+0000 mgr.smithi142.tzoxhd (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:32.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:32 smithi142 bash[16247]: audit 2024-01-18T05:26:31.492365+0000 mon.smithi142 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:33.380 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T05:26:33.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:33 smithi142 bash[16247]: audit 2024-01-18T05:26:31.486792+0000 mgr.smithi142.tzoxhd (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-18T05:26:33.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:33 smithi142 bash[16247]: cephadm 2024-01-18T05:26:31.488006+0000 mgr.smithi142.tzoxhd (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T05:26:34.706 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:34 smithi142 bash[16247]: cluster 2024-01-18T05:26:32.664946+0000 mgr.smithi142.tzoxhd (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:34.706 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:34 smithi142 bash[16247]: audit 2024-01-18T05:26:33.370929+0000 mon.smithi142 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.142:0/2914173317' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:35.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:35 smithi142 bash[16247]: audit 2024-01-18T05:26:33.364308+0000 mgr.smithi142.tzoxhd (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:35.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:35 smithi142 bash[16247]: cephadm 2024-01-18T05:26:33.366545+0000 mgr.smithi142.tzoxhd (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T05:26:36.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:36 smithi142 bash[16247]: cluster 2024-01-18T05:26:34.665468+0000 mgr.smithi142.tzoxhd (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:36.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:36 smithi142 bash[16247]: audit 2024-01-18T05:26:36.094714+0000 mon.smithi142 (mon.0) 65 : audit [INF] from='client.? 172.21.15.142:0/2177248641' entity='client.admin' 2024-01-18T05:26:38.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:38 smithi142 bash[16247]: cluster 2024-01-18T05:26:36.665940+0000 mgr.smithi142.tzoxhd (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:38.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:38 smithi142 bash[16247]: audit 2024-01-18T05:26:38.087716+0000 mon.smithi142 (mon.0) 66 : audit [INF] from='client.? 172.21.15.142:0/2439012443' entity='client.admin' 2024-01-18T05:26:38.634 INFO:teuthology.orchestra.run.smithi142.stderr:Enabling the dashboard module... 2024-01-18T05:26:40.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:40 smithi142 bash[16247]: cluster 2024-01-18T05:26:38.666331+0000 mgr.smithi142.tzoxhd (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:26:40.616 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:40 smithi142 bash[16247]: audit 2024-01-18T05:26:40.161668+0000 mon.smithi142 (mon.0) 67 : audit [INF] from='client.? 172.21.15.142:0/2477799818' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T05:26:41.672 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:41 smithi142 bash[16247]: audit 2024-01-18T05:26:40.320213+0000 mon.smithi142 (mon.0) 68 : audit [INF] from='client.? 172.21.15.142:0/2477799818' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T05:26:41.672 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:41 smithi142 bash[16247]: cluster 2024-01-18T05:26:40.320313+0000 mon.smithi142 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi142.tzoxhd(active, since 33s) 2024-01-18T05:26:42.411 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:26:42.411 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T05:26:42.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "available": true, 2024-01-18T05:26:42.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "active_name": "smithi142.tzoxhd", 2024-01-18T05:26:42.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T05:26:42.412 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:26:42.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:42 smithi142 bash[16247]: audit 2024-01-18T05:26:42.401990+0000 mon.smithi142 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.142:0/2102978573' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T05:26:42.980 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for the mgr to restart... 2024-01-18T05:26:42.980 INFO:teuthology.orchestra.run.smithi142.stderr:Waiting for mgr epoch 9... 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: cluster 2024-01-18T05:26:46.661546+0000 mon.smithi142 (mon.0) 71 : cluster [INF] Active manager daemon smithi142.tzoxhd restarted 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: cluster 2024-01-18T05:26:46.661846+0000 mon.smithi142 (mon.0) 72 : cluster [INF] Activating manager daemon smithi142.tzoxhd 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: cluster 2024-01-18T05:26:46.667840+0000 mon.smithi142 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: cluster 2024-01-18T05:26:46.668059+0000 mon.smithi142 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi142.tzoxhd(active, starting, since 0.00631559s) 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: audit 2024-01-18T05:26:46.670893+0000 mon.smithi142 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: audit 2024-01-18T05:26:46.671909+0000 mon.smithi142 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi142.tzoxhd", "id": "smithi142.tzoxhd"}]: dispatch 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: audit 2024-01-18T05:26:46.673533+0000 mon.smithi142 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: audit 2024-01-18T05:26:46.673966+0000 mon.smithi142 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: audit 2024-01-18T05:26:46.674319+0000 mon.smithi142 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:26:46.941 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:46 smithi142 bash[16247]: cluster 2024-01-18T05:26:46.679326+0000 mon.smithi142 (mon.0) 80 : cluster [INF] Manager daemon smithi142.tzoxhd is now available 2024-01-18T05:26:47.697 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: { 2024-01-18T05:26:47.698 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T05:26:47.698 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T05:26:47.698 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: } 2024-01-18T05:26:48.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:47 smithi142 bash[16247]: audit 2024-01-18T05:26:46.821982+0000 mon.smithi142 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:48.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:47 smithi142 bash[16247]: audit 2024-01-18T05:26:46.824703+0000 mon.smithi142 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:26:48.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:47 smithi142 bash[16247]: audit 2024-01-18T05:26:46.877663+0000 mon.smithi142 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:26:48.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:47 smithi142 bash[16247]: audit 2024-01-18T05:26:46.882178+0000 mon.smithi142 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/trash_purge_schedule"}]: dispatch 2024-01-18T05:26:48.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:47 smithi142 bash[16247]: cluster 2024-01-18T05:26:47.673307+0000 mon.smithi142 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi142.tzoxhd(active, since 1.01157s) 2024-01-18T05:26:48.318 INFO:teuthology.orchestra.run.smithi142.stderr:mgr epoch 9 is available 2024-01-18T05:26:48.318 INFO:teuthology.orchestra.run.smithi142.stderr:Generating a dashboard self-signed certificate... 2024-01-18T05:26:49.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:48 smithi142 bash[16247]: audit 2024-01-18T05:26:47.671699+0000 mgr.smithi142.tzoxhd (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T05:26:49.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:48 smithi142 bash[16247]: audit 2024-01-18T05:26:47.688143+0000 mgr.smithi142.tzoxhd (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T05:26:49.785 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T05:26:50.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:49 smithi142 bash[16247]: cluster 2024-01-18T05:26:48.726960+0000 mon.smithi142 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi142.tzoxhd(active, since 2s) 2024-01-18T05:26:50.349 INFO:teuthology.orchestra.run.smithi142.stderr:Creating initial admin user... 2024-01-18T05:26:51.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:50 smithi142 bash[16247]: audit 2024-01-18T05:26:49.676060+0000 mgr.smithi142.tzoxhd (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:26:51.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:50 smithi142 bash[16247]: audit 2024-01-18T05:26:49.773044+0000 mon.smithi142 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:51.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:50 smithi142 bash[16247]: audit 2024-01-18T05:26:49.776122+0000 mon.smithi142 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:52.017 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$iads4LQewQJ7t6IFNl4Uv.UCikgZjuwZn.0A6e8sJMhSPJ/pZTRwO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705555612, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T05:26:52.580 INFO:teuthology.orchestra.run.smithi142.stderr:Fetching dashboard port number... 2024-01-18T05:26:53.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:53 smithi142 bash[16247]: audit 2024-01-18T05:26:51.773643+0000 mgr.smithi142.tzoxhd (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-18T05:26:53.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:53 smithi142 bash[16247]: audit 2024-01-18T05:26:52.003454+0000 mon.smithi142 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:53.918 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: 8443 2024-01-18T05:26:54.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:54 smithi142 bash[16247]: cluster 2024-01-18T05:26:53.007947+0000 mon.smithi142 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi142.tzoxhd(active, since 6s) 2024-01-18T05:26:54.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:54 smithi142 bash[16247]: audit 2024-01-18T05:26:53.676164+0000 mon.smithi142 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:26:54.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:54 smithi142 bash[16247]: audit 2024-01-18T05:26:53.909250+0000 mon.smithi142 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.142:0/2238045972' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T05:26:54.495 INFO:teuthology.orchestra.run.smithi142.stderr:firewalld does not appear to be present 2024-01-18T05:26:54.495 INFO:teuthology.orchestra.run.smithi142.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr:Ceph Dashboard is now available at: 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr: URL: https://smithi142.front.sepia.ceph.com:8443/ 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr: User: admin 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr: Password: n7u7lewc19 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:54.498 INFO:teuthology.orchestra.run.smithi142.stderr:Enabling autotune for osd_memory_target 2024-01-18T05:26:57.981 INFO:teuthology.orchestra.run.smithi142.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T05:26:58.506 INFO:teuthology.orchestra.run.smithi142.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: ceph telemetry on 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr:For more information see: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T05:26:58.507 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:26:58.508 INFO:teuthology.orchestra.run.smithi142.stderr:Bootstrap complete. 2024-01-18T05:26:58.550 INFO:tasks.cephadm:Fetching config... 2024-01-18T05:26:58.550 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:26:58.550 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T05:26:58.555 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T05:26:58.555 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:26:58.556 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T05:26:58.605 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T05:26:58.605 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:26:58.605 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/keyring of=/dev/stdout 2024-01-18T05:26:58.660 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T05:26:58.661 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:26:58.661 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T05:26:58.710 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T05:26:58.710 DEBUG:teuthology.orchestra.run.smithi142:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQrOb7pNjoX0ffxQbmUzIGRyVB7BiN4g0mGeX/89RbY1vasQSyekItwqT5bE0VJO9mIksQtNJCSi7wgu/6k+MFMbGze6qa0KKLi9eSvlDs1ho+XntIonp06Beo9iiDRWQAq5gLCVSGi+qUPDqyPxewqEIz5Zmhn3jIShv8/GXFdJ8n6Ge9lEp5hDSeJfDHxlFW7Tmj4v03eybkBmPOj4ILt0U6w5GiJ7o+6HlDCgA6ee7LG7qdr3S/j8ZbyWp8U4eZcQ+ge84eF1RXjfDVT8BT5bf1wtE99hTcTncTHfYHb/R5SR6eW0VTde+K2QCukQKlT5GmML2QiIugmhNQwtrZlBygzmLOt9XPjL2R7qXFlJvnSswCUrO0jKhKsEUQlLBWc1xjg7Q5/9ghBUU1ZtBts7TFEXYugUxPsyMgY5XM8jVfZXbnr4ffXGX95xgZipCRharczPz+UPGNgElp/0UEmQ/+GW5mY1TW0i0v9sbDPi0mkZvE+bYDL0rhmKqEQA0= ceph-ee000c34-b5c1-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T05:26:58.772 INFO:teuthology.orchestra.run.smithi142.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQrOb7pNjoX0ffxQbmUzIGRyVB7BiN4g0mGeX/89RbY1vasQSyekItwqT5bE0VJO9mIksQtNJCSi7wgu/6k+MFMbGze6qa0KKLi9eSvlDs1ho+XntIonp06Beo9iiDRWQAq5gLCVSGi+qUPDqyPxewqEIz5Zmhn3jIShv8/GXFdJ8n6Ge9lEp5hDSeJfDHxlFW7Tmj4v03eybkBmPOj4ILt0U6w5GiJ7o+6HlDCgA6ee7LG7qdr3S/j8ZbyWp8U4eZcQ+ge84eF1RXjfDVT8BT5bf1wtE99hTcTncTHfYHb/R5SR6eW0VTde+K2QCukQKlT5GmML2QiIugmhNQwtrZlBygzmLOt9XPjL2R7qXFlJvnSswCUrO0jKhKsEUQlLBWc1xjg7Q5/9ghBUU1ZtBts7TFEXYugUxPsyMgY5XM8jVfZXbnr4ffXGX95xgZipCRharczPz+UPGNgElp/0UEmQ/+GW5mY1TW0i0v9sbDPi0mkZvE+bYDL0rhmKqEQA0= ceph-ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:26:58.783 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQrOb7pNjoX0ffxQbmUzIGRyVB7BiN4g0mGeX/89RbY1vasQSyekItwqT5bE0VJO9mIksQtNJCSi7wgu/6k+MFMbGze6qa0KKLi9eSvlDs1ho+XntIonp06Beo9iiDRWQAq5gLCVSGi+qUPDqyPxewqEIz5Zmhn3jIShv8/GXFdJ8n6Ge9lEp5hDSeJfDHxlFW7Tmj4v03eybkBmPOj4ILt0U6w5GiJ7o+6HlDCgA6ee7LG7qdr3S/j8ZbyWp8U4eZcQ+ge84eF1RXjfDVT8BT5bf1wtE99hTcTncTHfYHb/R5SR6eW0VTde+K2QCukQKlT5GmML2QiIugmhNQwtrZlBygzmLOt9XPjL2R7qXFlJvnSswCUrO0jKhKsEUQlLBWc1xjg7Q5/9ghBUU1ZtBts7TFEXYugUxPsyMgY5XM8jVfZXbnr4ffXGX95xgZipCRharczPz+UPGNgElp/0UEmQ/+GW5mY1TW0i0v9sbDPi0mkZvE+bYDL0rhmKqEQA0= ceph-ee000c34-b5c1-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T05:26:58.805 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQrOb7pNjoX0ffxQbmUzIGRyVB7BiN4g0mGeX/89RbY1vasQSyekItwqT5bE0VJO9mIksQtNJCSi7wgu/6k+MFMbGze6qa0KKLi9eSvlDs1ho+XntIonp06Beo9iiDRWQAq5gLCVSGi+qUPDqyPxewqEIz5Zmhn3jIShv8/GXFdJ8n6Ge9lEp5hDSeJfDHxlFW7Tmj4v03eybkBmPOj4ILt0U6w5GiJ7o+6HlDCgA6ee7LG7qdr3S/j8ZbyWp8U4eZcQ+ge84eF1RXjfDVT8BT5bf1wtE99hTcTncTHfYHb/R5SR6eW0VTde+K2QCukQKlT5GmML2QiIugmhNQwtrZlBygzmLOt9XPjL2R7qXFlJvnSswCUrO0jKhKsEUQlLBWc1xjg7Q5/9ghBUU1ZtBts7TFEXYugUxPsyMgY5XM8jVfZXbnr4ffXGX95xgZipCRharczPz+UPGNgElp/0UEmQ/+GW5mY1TW0i0v9sbDPi0mkZvE+bYDL0rhmKqEQA0= ceph-ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:26:58.812 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T05:26:59.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:26:58 smithi142 bash[16247]: audit 2024-01-18T05:26:57.969725+0000 mon.smithi142 (mon.0) 93 : audit [INF] from='client.? 172.21.15.142:0/3222804742' entity='client.admin' 2024-01-18T05:27:03.938 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T05:27:03.938 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T05:27:04.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:04 smithi142 bash[16247]: audit 2024-01-18T05:27:03.138082+0000 mon.smithi142 (mon.0) 94 : audit [INF] from='client.? 172.21.15.142:0/103185064' entity='client.admin' 2024-01-18T05:27:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:06 smithi142 bash[16247]: audit 2024-01-18T05:27:05.662532+0000 mon.smithi142 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:06 smithi142 bash[16247]: audit 2024-01-18T05:27:05.993263+0000 mon.smithi142 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:27:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:06 smithi142 bash[16247]: audit 2024-01-18T05:27:05.999353+0000 mon.smithi142 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:07.064 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:06 smithi142 bash[16247]: cephadm 2024-01-18T05:27:06.013791+0000 mgr.smithi142.tzoxhd (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi142 on smithi142 2024-01-18T05:27:07.950 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2024-01-18T05:27:07.950 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:27:07.950 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2024-01-18T05:27:07.957 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:27:07.957 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:27:08.008 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2024-01-18T05:27:08.008 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch host add smithi162 2024-01-18T05:27:08.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:08 smithi142 bash[16247]: cluster 2024-01-18T05:27:06.674934+0000 mgr.smithi142.tzoxhd (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:08.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:08 smithi142 bash[16247]: audit 2024-01-18T05:27:07.221213+0000 mgr.smithi142.tzoxhd (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-18T05:27:08.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:08 smithi142 bash[16247]: audit 2024-01-18T05:27:07.224703+0000 mon.smithi142 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:10.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:10 smithi142 bash[16247]: cluster 2024-01-18T05:27:08.675270+0000 mgr.smithi142.tzoxhd (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:12.626 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:12 smithi142 bash[16247]: cluster 2024-01-18T05:27:10.675674+0000 mgr.smithi142.tzoxhd (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:14.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:14 smithi142 bash[16247]: cluster 2024-01-18T05:27:12.676226+0000 mgr.smithi142.tzoxhd (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: cluster 2024-01-18T05:27:14.676632+0000 mgr.smithi142.tzoxhd (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: audit 2024-01-18T05:27:14.893425+0000 mon.smithi142 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: audit 2024-01-18T05:27:14.895997+0000 mon.smithi142 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: audit 2024-01-18T05:27:14.898730+0000 mon.smithi142 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: audit 2024-01-18T05:27:14.899758+0000 mon.smithi142 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:27:16.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:15 smithi142 bash[16247]: cephadm 2024-01-18T05:27:14.900664+0000 mgr.smithi142.tzoxhd (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi142 on smithi142 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: cluster 2024-01-18T05:27:16.677126+0000 mgr.smithi142.tzoxhd (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:16.880935+0000 mon.smithi142 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.279781+0000 mon.smithi142 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.340395+0000 mon.smithi142 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.343356+0000 mon.smithi142 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.346453+0000 mon.smithi142 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.347232+0000 mgr.smithi142.tzoxhd (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T05:27:18.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:17 smithi142 bash[16247]: audit 2024-01-18T05:27:17.353900+0000 mon.smithi142 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:19.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:18 smithi142 bash[16247]: cephadm 2024-01-18T05:27:17.372156+0000 mgr.smithi142.tzoxhd (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi142 on smithi142 2024-01-18T05:27:20.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:20 smithi142 bash[16247]: cluster 2024-01-18T05:27:18.677737+0000 mgr.smithi142.tzoxhd (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:22.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:22 smithi142 bash[16247]: cluster 2024-01-18T05:27:20.678536+0000 mgr.smithi142.tzoxhd (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:22.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:22 smithi142 bash[16247]: audit 2024-01-18T05:27:21.886917+0000 mon.smithi142 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:24.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:24 smithi142 bash[16247]: cluster 2024-01-18T05:27:22.678936+0000 mgr.smithi142.tzoxhd (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:26.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:26 smithi142 bash[16247]: cluster 2024-01-18T05:27:24.679302+0000 mgr.smithi142.tzoxhd (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:28.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:28 smithi142 bash[16247]: cluster 2024-01-18T05:27:26.679634+0000 mgr.smithi142.tzoxhd (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:30.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:30 smithi142 bash[16247]: cluster 2024-01-18T05:27:28.680086+0000 mgr.smithi142.tzoxhd (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:32.608 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:32 smithi142 bash[16247]: cluster 2024-01-18T05:27:30.680548+0000 mgr.smithi142.tzoxhd (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:33.905 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi162' with addr '172.21.15.162' 2024-01-18T05:27:34.418 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:34 smithi142 bash[16247]: cluster 2024-01-18T05:27:32.680907+0000 mgr.smithi142.tzoxhd (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:34.418 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:34 smithi142 bash[16247]: audit 2024-01-18T05:27:33.077303+0000 mgr.smithi142.tzoxhd (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:27:34.418 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:34 smithi142 bash[16247]: audit 2024-01-18T05:27:33.895188+0000 mon.smithi142 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:34.596 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T05:27:35.505 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:35 smithi142 bash[16247]: cephadm 2024-01-18T05:27:33.896144+0000 mgr.smithi142.tzoxhd (mgr.14156) 25 : cephadm [INF] Added host smithi162 2024-01-18T05:27:35.505 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:35 smithi142 bash[16247]: audit 2024-01-18T05:27:35.242568+0000 mon.smithi142 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:36.520 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:36 smithi142 bash[16247]: cluster 2024-01-18T05:27:34.681533+0000 mgr.smithi142.tzoxhd (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:27:36.521 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:36 smithi142 bash[16247]: cephadm 2024-01-18T05:27:35.249228+0000 mgr.smithi142.tzoxhd (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2024-01-18T05:27:36.521 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:36 smithi142 bash[16247]: audit 2024-01-18T05:27:35.792958+0000 mon.smithi142 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:36.521 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:36 smithi142 bash[16247]: audit 2024-01-18T05:27:35.796340+0000 mon.smithi142 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T05:27:37.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:37 smithi142 bash[16247]: audit 2024-01-18T05:27:36.795108+0000 mon.smithi142 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.142:0/396116618' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T05:27:37.902 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:37 smithi142 bash[16247]: cluster 2024-01-18T05:27:36.795213+0000 mon.smithi142 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi142.tzoxhd(active, since 50s) 2024-01-18T05:27:43.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: cluster 2024-01-18T05:27:43.261485+0000 mon.smithi142 (mon.0) 116 : cluster [INF] Active manager daemon smithi142.tzoxhd restarted 2024-01-18T05:27:43.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: cluster 2024-01-18T05:27:43.261929+0000 mon.smithi142 (mon.0) 117 : cluster [INF] Activating manager daemon smithi142.tzoxhd 2024-01-18T05:27:43.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: cluster 2024-01-18T05:27:43.268352+0000 mon.smithi142 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T05:27:43.362 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: cluster 2024-01-18T05:27:43.268644+0000 mon.smithi142 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi142.tzoxhd(active, starting, since 0.00686088s) 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: audit 2024-01-18T05:27:43.271035+0000 mon.smithi142 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: audit 2024-01-18T05:27:43.272888+0000 mon.smithi142 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi142.tzoxhd", "id": "smithi142.tzoxhd"}]: dispatch 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: audit 2024-01-18T05:27:43.274068+0000 mon.smithi142 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: audit 2024-01-18T05:27:43.274376+0000 mon.smithi142 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: audit 2024-01-18T05:27:43.274617+0000 mon.smithi142 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T05:27:43.363 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:43 smithi142 bash[16247]: cluster 2024-01-18T05:27:43.278622+0000 mon.smithi142 (mon.0) 125 : cluster [INF] Manager daemon smithi142.tzoxhd is now available 2024-01-18T05:27:44.282 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-18T05:27:44.283 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}] 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:43.417418+0000 mon.smithi142 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:43.422818+0000 mon.smithi142 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:43.471450+0000 mon.smithi142 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:43.488608+0000 mon.smithi142 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/mirror_snapshot_schedule"}]: dispatch 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:43.492632+0000 mon.smithi142 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi142.tzoxhd/trash_purge_schedule"}]: dispatch 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: audit 2024-01-18T05:27:44.076845+0000 mon.smithi142 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:44.433 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:44 smithi142 bash[16247]: cluster 2024-01-18T05:27:44.271812+0000 mon.smithi142 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi142.tzoxhd(active, since 1.01004s) 2024-01-18T05:27:44.926 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T05:27:44.926 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T05:27:45.512 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:45 smithi142 bash[16247]: audit 2024-01-18T05:27:44.272116+0000 mgr.smithi142.tzoxhd (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:27:46.439 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:46 smithi142 bash[16247]: cluster 2024-01-18T05:27:45.321151+0000 mon.smithi142 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi142.tzoxhd(active, since 2s) 2024-01-18T05:27:46.439 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:46 smithi142 bash[16247]: audit 2024-01-18T05:27:45.906761+0000 mon.smithi142 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:50.340 INFO:teuthology.orchestra.run.smithi142.stderr:adjusted tunables profile to default 2024-01-18T05:27:50.536 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:50 smithi142 bash[16247]: audit 2024-01-18T05:27:49.364898+0000 mon.smithi142 (mon.0) 135 : audit [INF] from='client.? 172.21.15.142:0/1707676097' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T05:27:50.536 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:50 smithi142 bash[16247]: audit 2024-01-18T05:27:49.421188+0000 mon.smithi142 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:50.536 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:50 smithi142 bash[16247]: audit 2024-01-18T05:27:49.701822+0000 mon.smithi142 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:27:51.222 INFO:tasks.cephadm:Adding mon.smithi142 on smithi142 2024-01-18T05:27:51.222 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2024-01-18T05:27:51.222 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi142:172.21.15.142=smithi142;smithi162:172.21.15.162=smithi162' 2024-01-18T05:27:51.423 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:51 smithi142 bash[16247]: audit 2024-01-18T05:27:50.325948+0000 mon.smithi142 (mon.0) 138 : audit [INF] from='client.? 172.21.15.142:0/1707676097' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T05:27:51.423 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:51 smithi142 bash[16247]: cluster 2024-01-18T05:27:50.326100+0000 mon.smithi142 (mon.0) 139 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T05:27:52.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.369630+0000 mon.smithi142 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.666274+0000 mon.smithi142 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.667829+0000 mon.smithi142 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.669892+0000 mon.smithi142 (mon.0) 143 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.671663+0000 mon.smithi142 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: cephadm 2024-01-18T05:27:51.674433+0000 mgr.smithi142.tzoxhd (mgr.14182) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: cephadm 2024-01-18T05:27:51.674920+0000 mgr.smithi142.tzoxhd (mgr.14182) 3 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: cephadm 2024-01-18T05:27:51.710059+0000 mgr.smithi142.tzoxhd (mgr.14182) 4 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: cephadm 2024-01-18T05:27:51.710753+0000 mgr.smithi142.tzoxhd (mgr.14182) 5 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.750755+0000 mon.smithi142 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.778060+0000 mon.smithi142 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.783061+0000 mon.smithi142 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:52.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.786363+0000 mon.smithi142 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:27:52.488 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.790423+0000 mon.smithi142 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T05:27:52.488 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: audit 2024-01-18T05:27:51.791970+0000 mon.smithi142 (mon.0) 150 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:27:52.488 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:52 smithi142 bash[16247]: cephadm 2024-01-18T05:27:51.793390+0000 mgr.smithi142.tzoxhd (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi162 on smithi162 2024-01-18T05:27:54.581 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled mon update... 2024-01-18T05:27:55.700 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi162.service 2024-01-18T05:27:55.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:27:55.702 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.493082+0000 mon.smithi142 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.498184+0000 mon.smithi142 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.wvlspo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.502927+0000 mon.smithi142 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.wvlspo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.504484+0000 mon.smithi142 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.506270+0000 mon.smithi142 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: cephadm 2024-01-18T05:27:54.507887+0000 mgr.smithi142.tzoxhd (mgr.14182) 7 : cephadm [INF] Deploying daemon mgr.smithi162.wvlspo on smithi162 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.561085+0000 mgr.smithi142.tzoxhd (mgr.14182) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi142:172.21.15.142=smithi142;smithi162:172.21.15.162=smithi162", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: cephadm 2024-01-18T05:27:54.566950+0000 mgr.smithi142.tzoxhd (mgr.14182) 9 : cephadm [INF] Saving service mon spec with placement smithi142:172.21.15.142=smithi142;smithi162:172.21.15.162=smithi162;count:2 2024-01-18T05:27:55.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:55 smithi142 bash[16247]: audit 2024-01-18T05:27:54.571854+0000 mon.smithi142 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:56.047 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: audit 2024-01-18T05:27:57.869647+0000 mon.smithi142 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: audit 2024-01-18T05:27:57.874065+0000 mon.smithi142 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: audit 2024-01-18T05:27:57.875623+0000 mon.smithi142 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: audit 2024-01-18T05:27:57.877130+0000 mon.smithi142 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: cephadm 2024-01-18T05:27:57.878444+0000 mgr.smithi142.tzoxhd (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi162 on smithi162 2024-01-18T05:27:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:27:58 smithi142 bash[16247]: audit 2024-01-18T05:27:58.476951+0000 mon.smithi142 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:00.068 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-18T05:28:00.068 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"ee000c34-b5c1-11ee-95ae-87774f69a715","modified":"2024-01-18T05:25:33.814181Z","created":"2024-01-18T05:25:33.814181Z","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":"smithi142","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T05:28:00.071 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2024-01-18T05:28:00.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:00 smithi142 bash[16247]: audit 2024-01-18T05:28:00.058514+0000 mon.smithi142 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.162:0/2240978929' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:28:01.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T05:28:01.912 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T05:28:02.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:02 smithi162 systemd[1]: Started Ceph mon.smithi162 for ee000c34-b5c1-11ee-95ae-87774f69a715. 2024-01-18T05:28:03.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:03 smithi142 bash[16247]: audit 2024-01-18T05:28:02.310015+0000 mon.smithi142 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:03.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:03 smithi142 bash[16247]: cephadm 2024-01-18T05:28:02.313884+0000 mgr.smithi142.tzoxhd (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2024-01-18T05:28:03.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:03 smithi142 bash[16247]: audit 2024-01-18T05:28:02.883360+0000 mon.smithi142 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.234+0000 7fd33e449880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.234+0000 7fd33e449880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.234+0000 7fd33e449880 0 pidfile_write: ignore empty --pid-file 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.238+0000 7fd33e449880 0 load: jerasure load: lrc load: isa 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T05:28:04.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: DB SUMMARY 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi162/store.db dir, Total Num: 0, files: 2024-01-18T05:28:04.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi162/store.db: 000003.log size: 511 ; 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.env: 0x55b1d339d080 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.fs: Posix File System 2024-01-18T05:28:04.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.info_log: 0x55b1d4a5e400 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.statistics: (nil) 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.use_fsync: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T05:28:04.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.db_log_dir: 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi162/store.db 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.write_buffer_manager: 0x55b1d5752420 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T05:28:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.unordered_write: 0 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.row_cache: None 2024-01-18T05:28:04.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.wal_filter: None 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T05:28:04.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_open_files: -1 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Compression algorithms supported: 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kZSTD supported: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T05:28:04.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi162/store.db/MANIFEST-000001 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.merge_operator: 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_filter: None 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b1d4a01d28) 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: cache_index_and_filter_blocks: 1 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T05:28:04.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: pin_top_level_index_and_filter: 1 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: index_type: 0 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: data_block_index_type: 0 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: index_shortening: 1 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: hash_index_allow_collision: 1 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: checksum: 1 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: no_block_cache: 0 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_cache: 0x55b1d4a38f10 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_cache_name: BinnedLRUCache 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_cache_options: 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: capacity : 536870912 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: num_shard_bits : 4 2024-01-18T05:28:04.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: strict_capacity_limit : 0 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: high_pri_pool_ratio: 0.000 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_cache_compressed: (nil) 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: persistent_cache: (nil) 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_size: 4096 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_size_deviation: 10 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_restart_interval: 16 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: index_block_restart_interval: 1 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: metadata_block_size: 4096 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: partition_filters: 0 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: use_delta_encoding: 1 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: whole_key_filtering: 1 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: verify_compression: 0 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: read_amp_bytes_per_bit: 0 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: format_version: 2 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: enable_index_compression: 1 2024-01-18T05:28:04.629 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: block_align: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression: NoCompression 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.num_levels: 7 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:28:04.630 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T05:28:04.631 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T05:28:04.632 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T05:28:04.633 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T05:28:04.634 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.ttl: 2592000 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi162/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-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555684244932, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-18T05:28:04.635 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 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-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555684245621, "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": 1705555684, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.242+0000 7fd33e449880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705555684246352, "job": 1, "event": "recovery_finished"} 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd33e449880 4 rocksdb: DB pointer 0x55b1d4b01800 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd32523c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd32523c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** DB Stats ** 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T05:28:04.636 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** Compaction Stats [default] ** 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** Compaction Stats [default] ** 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:28:04.637 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Interval compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** Compaction Stats [default] ** 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** Compaction Stats [default] ** 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.638 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd33e449880 0 mon.smithi162 does not exist in monmap, will attempt to join an existing cluster 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd33e449880 0 using public_addr v2:172.21.15.162:0/0 -> [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.246+0000 7fd33e449880 0 starting mon.smithi162 rank -1 at public addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] at bind addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi162 fsid ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.250+0000 7fd33e449880 1 mon.smithi162@-1(???) e0 preinit fsid ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 0 mon.smithi162@-1(synchronizing).mds e1 new map 2024-01-18T05:28:04.639 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 0 mon.smithi162@-1(synchronizing).mds e1 print_map 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: e1 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 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-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: legacy client fscid: -1 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: No filesystems configured 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.286+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T05:28:04.640 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.290+0000 7fd327a41700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T05:28:04.641 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.290+0000 7fd327a41700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T05:28:04.641 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: audit 2024-01-18T05:28:02.310015+0000 mon.smithi142 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:04.641 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: cephadm 2024-01-18T05:28:02.313884+0000 mgr.smithi142.tzoxhd (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2024-01-18T05:28:04.641 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: audit 2024-01-18T05:28:02.883360+0000 mon.smithi142 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:04.641 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:04 smithi162 bash[19760]: debug 2024-01-18T05:28:04.290+0000 7fd327a41700 1 mon.smithi162@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T05:28:09.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:04.297176+0000 mon.smithi142 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:04.301746+0000 mon.smithi142 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:04.302120+0000 mon.smithi142 (mon.0) 168 : cluster [INF] mon.smithi142 calling monitor election 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:04.304400+0000 mon.smithi142 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:05.276436+0000 mgr.smithi142.tzoxhd (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:05.296582+0000 mon.smithi142 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:06.297056+0000 mon.smithi142 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:06.298623+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:06.426175+0000 mon.smithi142 (mon.0) 172 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.wvlspo/crt"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:07.276854+0000 mgr.smithi142.tzoxhd (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:07.296852+0000 mon.smithi142 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:08.297261+0000 mon.smithi142 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:09.297284+0000 mon.smithi142 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.325800+0000 mon.smithi142 (mon.0) 176 : cluster [INF] mon.smithi142 is new leader, mons smithi142,smithi162 in quorum (ranks 0,1) 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.332358+0000 mon.smithi142 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.333336+0000 mon.smithi142 (mon.0) 178 : cluster [DBG] fsmap 2024-01-18T05:28:09.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.333391+0000 mon.smithi142 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.333701+0000 mon.smithi142 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi142.tzoxhd(active, since 26s) 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.335435+0000 mon.smithi142 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi162.wvlspo started 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:09.337945+0000 mon.smithi142 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.341320+0000 mon.smithi142 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:09.341823+0000 mon.smithi142 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.wvlspo/key"}]: dispatch 2024-01-18T05:28:09.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:09 smithi142 bash[16247]: audit 2024-01-18T05:28:09.342630+0000 mon.smithi142 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:04.297176+0000 mon.smithi142 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:04.301746+0000 mon.smithi142 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:04.302120+0000 mon.smithi142 (mon.0) 168 : cluster [INF] mon.smithi142 calling monitor election 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:04.304400+0000 mon.smithi142 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:05.276436+0000 mgr.smithi142.tzoxhd (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:05.296582+0000 mon.smithi142 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:06.297056+0000 mon.smithi142 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:06.298623+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:06.426175+0000 mon.smithi142 (mon.0) 172 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.wvlspo/crt"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:07.276854+0000 mgr.smithi142.tzoxhd (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:07.296852+0000 mon.smithi142 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:08.297261+0000 mon.smithi142 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:09.297284+0000 mon.smithi142 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.325800+0000 mon.smithi142 (mon.0) 176 : cluster [INF] mon.smithi142 is new leader, mons smithi142,smithi162 in quorum (ranks 0,1) 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.332358+0000 mon.smithi142 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.333336+0000 mon.smithi142 (mon.0) 178 : cluster [DBG] fsmap 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.333391+0000 mon.smithi142 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.333701+0000 mon.smithi142 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi142.tzoxhd(active, since 26s) 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.335435+0000 mon.smithi142 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi162.wvlspo started 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:09.337945+0000 mon.smithi142 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.341320+0000 mon.smithi142 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:09.341823+0000 mon.smithi142 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.wvlspo/key"}]: dispatch 2024-01-18T05:28:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:09 smithi162 bash[19760]: audit 2024-01-18T05:28:09.342630+0000 mon.smithi142 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.162:0/1734279208' entity='mgr.smithi162.wvlspo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T05:28:10.515 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-18T05:28:10.516 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":2,"fsid":"ee000c34-b5c1-11ee-95ae-87774f69a715","modified":"2024-01-18T05:28:04.296513Z","created":"2024-01-18T05:25:33.814181Z","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":"smithi142","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T05:28:10.518 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 2 2024-01-18T05:28:10.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:10 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.277311+0000 mgr.smithi142.tzoxhd (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:10.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:10 smithi142 bash[16247]: cluster 2024-01-18T05:28:09.399896+0000 mon.smithi142 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi142.tzoxhd(active, since 26s), standbys: smithi162.wvlspo 2024-01-18T05:28:10.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:10 smithi142 bash[16247]: audit 2024-01-18T05:28:09.400643+0000 mon.smithi142 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi162.wvlspo", "id": "smithi162.wvlspo"}]: dispatch 2024-01-18T05:28:10.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:10 smithi142 bash[16247]: audit 2024-01-18T05:28:10.297276+0000 mon.smithi142 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:11.016 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:10 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.277311+0000 mgr.smithi142.tzoxhd (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:11.016 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:10 smithi162 bash[19760]: cluster 2024-01-18T05:28:09.399896+0000 mon.smithi142 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi142.tzoxhd(active, since 26s), standbys: smithi162.wvlspo 2024-01-18T05:28:11.017 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:10 smithi162 bash[19760]: audit 2024-01-18T05:28:09.400643+0000 mon.smithi142 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr metadata", "who": "smithi162.wvlspo", "id": "smithi162.wvlspo"}]: dispatch 2024-01-18T05:28:11.017 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:10 smithi162 bash[19760]: audit 2024-01-18T05:28:10.297276+0000 mon.smithi142 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-18T05:28:11.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:11 smithi142 bash[16247]: audit 2024-01-18T05:28:10.506287+0000 mon.smithi142 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.162:0/813998436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:28:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:11 smithi162 bash[19760]: audit 2024-01-18T05:28:10.506287+0000 mon.smithi142 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.162:0/813998436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T05:28:12.026 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T05:28:12.026 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T05:28:12.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:12 smithi142 bash[16247]: cluster 2024-01-18T05:28:11.277777+0000 mgr.smithi142.tzoxhd (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:12.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:12 smithi162 bash[19760]: cluster 2024-01-18T05:28:11.277777+0000 mgr.smithi142.tzoxhd (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:14.713 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:14 smithi142 bash[16247]: cluster 2024-01-18T05:28:13.278282+0000 mgr.smithi142.tzoxhd (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:14.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:14 smithi162 bash[19760]: cluster 2024-01-18T05:28:13.278282+0000 mgr.smithi142.tzoxhd (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:15.050 INFO:teuthology.orchestra.run.smithi142.stdout:# minimal ceph.conf for ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:28:15.050 INFO:teuthology.orchestra.run.smithi142.stdout:[global] 2024-01-18T05:28:15.050 INFO:teuthology.orchestra.run.smithi142.stdout: fsid = ee000c34-b5c1-11ee-95ae-87774f69a715 2024-01-18T05:28:15.050 INFO:teuthology.orchestra.run.smithi142.stdout: mon_host = [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2024-01-18T05:28:15.635 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T05:28:15.635 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:28:15.635 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T05:28:15.650 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:28:15.651 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:28:15.703 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:15 smithi142 bash[16247]: audit 2024-01-18T05:28:15.041064+0000 mon.smithi142 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.142:0/803732683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:15.707 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:28:15.707 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T05:28:15.719 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:15 smithi162 bash[19760]: audit 2024-01-18T05:28:15.041064+0000 mon.smithi142 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.142:0/803732683' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:15.722 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:28:15.722 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T05:28:15.778 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T05:28:15.779 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:28:15.779 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:28:15.786 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T05:28:15.786 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme1n1 2024-01-18T05:28:15.835 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme1n1 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:27:00.727975727 +0000 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:25:00.282677220 +0000 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:25:00.282677220 +0000 2024-01-18T05:28:15.836 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:28:15.837 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T05:28:15.889 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:28:15.889 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:28:15.889 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000494216 s, 1.0 MB/s 2024-01-18T05:28:15.890 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T05:28:15.940 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme2n1 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme2n1 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:27:00.743975347 +0000 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:25:00.394700068 +0000 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:25:00.394700068 +0000 2024-01-18T05:28:15.991 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:28:15.991 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T05:28:16.044 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:28:16.044 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:28:16.044 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000456463 s, 1.1 MB/s 2024-01-18T05:28:16.045 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T05:28:16.096 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme3n1 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme3n1 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:27:00.755975061 +0000 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:25:00.506722917 +0000 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:25:00.506722917 +0000 2024-01-18T05:28:16.147 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:28:16.148 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T05:28:16.200 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:28:16.200 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:28:16.200 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000477716 s, 1.1 MB/s 2024-01-18T05:28:16.201 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T05:28:16.257 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme4n1 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme4n1 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 05:27:00.771974681 +0000 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 05:25:00.618745765 +0000 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 05:25:00.618745765 +0000 2024-01-18T05:28:16.307 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T05:28:16.308 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T05:28:16.360 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T05:28:16.360 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T05:28:16.360 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000433437 s, 1.2 MB/s 2024-01-18T05:28:16.361 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T05:28:16.412 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:28:16.412 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T05:28:16.419 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T05:28:16.419 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme1n1 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme1n1 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:27:49.874796508 +0000 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:25:01.566561883 +0000 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:25:01.566561883 +0000 2024-01-18T05:28:16.470 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:28:16.470 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T05:28:16.522 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:28:16.522 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:28:16.522 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000341964 s, 1.5 MB/s 2024-01-18T05:28:16.523 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T05:28:16.575 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme2n1 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme2n1 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:27:49.886796222 +0000 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:25:01.678615200 +0000 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:25:01.678615200 +0000 2024-01-18T05:28:16.626 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:28:16.626 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T05:28:16.680 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:28:16.680 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:28:16.680 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00045494 s, 1.1 MB/s 2024-01-18T05:28:16.681 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T05:28:16.731 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme3n1 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme3n1 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:27:49.898795937 +0000 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:25:01.790668516 +0000 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:25:01.790668516 +0000 2024-01-18T05:28:16.782 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:28:16.782 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T05:28:16.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:16 smithi142 bash[16247]: cluster 2024-01-18T05:28:15.278788+0000 mgr.smithi142.tzoxhd (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:16.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:16 smithi142 bash[16247]: audit 2024-01-18T05:28:16.205595+0000 mon.smithi142 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:16.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:16 smithi142 bash[16247]: audit 2024-01-18T05:28:16.207841+0000 mon.smithi142 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:28:16.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:16 smithi162 bash[19760]: cluster 2024-01-18T05:28:15.278788+0000 mgr.smithi142.tzoxhd (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:16.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:16 smithi162 bash[19760]: audit 2024-01-18T05:28:16.205595+0000 mon.smithi142 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:16.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:16 smithi162 bash[19760]: audit 2024-01-18T05:28:16.207841+0000 mon.smithi142 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:28:16.832 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:28:16.833 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:28:16.833 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000370974 s, 1.4 MB/s 2024-01-18T05:28:16.833 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T05:28:16.884 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme4n1 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme4n1 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-18 05:27:49.914795556 +0000 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-18 05:25:01.902721833 +0000 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-18 05:25:01.902721833 +0000 2024-01-18T05:28:16.934 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-18T05:28:16.935 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T05:28:16.988 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-18T05:28:16.989 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-18T05:28:16.989 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000377879 s, 1.4 MB/s 2024-01-18T05:28:16.989 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T05:28:17.039 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T05:28:18.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:18 smithi142 bash[16247]: cluster 2024-01-18T05:28:17.279230+0000 mgr.smithi142.tzoxhd (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:18 smithi162 bash[19760]: cluster 2024-01-18T05:28:17.279230+0000 mgr.smithi142.tzoxhd (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:19.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:19 smithi142 bash[16247]: audit 2024-01-18T05:28:18.499929+0000 mon.smithi142 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:19.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:19 smithi162 bash[19760]: audit 2024-01-18T05:28:18.499929+0000 mon.smithi142 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:20.048 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled osd.all-available-devices update... 2024-01-18T05:28:20.662 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T05:28:20.662 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:20.814 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:20 smithi142 bash[16247]: cluster 2024-01-18T05:28:19.279625+0000 mgr.smithi142.tzoxhd (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:20.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:20 smithi142 bash[16247]: audit 2024-01-18T05:28:20.037941+0000 mon.smithi142 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:20.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:20 smithi162 bash[19760]: cluster 2024-01-18T05:28:19.279625+0000 mgr.smithi142.tzoxhd (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:20.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:20 smithi162 bash[19760]: audit 2024-01-18T05:28:20.037941+0000 mon.smithi142 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:21.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:21 smithi142 bash[16247]: audit 2024-01-18T05:28:20.025523+0000 mgr.smithi142.tzoxhd (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:28:21.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:21 smithi142 bash[16247]: cephadm 2024-01-18T05:28:20.029910+0000 mgr.smithi142.tzoxhd (mgr.14182) 23 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2024-01-18T05:28:21.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:21 smithi142 bash[16247]: cephadm 2024-01-18T05:28:20.030140+0000 mgr.smithi142.tzoxhd (mgr.14182) 24 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2024-01-18T05:28:21.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:21 smithi142 bash[16247]: cephadm 2024-01-18T05:28:20.030899+0000 mgr.smithi142.tzoxhd (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T05:28:21.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:21 smithi162 bash[19760]: audit 2024-01-18T05:28:20.025523+0000 mgr.smithi142.tzoxhd (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:28:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:21 smithi162 bash[19760]: cephadm 2024-01-18T05:28:20.029910+0000 mgr.smithi142.tzoxhd (mgr.14182) 23 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2024-01-18T05:28:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:21 smithi162 bash[19760]: cephadm 2024-01-18T05:28:20.030140+0000 mgr.smithi142.tzoxhd (mgr.14182) 24 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2024-01-18T05:28:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:21 smithi162 bash[19760]: cephadm 2024-01-18T05:28:20.030899+0000 mgr.smithi142.tzoxhd (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T05:28:22.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:22 smithi142 bash[16247]: cluster 2024-01-18T05:28:21.280015+0000 mgr.smithi142.tzoxhd (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:22.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:22 smithi162 bash[19760]: cluster 2024-01-18T05:28:21.280015+0000 mgr.smithi142.tzoxhd (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:23.678 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:22.972850+0000 mon.smithi142 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:22.982279+0000 mon.smithi142 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:22.983676+0000 mon.smithi142 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:22.985032+0000 mon.smithi142 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: cephadm 2024-01-18T05:28:22.986814+0000 mgr.smithi142.tzoxhd (mgr.14182) 27 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T05:28:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: cephadm 2024-01-18T05:28:22.987470+0000 mgr.smithi142.tzoxhd (mgr.14182) 28 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.013767+0000 mon.smithi142 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.023862+0000 mon.smithi142 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.032009+0000 mon.smithi142 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.039410+0000 mon.smithi142 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.045222+0000 mon.smithi142 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.048762+0000 mon.smithi142 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.049131+0000 mon.smithi142 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.050070+0000 mon.smithi142 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: cluster 2024-01-18T05:28:23.280412+0000 mgr.smithi142.tzoxhd (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:23 smithi142 bash[16247]: audit 2024-01-18T05:28:23.668698+0000 mon.smithi142 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.142:0/1724980216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:24.302 INFO:teuthology.orchestra.run.smithi142.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-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:22.972850+0000 mon.smithi142 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:22.982279+0000 mon.smithi142 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:22.983676+0000 mon.smithi142 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:22.985032+0000 mon.smithi142 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: cephadm 2024-01-18T05:28:22.986814+0000 mgr.smithi142.tzoxhd (mgr.14182) 27 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: cephadm 2024-01-18T05:28:22.987470+0000 mgr.smithi142.tzoxhd (mgr.14182) 28 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.013767+0000 mon.smithi142 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.023862+0000 mon.smithi142 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.032009+0000 mon.smithi142 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.039410+0000 mon.smithi142 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.045222+0000 mon.smithi142 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.048762+0000 mon.smithi142 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.049131+0000 mon.smithi142 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.050070+0000 mon.smithi142 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: cluster 2024-01-18T05:28:23.280412+0000 mgr.smithi142.tzoxhd (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:23 smithi162 bash[19760]: audit 2024-01-18T05:28:23.668698+0000 mon.smithi142 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.142:0/1724980216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:25.302 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:26.580 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:26 smithi142 bash[16247]: cluster 2024-01-18T05:28:25.280921+0000 mgr.smithi142.tzoxhd (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:26.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:26 smithi162 bash[19760]: cluster 2024-01-18T05:28:25.280921+0000 mgr.smithi142.tzoxhd (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:28.233 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:28.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:28 smithi142 bash[16247]: cluster 2024-01-18T05:28:27.281399+0000 mgr.smithi142.tzoxhd (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:28.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:28 smithi142 bash[16247]: audit 2024-01-18T05:28:28.224058+0000 mon.smithi142 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.142:0/3712310308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:28.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:28 smithi162 bash[19760]: cluster 2024-01-18T05:28:27.281399+0000 mgr.smithi142.tzoxhd (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:28.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:28 smithi162 bash[19760]: audit 2024-01-18T05:28:28.224058+0000 mon.smithi142 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.142:0/3712310308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:29.116 INFO:teuthology.orchestra.run.smithi142.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-18T05:28:30.117 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:30.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:30 smithi142 bash[16247]: cluster 2024-01-18T05:28:29.281932+0000 mgr.smithi142.tzoxhd (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:30.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:30 smithi162 bash[19760]: cluster 2024-01-18T05:28:29.281932+0000 mgr.smithi142.tzoxhd (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: cluster 2024-01-18T05:28:31.282422+0000 mgr.smithi142.tzoxhd (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: audit 2024-01-18T05:28:31.385761+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/623812985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]: dispatch 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: audit 2024-01-18T05:28:31.386286+0000 mon.smithi142 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]: dispatch 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: audit 2024-01-18T05:28:31.393398+0000 mon.smithi142 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]': finished 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: cluster 2024-01-18T05:28:31.393546+0000 mon.smithi142 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T05:28:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:32 smithi162 bash[19760]: audit 2024-01-18T05:28:31.393751+0000 mon.smithi142 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: cluster 2024-01-18T05:28:31.282422+0000 mgr.smithi142.tzoxhd (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: audit 2024-01-18T05:28:31.385761+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/623812985' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]: dispatch 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: audit 2024-01-18T05:28:31.386286+0000 mon.smithi142 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]: dispatch 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: audit 2024-01-18T05:28:31.393398+0000 mon.smithi142 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "443b04f4-50b6-4850-a974-27ba611d4889"}]': finished 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: cluster 2024-01-18T05:28:31.393546+0000 mon.smithi142 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T05:28:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:32 smithi142 bash[16247]: audit 2024-01-18T05:28:31.393751+0000 mon.smithi142 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: audit 2024-01-18T05:28:32.410611+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3536194532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: audit 2024-01-18T05:28:32.601961+0000 mon.smithi142 (mon.0) 213 : audit [INF] from='client.? 172.21.15.142:0/2372104087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e196e3-bf02-4f19-b36e-3118afd78d2a"}]: dispatch 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: audit 2024-01-18T05:28:32.609178+0000 mon.smithi142 (mon.0) 214 : audit [INF] from='client.? 172.21.15.142:0/2372104087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e196e3-bf02-4f19-b36e-3118afd78d2a"}]': finished 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: cluster 2024-01-18T05:28:32.609306+0000 mon.smithi142 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: audit 2024-01-18T05:28:32.609541+0000 mon.smithi142 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:33.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:33 smithi142 bash[16247]: audit 2024-01-18T05:28:32.610276+0000 mon.smithi142 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:33.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: audit 2024-01-18T05:28:32.410611+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3536194532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: audit 2024-01-18T05:28:32.601961+0000 mon.smithi142 (mon.0) 213 : audit [INF] from='client.? 172.21.15.142:0/2372104087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "22e196e3-bf02-4f19-b36e-3118afd78d2a"}]: dispatch 2024-01-18T05:28:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: audit 2024-01-18T05:28:32.609178+0000 mon.smithi142 (mon.0) 214 : audit [INF] from='client.? 172.21.15.142:0/2372104087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22e196e3-bf02-4f19-b36e-3118afd78d2a"}]': finished 2024-01-18T05:28:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: cluster 2024-01-18T05:28:32.609306+0000 mon.smithi142 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T05:28:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: audit 2024-01-18T05:28:32.609541+0000 mon.smithi142 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:33 smithi162 bash[19760]: audit 2024-01-18T05:28:32.610276+0000 mon.smithi142 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:33.748 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:34.347 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705555712,"num_remapped_pgs":0} 2024-01-18T05:28:35.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:34 smithi142 bash[16247]: cluster 2024-01-18T05:28:33.282906+0000 mgr.smithi142.tzoxhd (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:35.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:34 smithi142 bash[16247]: audit 2024-01-18T05:28:33.738974+0000 mon.smithi142 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.142:0/2577122152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:35.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:34 smithi142 bash[16247]: audit 2024-01-18T05:28:34.018796+0000 mon.smithi142 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.142:0/222137212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:35.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:34 smithi162 bash[19760]: cluster 2024-01-18T05:28:33.282906+0000 mgr.smithi142.tzoxhd (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:35.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:34 smithi162 bash[19760]: audit 2024-01-18T05:28:33.738974+0000 mon.smithi142 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.142:0/2577122152' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:35.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:34 smithi162 bash[19760]: audit 2024-01-18T05:28:34.018796+0000 mon.smithi142 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.142:0/222137212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:35.348 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.120278+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/725074691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]: dispatch 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.120884+0000 mon.smithi142 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]: dispatch 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.130423+0000 mon.smithi142 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]': finished 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: cluster 2024-01-18T05:28:35.130605+0000 mon.smithi142 (mon.0) 222 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.130829+0000 mon.smithi142 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.131542+0000 mon.smithi142 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:36.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:35 smithi142 bash[16247]: audit 2024-01-18T05:28:35.131993+0000 mon.smithi142 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:36.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.120278+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/725074691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]: dispatch 2024-01-18T05:28:36.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.120884+0000 mon.smithi142 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]: dispatch 2024-01-18T05:28:36.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.130423+0000 mon.smithi142 (mon.0) 221 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d810aad-b009-49d2-a81b-012546dd6be1"}]': finished 2024-01-18T05:28:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: cluster 2024-01-18T05:28:35.130605+0000 mon.smithi142 (mon.0) 222 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T05:28:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.130829+0000 mon.smithi142 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.131542+0000 mon.smithi142 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:35 smithi162 bash[19760]: audit 2024-01-18T05:28:35.131993+0000 mon.smithi142 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:36.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:36 smithi142 bash[16247]: cluster 2024-01-18T05:28:35.283351+0000 mgr.smithi142.tzoxhd (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:36.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:36 smithi142 bash[16247]: audit 2024-01-18T05:28:36.198757+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/3416554098' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:37.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:36 smithi162 bash[19760]: cluster 2024-01-18T05:28:35.283351+0000 mgr.smithi142.tzoxhd (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:37.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:36 smithi162 bash[19760]: audit 2024-01-18T05:28:36.198757+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/3416554098' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.763083+0000 mon.smithi142 (mon.0) 226 : audit [INF] from='client.? 172.21.15.142:0/2191527182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbb711de-3604-43de-80b8-2c7fa39316e6"}]: dispatch 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.770234+0000 mon.smithi142 (mon.0) 227 : audit [INF] from='client.? 172.21.15.142:0/2191527182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbb711de-3604-43de-80b8-2c7fa39316e6"}]': finished 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: cluster 2024-01-18T05:28:36.770378+0000 mon.smithi142 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.770564+0000 mon.smithi142 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.770938+0000 mon.smithi142 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.771209+0000 mon.smithi142 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:38.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:37 smithi142 bash[16247]: audit 2024-01-18T05:28:36.771436+0000 mon.smithi142 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:38.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.763083+0000 mon.smithi142 (mon.0) 226 : audit [INF] from='client.? 172.21.15.142:0/2191527182' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbb711de-3604-43de-80b8-2c7fa39316e6"}]: dispatch 2024-01-18T05:28:38.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.770234+0000 mon.smithi142 (mon.0) 227 : audit [INF] from='client.? 172.21.15.142:0/2191527182' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbb711de-3604-43de-80b8-2c7fa39316e6"}]': finished 2024-01-18T05:28:38.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: cluster 2024-01-18T05:28:36.770378+0000 mon.smithi142 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T05:28:38.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.770564+0000 mon.smithi142 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:38.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.770938+0000 mon.smithi142 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:38.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.771209+0000 mon.smithi142 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:38.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:37 smithi162 bash[19760]: audit 2024-01-18T05:28:36.771436+0000 mon.smithi142 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:38.793 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:39.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:38 smithi142 bash[16247]: cluster 2024-01-18T05:28:37.283730+0000 mgr.smithi142.tzoxhd (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:39.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:38 smithi142 bash[16247]: audit 2024-01-18T05:28:38.573856+0000 mon.smithi142 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.142:0/383663463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:39.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:38 smithi162 bash[19760]: cluster 2024-01-18T05:28:37.283730+0000 mgr.smithi142.tzoxhd (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:39.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:38 smithi162 bash[19760]: audit 2024-01-18T05:28:38.573856+0000 mon.smithi142 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.142:0/383663463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:39.357 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705555716,"num_remapped_pgs":0} 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.783965+0000 mon.smithi142 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.142:0/3520927739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.912923+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/2139188644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]: dispatch 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.913807+0000 mon.smithi142 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]: dispatch 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.925322+0000 mon.smithi142 (mon.0) 236 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]': finished 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: cluster 2024-01-18T05:28:38.925467+0000 mon.smithi142 (mon.0) 237 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T05:28:40.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.925784+0000 mon.smithi142 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:40.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.926479+0000 mon.smithi142 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:40.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.926959+0000 mon.smithi142 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:40.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.927386+0000 mon.smithi142 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:40.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:39 smithi142 bash[16247]: audit 2024-01-18T05:28:38.927777+0000 mon.smithi142 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:40.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.783965+0000 mon.smithi142 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.142:0/3520927739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:40.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.912923+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/2139188644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.913807+0000 mon.smithi142 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.925322+0000 mon.smithi142 (mon.0) 236 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8463e807-8902-4e9e-88aa-aa25060e15c5"}]': finished 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: cluster 2024-01-18T05:28:38.925467+0000 mon.smithi142 (mon.0) 237 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.925784+0000 mon.smithi142 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.926479+0000 mon.smithi142 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.926959+0000 mon.smithi142 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.927386+0000 mon.smithi142 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:39 smithi162 bash[19760]: audit 2024-01-18T05:28:38.927777+0000 mon.smithi142 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:40.357 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:41.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:40 smithi142 bash[16247]: cluster 2024-01-18T05:28:39.283979+0000 mgr.smithi142.tzoxhd (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:41.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:40 smithi142 bash[16247]: audit 2024-01-18T05:28:40.000294+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/2540395496' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:40 smithi162 bash[19760]: cluster 2024-01-18T05:28:39.283979+0000 mgr.smithi142.tzoxhd (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:40 smithi162 bash[19760]: audit 2024-01-18T05:28:40.000294+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/2540395496' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.318012+0000 mon.smithi142 (mon.0) 243 : audit [INF] from='client.? 172.21.15.142:0/2834677130' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae2a739f-a9f5-43e0-a075-69afacc2e8c3"}]: dispatch 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.325626+0000 mon.smithi142 (mon.0) 244 : audit [INF] from='client.? 172.21.15.142:0/2834677130' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae2a739f-a9f5-43e0-a075-69afacc2e8c3"}]': finished 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: cluster 2024-01-18T05:28:41.325770+0000 mon.smithi142 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.326014+0000 mon.smithi142 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.327022+0000 mon.smithi142 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.327604+0000 mon.smithi142 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:42.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.328245+0000 mon.smithi142 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:42.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.328870+0000 mon.smithi142 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:42.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:41 smithi142 bash[16247]: audit 2024-01-18T05:28:41.329286+0000 mon.smithi142 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:42.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.318012+0000 mon.smithi142 (mon.0) 243 : audit [INF] from='client.? 172.21.15.142:0/2834677130' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae2a739f-a9f5-43e0-a075-69afacc2e8c3"}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.325626+0000 mon.smithi142 (mon.0) 244 : audit [INF] from='client.? 172.21.15.142:0/2834677130' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae2a739f-a9f5-43e0-a075-69afacc2e8c3"}]': finished 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: cluster 2024-01-18T05:28:41.325770+0000 mon.smithi142 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.326014+0000 mon.smithi142 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.327022+0000 mon.smithi142 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.327604+0000 mon.smithi142 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.328245+0000 mon.smithi142 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.328870+0000 mon.smithi142 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:42.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:41 smithi162 bash[19760]: audit 2024-01-18T05:28:41.329286+0000 mon.smithi142 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: cluster 2024-01-18T05:28:41.284266+0000 mgr.smithi142.tzoxhd (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.760494+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/1532154923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]: dispatch 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.760993+0000 mon.smithi142 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]: dispatch 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.770715+0000 mon.smithi142 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]': finished 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: cluster 2024-01-18T05:28:42.770816+0000 mon.smithi142 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T05:28:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.771152+0000 mon.smithi142 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.771905+0000 mon.smithi142 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.772382+0000 mon.smithi142 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.772626+0000 mon.smithi142 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.772859+0000 mon.smithi142 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.773089+0000 mon.smithi142 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:42 smithi142 bash[16247]: audit 2024-01-18T05:28:42.773311+0000 mon.smithi142 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: cluster 2024-01-18T05:28:41.284266+0000 mgr.smithi142.tzoxhd (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.760494+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/1532154923' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.760993+0000 mon.smithi142 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.770715+0000 mon.smithi142 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "790fdadf-3905-4f18-aa61-8d196718295f"}]': finished 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: cluster 2024-01-18T05:28:42.770816+0000 mon.smithi142 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.771152+0000 mon.smithi142 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.771905+0000 mon.smithi142 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.772382+0000 mon.smithi142 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.772626+0000 mon.smithi142 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.772859+0000 mon.smithi142 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:43.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.773089+0000 mon.smithi142 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:43.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:42 smithi162 bash[19760]: audit 2024-01-18T05:28:42.773311+0000 mon.smithi142 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:28:43.702 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:44.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:43 smithi142 bash[16247]: audit 2024-01-18T05:28:42.797688+0000 mon.smithi142 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.142:0/2183129303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:44.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:43 smithi142 bash[16247]: audit 2024-01-18T05:28:43.692854+0000 mon.smithi142 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.142:0/999780747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:44.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:43 smithi162 bash[19760]: audit 2024-01-18T05:28:42.797688+0000 mon.smithi142 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.142:0/2183129303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:44.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:43 smithi162 bash[19760]: audit 2024-01-18T05:28:43.692854+0000 mon.smithi142 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.142:0/999780747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:44.336 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705555722,"num_remapped_pgs":0} 2024-01-18T05:28:45.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:44 smithi142 bash[16247]: cluster 2024-01-18T05:28:43.284535+0000 mgr.smithi142.tzoxhd (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:45.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:44 smithi142 bash[16247]: audit 2024-01-18T05:28:43.810042+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/2525168286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:45.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:44 smithi162 bash[19760]: cluster 2024-01-18T05:28:43.284535+0000 mgr.smithi142.tzoxhd (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:45.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:44 smithi162 bash[19760]: audit 2024-01-18T05:28:43.810042+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/2525168286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:45.337 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.559237+0000 mon.smithi142 (mon.0) 264 : audit [INF] from='client.? 172.21.15.142:0/2736946919' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f9ab6d-09ef-4880-95b4-210ae29c7b57"}]: dispatch 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.564717+0000 mon.smithi142 (mon.0) 265 : audit [INF] from='client.? 172.21.15.142:0/2736946919' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f9ab6d-09ef-4880-95b4-210ae29c7b57"}]': finished 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: cluster 2024-01-18T05:28:45.564780+0000 mon.smithi142 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.564942+0000 mon.smithi142 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.565360+0000 mon.smithi142 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:46.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.565611+0000 mon.smithi142 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:46.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.565846+0000 mon.smithi142 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:46.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.566243+0000 mon.smithi142 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:46.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.566478+0000 mon.smithi142 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:46.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.566712+0000 mon.smithi142 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:28:46.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:45 smithi142 bash[16247]: audit 2024-01-18T05:28:45.566947+0000 mon.smithi142 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:28:46.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.559237+0000 mon.smithi142 (mon.0) 264 : audit [INF] from='client.? 172.21.15.142:0/2736946919' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f9ab6d-09ef-4880-95b4-210ae29c7b57"}]: dispatch 2024-01-18T05:28:46.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.564717+0000 mon.smithi142 (mon.0) 265 : audit [INF] from='client.? 172.21.15.142:0/2736946919' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f9ab6d-09ef-4880-95b4-210ae29c7b57"}]': finished 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: cluster 2024-01-18T05:28:45.564780+0000 mon.smithi142 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.564942+0000 mon.smithi142 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.565360+0000 mon.smithi142 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.565611+0000 mon.smithi142 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.565846+0000 mon.smithi142 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.566243+0000 mon.smithi142 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.566478+0000 mon.smithi142 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.566712+0000 mon.smithi142 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:28:46.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:45 smithi162 bash[19760]: audit 2024-01-18T05:28:45.566947+0000 mon.smithi142 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:28:46.981 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:46 smithi142 bash[16247]: cluster 2024-01-18T05:28:45.284990+0000 mgr.smithi142.tzoxhd (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:47.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:46 smithi162 bash[19760]: cluster 2024-01-18T05:28:45.284990+0000 mgr.smithi142.tzoxhd (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:48.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:47 smithi162 bash[19760]: audit 2024-01-18T05:28:47.248104+0000 mon.smithi142 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.142:0/2816183799' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:48.227 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:47 smithi142 bash[16247]: audit 2024-01-18T05:28:47.248104+0000 mon.smithi142 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.142:0/2816183799' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T05:28:48.631 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:49.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:48 smithi142 bash[16247]: cluster 2024-01-18T05:28:47.285320+0000 mgr.smithi142.tzoxhd (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:49.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:48 smithi142 bash[16247]: audit 2024-01-18T05:28:48.621642+0000 mon.smithi142 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.142:0/691798677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:49.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:48 smithi162 bash[19760]: cluster 2024-01-18T05:28:47.285320+0000 mgr.smithi142.tzoxhd (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:49.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:48 smithi162 bash[19760]: audit 2024-01-18T05:28:48.621642+0000 mon.smithi142 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.142:0/691798677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:49.202 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:28:50.204 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:51.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:50 smithi162 bash[19760]: cluster 2024-01-18T05:28:49.285725+0000 mgr.smithi142.tzoxhd (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:51.212 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:50 smithi142 bash[16247]: cluster 2024-01-18T05:28:49.285725+0000 mgr.smithi142.tzoxhd (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:53.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:52 smithi142 bash[16247]: cluster 2024-01-18T05:28:51.286146+0000 mgr.smithi142.tzoxhd (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:53.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:52 smithi162 bash[19760]: cluster 2024-01-18T05:28:51.286146+0000 mgr.smithi142.tzoxhd (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:53.133 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:53.721 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:28:54.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:53 smithi142 bash[16247]: audit 2024-01-18T05:28:53.124560+0000 mon.smithi142 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.142:0/1931245114' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:54.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:53 smithi162 bash[19760]: audit 2024-01-18T05:28:53.124560+0000 mon.smithi142 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.142:0/1931245114' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:28:54.723 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:28:55.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:54 smithi142 bash[16247]: cluster 2024-01-18T05:28:53.286574+0000 mgr.smithi142.tzoxhd (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:55.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:54 smithi142 bash[16247]: audit 2024-01-18T05:28:54.795570+0000 mon.smithi142 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T05:28:55.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:54 smithi142 bash[16247]: audit 2024-01-18T05:28:54.797221+0000 mon.smithi142 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:55.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:54 smithi162 bash[19760]: cluster 2024-01-18T05:28:53.286574+0000 mgr.smithi142.tzoxhd (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:55.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:54 smithi162 bash[19760]: audit 2024-01-18T05:28:54.795570+0000 mon.smithi142 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T05:28:55.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:54 smithi162 bash[19760]: audit 2024-01-18T05:28:54.797221+0000 mon.smithi142 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:56.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:55 smithi162 bash[19760]: cephadm 2024-01-18T05:28:54.798624+0000 mgr.smithi142.tzoxhd (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi162 2024-01-18T05:28:56.208 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:55 smithi142 bash[16247]: cephadm 2024-01-18T05:28:54.798624+0000 mgr.smithi142.tzoxhd (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi162 2024-01-18T05:28:57.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:56 smithi162 bash[19760]: cluster 2024-01-18T05:28:55.287044+0000 mgr.smithi142.tzoxhd (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:57.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:56 smithi142 bash[16247]: cluster 2024-01-18T05:28:55.287044+0000 mgr.smithi142.tzoxhd (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:58.867 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:28:59.217 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:58 smithi142 bash[16247]: cluster 2024-01-18T05:28:57.287414+0000 mgr.smithi142.tzoxhd (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:59.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:58 smithi142 bash[16247]: audit 2024-01-18T05:28:58.379691+0000 mon.smithi142 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:59.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:58 smithi142 bash[16247]: audit 2024-01-18T05:28:58.381470+0000 mon.smithi142 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T05:28:59.218 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:58 smithi142 bash[16247]: audit 2024-01-18T05:28:58.383196+0000 mon.smithi142 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:59.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:58 smithi162 bash[19760]: cluster 2024-01-18T05:28:57.287414+0000 mgr.smithi142.tzoxhd (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:28:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:58 smithi162 bash[19760]: audit 2024-01-18T05:28:58.379691+0000 mon.smithi142 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:28:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:58 smithi162 bash[19760]: audit 2024-01-18T05:28:58.381470+0000 mon.smithi142 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T05:28:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:58 smithi162 bash[19760]: audit 2024-01-18T05:28:58.383196+0000 mon.smithi142 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:28:59.803 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:00.049 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:59 smithi162 bash[19760]: cephadm 2024-01-18T05:28:58.384716+0000 mgr.smithi142.tzoxhd (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi162 2024-01-18T05:29:00.050 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:28:59 smithi162 bash[19760]: audit 2024-01-18T05:28:58.857288+0000 mon.smithi142 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.142:0/3570209939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:00.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:59 smithi142 bash[16247]: cephadm 2024-01-18T05:28:58.384716+0000 mgr.smithi142.tzoxhd (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi162 2024-01-18T05:29:00.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:28:59 smithi142 bash[16247]: audit 2024-01-18T05:28:58.857288+0000 mon.smithi142 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.142:0/3570209939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:00.804 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:01.269 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:00 smithi142 bash[16247]: cluster 2024-01-18T05:28:59.287797+0000 mgr.smithi142.tzoxhd (mgr.14182) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:01.269 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:00 smithi142 bash[16247]: audit 2024-01-18T05:28:59.932347+0000 mon.smithi142 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T05:29:01.269 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:00 smithi142 bash[16247]: audit 2024-01-18T05:28:59.933987+0000 mon.smithi142 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:01.269 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:00 smithi142 bash[16247]: cephadm 2024-01-18T05:28:59.935278+0000 mgr.smithi142.tzoxhd (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi142 2024-01-18T05:29:01.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:00 smithi162 bash[19760]: cluster 2024-01-18T05:28:59.287797+0000 mgr.smithi142.tzoxhd (mgr.14182) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:01.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:00 smithi162 bash[19760]: audit 2024-01-18T05:28:59.932347+0000 mon.smithi142 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T05:29:01.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:00 smithi162 bash[19760]: audit 2024-01-18T05:28:59.933987+0000 mon.smithi142 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:01.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:00 smithi162 bash[19760]: cephadm 2024-01-18T05:28:59.935278+0000 mgr.smithi142.tzoxhd (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi142 2024-01-18T05:29:02.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:01 smithi162 bash[19760]: cluster 2024-01-18T05:29:01.288204+0000 mgr.smithi142.tzoxhd (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:02.283 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:01 smithi142 bash[16247]: cluster 2024-01-18T05:29:01.288204+0000 mgr.smithi142.tzoxhd (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:04.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:04 smithi142 bash[16247]: audit 2024-01-18T05:29:03.125904+0000 mon.smithi142 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:04.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:04 smithi142 bash[16247]: audit 2024-01-18T05:29:03.127272+0000 mon.smithi142 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T05:29:04.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:04 smithi142 bash[16247]: audit 2024-01-18T05:29:03.128595+0000 mon.smithi142 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:04.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:04 smithi142 bash[16247]: cephadm 2024-01-18T05:29:03.130073+0000 mgr.smithi142.tzoxhd (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi162 2024-01-18T05:29:04.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:04 smithi142 bash[16247]: cluster 2024-01-18T05:29:03.288616+0000 mgr.smithi142.tzoxhd (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:04.532 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:04 smithi162 bash[19760]: audit 2024-01-18T05:29:03.125904+0000 mon.smithi142 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:04.532 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:04 smithi162 bash[19760]: audit 2024-01-18T05:29:03.127272+0000 mon.smithi142 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T05:29:04.532 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:04 smithi162 bash[19760]: audit 2024-01-18T05:29:03.128595+0000 mon.smithi142 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:04.533 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:04 smithi162 bash[19760]: cephadm 2024-01-18T05:29:03.130073+0000 mgr.smithi142.tzoxhd (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi162 2024-01-18T05:29:04.533 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:04 smithi162 bash[19760]: cluster 2024-01-18T05:29:03.288616+0000 mgr.smithi142.tzoxhd (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:05.054 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:06.175 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: audit 2024-01-18T05:29:04.894715+0000 mon.smithi142 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:06.175 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: audit 2024-01-18T05:29:04.895876+0000 mon.smithi142 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T05:29:06.176 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: audit 2024-01-18T05:29:04.896761+0000 mon.smithi142 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:06.176 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: cephadm 2024-01-18T05:29:04.897506+0000 mgr.smithi142.tzoxhd (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi142 2024-01-18T05:29:06.176 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: audit 2024-01-18T05:29:05.045140+0000 mon.smithi142 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.142:0/207800387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:06.176 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:05 smithi142 bash[16247]: cluster 2024-01-18T05:29:05.289063+0000 mgr.smithi142.tzoxhd (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:06.177 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:06.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: audit 2024-01-18T05:29:04.894715+0000 mon.smithi142 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:06.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: audit 2024-01-18T05:29:04.895876+0000 mon.smithi142 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T05:29:06.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: audit 2024-01-18T05:29:04.896761+0000 mon.smithi142 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:06.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: cephadm 2024-01-18T05:29:04.897506+0000 mgr.smithi142.tzoxhd (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi142 2024-01-18T05:29:06.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: audit 2024-01-18T05:29:05.045140+0000 mon.smithi142 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.142:0/207800387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:06.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:05 smithi162 bash[19760]: cluster 2024-01-18T05:29:05.289063+0000 mgr.smithi142.tzoxhd (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:07.106 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:06 smithi142 bash[16247]: audit 2024-01-18T05:29:06.450596+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T05:29:07.106 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:06 smithi142 bash[16247]: audit 2024-01-18T05:29:06.450896+0000 mon.smithi142 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T05:29:07.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:06 smithi162 bash[19760]: audit 2024-01-18T05:29:06.450596+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T05:29:07.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:06 smithi162 bash[19760]: audit 2024-01-18T05:29:06.450896+0000 mon.smithi142 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T05:29:07.178 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:08.021 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.909426+0000 mon.smithi142 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T05:29:08.021 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: cluster 2024-01-18T05:29:06.909490+0000 mon.smithi142 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.909634+0000 mon.smithi142 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.910052+0000 mon.smithi142 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.910310+0000 mon.smithi142 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.910592+0000 mon.smithi142 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.910846+0000 mon.smithi142 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.911100+0000 mon.smithi142 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.911407+0000 mon.smithi142 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.911666+0000 mon.smithi142 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.912391+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: audit 2024-01-18T05:29:06.912643+0000 mon.smithi142 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:08.022 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:07 smithi162 bash[19760]: cluster 2024-01-18T05:29:07.289461+0000 mgr.smithi142.tzoxhd (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.909426+0000 mon.smithi142 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T05:29:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: cluster 2024-01-18T05:29:06.909490+0000 mon.smithi142 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T05:29:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.909634+0000 mon.smithi142 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.910052+0000 mon.smithi142 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.910310+0000 mon.smithi142 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.910592+0000 mon.smithi142 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.910846+0000 mon.smithi142 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.911100+0000 mon.smithi142 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.911407+0000 mon.smithi142 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.911666+0000 mon.smithi142 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.912391+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: audit 2024-01-18T05:29:06.912643+0000 mon.smithi142 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:08.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:07 smithi142 bash[16247]: cluster 2024-01-18T05:29:07.289461+0000 mgr.smithi142.tzoxhd (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.912791+0000 mon.smithi142 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: cluster 2024-01-18T05:29:07.912975+0000 mon.smithi142 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T05:29:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.913611+0000 mon.smithi142 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.914204+0000 mon.smithi142 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.914529+0000 mon.smithi142 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.914968+0000 mon.smithi142 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.918858+0000 mon.smithi142 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.919196+0000 mon.smithi142 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.919516+0000 mon.smithi142 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.920037+0000 mon.smithi142 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:07.920439+0000 mon.smithi142 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:08.050831+0000 mon.smithi142 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:08.052729+0000 mon.smithi142 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: audit 2024-01-18T05:29:08.054296+0000 mon.smithi142 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:08 smithi142 bash[16247]: cephadm 2024-01-18T05:29:08.055682+0000 mgr.smithi142.tzoxhd (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi162 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.912791+0000 mon.smithi142 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: cluster 2024-01-18T05:29:07.912975+0000 mon.smithi142 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.913611+0000 mon.smithi142 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.914204+0000 mon.smithi142 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.914529+0000 mon.smithi142 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.914968+0000 mon.smithi142 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.918858+0000 mon.smithi142 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.919196+0000 mon.smithi142 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:09.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.919516+0000 mon.smithi142 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.920037+0000 mon.smithi142 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:07.920439+0000 mon.smithi142 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:08.050831+0000 mon.smithi142 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:08.052729+0000 mon.smithi142 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: audit 2024-01-18T05:29:08.054296+0000 mon.smithi142 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:09.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:08 smithi162 bash[19760]: cephadm 2024-01-18T05:29:08.055682+0000 mgr.smithi142.tzoxhd (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi162 2024-01-18T05:29:10.217 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: cluster 2024-01-18T05:29:07.470469+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:10.217 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: cluster 2024-01-18T05:29:07.470574+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:10.217 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.925582+0000 mon.smithi142 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:10.217 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: cluster 2024-01-18T05:29:08.930179+0000 mon.smithi142 (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880] boot 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: cluster 2024-01-18T05:29:08.930242+0000 mon.smithi142 (mon.0) 321 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.931062+0000 mon.smithi142 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.931562+0000 mon.smithi142 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.932641+0000 mon.smithi142 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.933011+0000 mon.smithi142 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.933378+0000 mon.smithi142 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.933737+0000 mon.smithi142 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.934109+0000 mon.smithi142 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: audit 2024-01-18T05:29:08.934465+0000 mon.smithi142 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:10.218 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:09 smithi162 bash[19760]: cluster 2024-01-18T05:29:09.289871+0000 mgr.smithi142.tzoxhd (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: cluster 2024-01-18T05:29:07.470469+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: cluster 2024-01-18T05:29:07.470574+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.925582+0000 mon.smithi142 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: cluster 2024-01-18T05:29:08.930179+0000 mon.smithi142 (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.162:6800/2571061880,v1:172.21.15.162:6801/2571061880] boot 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: cluster 2024-01-18T05:29:08.930242+0000 mon.smithi142 (mon.0) 321 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T05:29:10.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.931062+0000 mon.smithi142 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.931562+0000 mon.smithi142 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.932641+0000 mon.smithi142 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.933011+0000 mon.smithi142 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.933378+0000 mon.smithi142 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.933737+0000 mon.smithi142 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.934109+0000 mon.smithi142 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: audit 2024-01-18T05:29:08.934465+0000 mon.smithi142 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:10.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:10 smithi142 bash[16247]: cluster 2024-01-18T05:29:09.289871+0000 mgr.smithi142.tzoxhd (mgr.14182) 58 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T05:29:11.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: cluster 2024-01-18T05:29:10.352802+0000 mon.smithi142 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T05:29:11.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.353111+0000 mon.smithi142 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.353795+0000 mon.smithi142 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.354258+0000 mon.smithi142 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.354719+0000 mon.smithi142 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.355172+0000 mon.smithi142 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.355615+0000 mon.smithi142 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.356089+0000 mon.smithi142 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.773225+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:10.773605+0000 mon.smithi142 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:11.145443+0000 mon.smithi142 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:11.146730+0000 mon.smithi142 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T05:29:11.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:11 smithi142 bash[16247]: audit 2024-01-18T05:29:11.147935+0000 mon.smithi142 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:11.865 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: cluster 2024-01-18T05:29:10.352802+0000 mon.smithi142 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.353111+0000 mon.smithi142 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.353795+0000 mon.smithi142 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.354258+0000 mon.smithi142 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.354719+0000 mon.smithi142 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.355172+0000 mon.smithi142 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.355615+0000 mon.smithi142 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.356089+0000 mon.smithi142 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.773225+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:10.773605+0000 mon.smithi142 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:11.145443+0000 mon.smithi142 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:11.146730+0000 mon.smithi142 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T05:29:11.866 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:11 smithi162 bash[19760]: audit 2024-01-18T05:29:11.147935+0000 mon.smithi142 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: cephadm 2024-01-18T05:29:11.148837+0000 mgr.smithi142.tzoxhd (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi142 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: cluster 2024-01-18T05:29:11.290270+0000 mgr.smithi142.tzoxhd (mgr.14182) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.354787+0000 mon.smithi142 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: cluster 2024-01-18T05:29:11.354861+0000 mon.smithi142 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.355304+0000 mon.smithi142 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.355648+0000 mon.smithi142 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.355848+0000 mon.smithi142 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.356162+0000 mon.smithi142 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.356378+0000 mon.smithi142 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.356417+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:12.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.356559+0000 mon.smithi142 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:12.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.356745+0000 mon.smithi142 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:12.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:12 smithi162 bash[19760]: audit 2024-01-18T05:29:11.364530+0000 mon.smithi142 (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=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:12.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: cephadm 2024-01-18T05:29:11.148837+0000 mgr.smithi142.tzoxhd (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi142 2024-01-18T05:29:12.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: cluster 2024-01-18T05:29:11.290270+0000 mgr.smithi142.tzoxhd (mgr.14182) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T05:29:12.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.354787+0000 mon.smithi142 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: cluster 2024-01-18T05:29:11.354861+0000 mon.smithi142 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.355304+0000 mon.smithi142 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.355648+0000 mon.smithi142 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.355848+0000 mon.smithi142 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.356162+0000 mon.smithi142 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.356378+0000 mon.smithi142 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.356417+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.356559+0000 mon.smithi142 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.356745+0000 mon.smithi142 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:12 smithi142 bash[16247]: audit 2024-01-18T05:29:11.364530+0000 mon.smithi142 (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=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:12.854 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.364782+0000 mon.smithi142 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: cluster 2024-01-18T05:29:12.364927+0000 mon.smithi142 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.365632+0000 mon.smithi142 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.366524+0000 mon.smithi142 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.367193+0000 mon.smithi142 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.371530+0000 mon.smithi142 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:13.385 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.371796+0000 mon.smithi142 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:13.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.372123+0000 mon.smithi142 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:13.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.372402+0000 mon.smithi142 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:13.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.372699+0000 mon.smithi142 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:13.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:12.845242+0000 mon.smithi142 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.142:0/1983908038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:13.386 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:13 smithi162 bash[19760]: audit 2024-01-18T05:29:13.159003+0000 mon.smithi142 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.364782+0000 mon.smithi142 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: cluster 2024-01-18T05:29:12.364927+0000 mon.smithi142 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.365632+0000 mon.smithi142 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.366524+0000 mon.smithi142 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.367193+0000 mon.smithi142 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.371530+0000 mon.smithi142 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.371796+0000 mon.smithi142 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:13.735 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.372123+0000 mon.smithi142 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:13.736 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.372402+0000 mon.smithi142 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:13.736 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.372699+0000 mon.smithi142 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:13.736 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:12.845242+0000 mon.smithi142 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.142:0/1983908038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:13.736 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:13 smithi142 bash[16247]: audit 2024-01-18T05:29:13.159003+0000 mon.smithi142 (mon.0) 363 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:13.748 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1705555748,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:14.749 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: cluster 2024-01-18T05:29:11.809418+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: cluster 2024-01-18T05:29:11.809520+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: cluster 2024-01-18T05:29:13.290731+0000 mgr.smithi142.tzoxhd (mgr.14182) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.369643+0000 mon.smithi142 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: cluster 2024-01-18T05:29:13.379591+0000 mon.smithi142 (mon.0) 365 : cluster [INF] osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872] boot 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: cluster 2024-01-18T05:29:13.379759+0000 mon.smithi142 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.379939+0000 mon.smithi142 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.380349+0000 mon.smithi142 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.380643+0000 mon.smithi142 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.380984+0000 mon.smithi142 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.381208+0000 mon.smithi142 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:14.758 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.381483+0000 mon.smithi142 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:14.759 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.381741+0000 mon.smithi142 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:14.759 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:14 smithi142 bash[16247]: audit 2024-01-18T05:29:13.818746+0000 mon.smithi142 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: cluster 2024-01-18T05:29:11.809418+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: cluster 2024-01-18T05:29:11.809520+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: cluster 2024-01-18T05:29:13.290731+0000 mgr.smithi142.tzoxhd (mgr.14182) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.369643+0000 mon.smithi142 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: cluster 2024-01-18T05:29:13.379591+0000 mon.smithi142 (mon.0) 365 : cluster [INF] osd.2 [v2:172.21.15.162:6808/184480872,v1:172.21.15.162:6809/184480872] boot 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: cluster 2024-01-18T05:29:13.379759+0000 mon.smithi142 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.379939+0000 mon.smithi142 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.380349+0000 mon.smithi142 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.380643+0000 mon.smithi142 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.380984+0000 mon.smithi142 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.381208+0000 mon.smithi142 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.381483+0000 mon.smithi142 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:14.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.381741+0000 mon.smithi142 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:14.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:14 smithi162 bash[19760]: audit 2024-01-18T05:29:13.818746+0000 mon.smithi142 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.387006+0000 mon.smithi142 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: cluster 2024-01-18T05:29:14.387107+0000 mon.smithi142 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.387359+0000 mon.smithi142 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.387986+0000 mon.smithi142 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.388451+0000 mon.smithi142 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.388997+0000 mon.smithi142 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.389414+0000 mon.smithi142 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:15.776 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.389844+0000 mon.smithi142 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:15.777 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:15 smithi162 bash[19760]: audit 2024-01-18T05:29:14.390260+0000 mon.smithi142 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.387006+0000 mon.smithi142 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: cluster 2024-01-18T05:29:14.387107+0000 mon.smithi142 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.387359+0000 mon.smithi142 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.387986+0000 mon.smithi142 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.388451+0000 mon.smithi142 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:15.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.388997+0000 mon.smithi142 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:15.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.389414+0000 mon.smithi142 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:15.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.389844+0000 mon.smithi142 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:15.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:15 smithi142 bash[16247]: audit 2024-01-18T05:29:14.390260+0000 mon.smithi142 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:16.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: cluster 2024-01-18T05:29:15.291309+0000 mgr.smithi142.tzoxhd (mgr.14182) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T05:29:16.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.397496+0000 mon.smithi142 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:16.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: cluster 2024-01-18T05:29:15.397614+0000 mon.smithi142 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.398059+0000 mon.smithi142 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.399006+0000 mon.smithi142 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.399950+0000 mon.smithi142 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.400487+0000 mon.smithi142 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.401019+0000 mon.smithi142 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.401559+0000 mon.smithi142 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.405245+0000 mon.smithi142 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.770713+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T05:29:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:16 smithi142 bash[16247]: audit 2024-01-18T05:29:15.770976+0000 mon.smithi142 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: cluster 2024-01-18T05:29:15.291309+0000 mgr.smithi142.tzoxhd (mgr.14182) 62 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.397496+0000 mon.smithi142 (mon.0) 384 : audit [INF] from='osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: cluster 2024-01-18T05:29:15.397614+0000 mon.smithi142 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.398059+0000 mon.smithi142 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.399006+0000 mon.smithi142 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.399950+0000 mon.smithi142 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.400487+0000 mon.smithi142 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.401019+0000 mon.smithi142 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.401559+0000 mon.smithi142 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.405245+0000 mon.smithi142 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:16.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.770713+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T05:29:16.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:16 smithi162 bash[19760]: audit 2024-01-18T05:29:15.770976+0000 mon.smithi142 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T05:29:17.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: cluster 2024-01-18T05:29:14.819386+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:17.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: cluster 2024-01-18T05:29:14.819434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:17.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: cluster 2024-01-18T05:29:16.398421+0000 mon.smithi142 (mon.0) 394 : cluster [INF] osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217] boot 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.398494+0000 mon.smithi142 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: cluster 2024-01-18T05:29:16.398570+0000 mon.smithi142 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.399148+0000 mon.smithi142 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.399973+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.403976+0000 mon.smithi142 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.404334+0000 mon.smithi142 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.404541+0000 mon.smithi142 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.404742+0000 mon.smithi142 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.404928+0000 mon.smithi142 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.405154+0000 mon.smithi142 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:16.861292+0000 mon.smithi142 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:17.185088+0000 mon.smithi142 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:17.186477+0000 mon.smithi142 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T05:29:17.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:17 smithi142 bash[16247]: audit 2024-01-18T05:29:17.187543+0000 mon.smithi142 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: cluster 2024-01-18T05:29:14.819386+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: cluster 2024-01-18T05:29:14.819434+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: cluster 2024-01-18T05:29:16.398421+0000 mon.smithi142 (mon.0) 394 : cluster [INF] osd.1 [v2:172.21.15.142:6802/2998948217,v1:172.21.15.142:6803/2998948217] boot 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.398494+0000 mon.smithi142 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: cluster 2024-01-18T05:29:16.398570+0000 mon.smithi142 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.399148+0000 mon.smithi142 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T05:29:17.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.399973+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.403976+0000 mon.smithi142 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.404334+0000 mon.smithi142 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.404541+0000 mon.smithi142 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.404742+0000 mon.smithi142 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.404928+0000 mon.smithi142 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.405154+0000 mon.smithi142 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:16.861292+0000 mon.smithi142 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:17.185088+0000 mon.smithi142 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:17.186477+0000 mon.smithi142 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T05:29:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:17 smithi162 bash[19760]: audit 2024-01-18T05:29:17.187543+0000 mon.smithi142 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: cephadm 2024-01-18T05:29:17.188579+0000 mgr.smithi142.tzoxhd (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi142 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: cluster 2024-01-18T05:29:17.291831+0000 mgr.smithi142.tzoxhd (mgr.14182) 64 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.415779+0000 mon.smithi142 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.415904+0000 mon.smithi142 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: cluster 2024-01-18T05:29:17.416025+0000 mon.smithi142 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.416190+0000 mon.smithi142 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.416520+0000 mon.smithi142 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.416716+0000 mon.smithi142 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.416920+0000 mon.smithi142 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.417129+0000 mon.smithi142 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.417751+0000 mon.smithi142 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T05:29:18.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:18 smithi142 bash[16247]: audit 2024-01-18T05:29:17.422659+0000 mon.smithi142 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: cephadm 2024-01-18T05:29:17.188579+0000 mgr.smithi142.tzoxhd (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi142 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: cluster 2024-01-18T05:29:17.291831+0000 mgr.smithi142.tzoxhd (mgr.14182) 64 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.415779+0000 mon.smithi142 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.415904+0000 mon.smithi142 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: cluster 2024-01-18T05:29:17.416025+0000 mon.smithi142 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.416190+0000 mon.smithi142 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.416520+0000 mon.smithi142 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.416716+0000 mon.smithi142 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:18.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.416920+0000 mon.smithi142 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:18.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.417129+0000 mon.smithi142 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:18.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.417751+0000 mon.smithi142 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T05:29:18.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:18 smithi162 bash[19760]: audit 2024-01-18T05:29:17.422659+0000 mon.smithi142 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:19.489 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:19.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: cluster 2024-01-18T05:29:16.734753+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:19.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: cluster 2024-01-18T05:29:16.734862+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:19.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.418082+0000 mon.smithi142 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T05:29:19.704 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: cluster 2024-01-18T05:29:18.418158+0000 mon.smithi142 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341] boot 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: cluster 2024-01-18T05:29:18.418184+0000 mon.smithi142 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.418916+0000 mon.smithi142 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.419505+0000 mon.smithi142 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.419992+0000 mon.smithi142 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.420598+0000 mon.smithi142 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:19.705 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:19 smithi162 bash[19760]: audit 2024-01-18T05:29:18.421163+0000 mon.smithi142 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:19.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: cluster 2024-01-18T05:29:16.734753+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:19.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: cluster 2024-01-18T05:29:16.734862+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:19.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.418082+0000 mon.smithi142 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T05:29:19.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: cluster 2024-01-18T05:29:18.418158+0000 mon.smithi142 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3837115341,v1:172.21.15.162:6817/3837115341] boot 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: cluster 2024-01-18T05:29:18.418184+0000 mon.smithi142 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.418916+0000 mon.smithi142 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.419505+0000 mon.smithi142 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.419992+0000 mon.smithi142 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.420598+0000 mon.smithi142 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:19.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:19 smithi142 bash[16247]: audit 2024-01-18T05:29:18.421163+0000 mon.smithi142 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: cluster 2024-01-18T05:29:19.292340+0000 mgr.smithi142.tzoxhd (mgr.14182) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: cluster 2024-01-18T05:29:19.436891+0000 mon.smithi142 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.437509+0000 mon.smithi142 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.438229+0000 mon.smithi142 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.438655+0000 mon.smithi142 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.439065+0000 mon.smithi142 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.479441+0000 mon.smithi142 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.142:0/193992350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.908056+0000 mon.smithi142 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T05:29:20.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:20 smithi162 bash[19760]: audit 2024-01-18T05:29:19.996429+0000 mon.smithi142 (mon.0) 433 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T05:29:20.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: cluster 2024-01-18T05:29:19.292340+0000 mgr.smithi142.tzoxhd (mgr.14182) 65 : cluster [DBG] pgmap v62: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T05:29:20.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: cluster 2024-01-18T05:29:19.436891+0000 mon.smithi142 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T05:29:20.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.437509+0000 mon.smithi142 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:20.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.438229+0000 mon.smithi142 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.438655+0000 mon.smithi142 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.439065+0000 mon.smithi142 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.479441+0000 mon.smithi142 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.142:0/193992350' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.908056+0000 mon.smithi142 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T05:29:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:20 smithi142 bash[16247]: audit 2024-01-18T05:29:19.996429+0000 mon.smithi142 (mon.0) 433 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T05:29:20.989 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1705555758,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.440729+0000 mon.smithi142 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.440841+0000 mon.smithi142 (mon.0) 435 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: cluster 2024-01-18T05:29:20.440930+0000 mon.smithi142 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.441483+0000 mon.smithi142 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.441833+0000 mon.smithi142 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.442043+0000 mon.smithi142 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.442320+0000 mon.smithi142 (mon.0) 440 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.442651+0000 mon.smithi142 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:21.722 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:21 smithi142 bash[16247]: audit 2024-01-18T05:29:20.442843+0000 mon.smithi142 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.440729+0000 mon.smithi142 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.440841+0000 mon.smithi142 (mon.0) 435 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: cluster 2024-01-18T05:29:20.440930+0000 mon.smithi142 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.441483+0000 mon.smithi142 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.441833+0000 mon.smithi142 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.442043+0000 mon.smithi142 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.442320+0000 mon.smithi142 (mon.0) 440 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.442651+0000 mon.smithi142 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:21.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:21 smithi162 bash[19760]: audit 2024-01-18T05:29:20.442843+0000 mon.smithi142 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:21.990 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: cluster 2024-01-18T05:29:21.292895+0000 mgr.smithi142.tzoxhd (mgr.14182) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.443954+0000 mon.smithi142 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.444184+0000 mon.smithi142 (mon.0) 444 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: cluster 2024-01-18T05:29:21.444434+0000 mon.smithi142 (mon.0) 445 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.444734+0000 mon.smithi142 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.744 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.445806+0000 mon.smithi142 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.450995+0000 mon.smithi142 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.451598+0000 mon.smithi142 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.456455+0000 mon.smithi142 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:21.456749+0000 mon.smithi142 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: cluster 2024-01-18T05:29:22.444850+0000 mon.smithi142 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719] boot 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: cluster 2024-01-18T05:29:22.444921+0000 mon.smithi142 (mon.0) 453 : cluster [INF] osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282] boot 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: cluster 2024-01-18T05:29:22.444966+0000 mon.smithi142 (mon.0) 454 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:22.445327+0000 mon.smithi142 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:22.445824+0000 mon.smithi142 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:22.446040+0000 mon.smithi142 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.745 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:22 smithi142 bash[16247]: audit 2024-01-18T05:29:22.446315+0000 mon.smithi142 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: cluster 2024-01-18T05:29:21.292895+0000 mgr.smithi142.tzoxhd (mgr.14182) 66 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.443954+0000 mon.smithi142 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.444184+0000 mon.smithi142 (mon.0) 444 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: cluster 2024-01-18T05:29:21.444434+0000 mon.smithi142 (mon.0) 445 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.444734+0000 mon.smithi142 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.445806+0000 mon.smithi142 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.450995+0000 mon.smithi142 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.451598+0000 mon.smithi142 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:22.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.456455+0000 mon.smithi142 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:21.456749+0000 mon.smithi142 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: cluster 2024-01-18T05:29:22.444850+0000 mon.smithi142 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.162:6824/805578719,v1:172.21.15.162:6825/805578719] boot 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: cluster 2024-01-18T05:29:22.444921+0000 mon.smithi142 (mon.0) 453 : cluster [INF] osd.3 [v2:172.21.15.142:6810/461476282,v1:172.21.15.142:6811/461476282] boot 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: cluster 2024-01-18T05:29:22.444966+0000 mon.smithi142 (mon.0) 454 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:22.445327+0000 mon.smithi142 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:22.445824+0000 mon.smithi142 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:22.446040+0000 mon.smithi142 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T05:29:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:22 smithi162 bash[19760]: audit 2024-01-18T05:29:22.446315+0000 mon.smithi142 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:24.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: cluster 2024-01-18T05:29:20.858133+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:24.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: cluster 2024-01-18T05:29:20.858258+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:24.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: cluster 2024-01-18T05:29:20.960989+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:24.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: cluster 2024-01-18T05:29:20.961079+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: audit 2024-01-18T05:29:22.669290+0000 mon.smithi142 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: audit 2024-01-18T05:29:23.289609+0000 mon.smithi142 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: cluster 2024-01-18T05:29:23.444673+0000 mon.smithi142 (mon.0) 461 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T05:29:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: audit 2024-01-18T05:29:23.444956+0000 mon.smithi142 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:24.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:23 smithi142 bash[16247]: audit 2024-01-18T05:29:23.445719+0000 mon.smithi142 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: cluster 2024-01-18T05:29:20.858133+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: cluster 2024-01-18T05:29:20.858258+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: cluster 2024-01-18T05:29:20.960989+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: cluster 2024-01-18T05:29:20.961079+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: audit 2024-01-18T05:29:22.669290+0000 mon.smithi142 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: audit 2024-01-18T05:29:23.289609+0000 mon.smithi142 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: cluster 2024-01-18T05:29:23.444673+0000 mon.smithi142 (mon.0) 461 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: audit 2024-01-18T05:29:23.444956+0000 mon.smithi142 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:24.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:23 smithi162 bash[19760]: audit 2024-01-18T05:29:23.445719+0000 mon.smithi142 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:25.053 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:24 smithi142 bash[16247]: cluster 2024-01-18T05:29:23.293303+0000 mgr.smithi142.tzoxhd (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:25.053 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:24 smithi142 bash[16247]: cluster 2024-01-18T05:29:24.447869+0000 mon.smithi142 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T05:29:25.053 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:24 smithi142 bash[16247]: audit 2024-01-18T05:29:24.448180+0000 mon.smithi142 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:25.054 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:24 smithi142 bash[16247]: audit 2024-01-18T05:29:24.449177+0000 mon.smithi142 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:25.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:24 smithi162 bash[19760]: cluster 2024-01-18T05:29:23.293303+0000 mgr.smithi142.tzoxhd (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:25.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:24 smithi162 bash[19760]: cluster 2024-01-18T05:29:24.447869+0000 mon.smithi142 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T05:29:25.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:24 smithi162 bash[19760]: audit 2024-01-18T05:29:24.448180+0000 mon.smithi142 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:25.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:24 smithi162 bash[19760]: audit 2024-01-18T05:29:24.449177+0000 mon.smithi142 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:26.543 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:27.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:26 smithi142 bash[16247]: cluster 2024-01-18T05:29:25.293803+0000 mgr.smithi142.tzoxhd (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:27.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:26 smithi142 bash[16247]: audit 2024-01-18T05:29:25.752385+0000 mon.smithi142 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T05:29:27.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:26 smithi142 bash[16247]: audit 2024-01-18T05:29:26.533485+0000 mon.smithi142 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.142:0/1246373124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:27.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:26 smithi162 bash[19760]: cluster 2024-01-18T05:29:25.293803+0000 mgr.smithi142.tzoxhd (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:27.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:26 smithi162 bash[19760]: audit 2024-01-18T05:29:25.752385+0000 mon.smithi142 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T05:29:27.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:26 smithi162 bash[19760]: audit 2024-01-18T05:29:26.533485+0000 mon.smithi142 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.142:0/1246373124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:27.301 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1705555762,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:28.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:27 smithi142 bash[16247]: audit 2024-01-18T05:29:26.687368+0000 mon.smithi142 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T05:29:28.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:27 smithi142 bash[16247]: cluster 2024-01-18T05:29:26.687470+0000 mon.smithi142 (mon.0) 470 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T05:29:28.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:27 smithi142 bash[16247]: audit 2024-01-18T05:29:26.687707+0000 mon.smithi142 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:28.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:27 smithi142 bash[16247]: audit 2024-01-18T05:29:26.688265+0000 mon.smithi142 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:28.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:27 smithi142 bash[16247]: audit 2024-01-18T05:29:26.688663+0000 mon.smithi142 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:27 smithi162 bash[19760]: audit 2024-01-18T05:29:26.687368+0000 mon.smithi142 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T05:29:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:27 smithi162 bash[19760]: cluster 2024-01-18T05:29:26.687470+0000 mon.smithi142 (mon.0) 470 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T05:29:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:27 smithi162 bash[19760]: audit 2024-01-18T05:29:26.687707+0000 mon.smithi142 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:27 smithi162 bash[19760]: audit 2024-01-18T05:29:26.688265+0000 mon.smithi142 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:27 smithi162 bash[19760]: audit 2024-01-18T05:29:26.688663+0000 mon.smithi142 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:28.302 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:29.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: cluster 2024-01-18T05:29:27.294375+0000 mgr.smithi142.tzoxhd (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:29.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: audit 2024-01-18T05:29:27.691331+0000 mon.smithi142 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:29.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: cluster 2024-01-18T05:29:27.691460+0000 mon.smithi142 (mon.0) 475 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T05:29:29.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: audit 2024-01-18T05:29:27.692622+0000 mon.smithi142 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:29.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: audit 2024-01-18T05:29:27.693711+0000 mon.smithi142 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:29.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:28 smithi142 bash[16247]: audit 2024-01-18T05:29:27.705594+0000 mon.smithi142 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: cluster 2024-01-18T05:29:27.294375+0000 mgr.smithi142.tzoxhd (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: audit 2024-01-18T05:29:27.691331+0000 mon.smithi142 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: cluster 2024-01-18T05:29:27.691460+0000 mon.smithi142 (mon.0) 475 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: audit 2024-01-18T05:29:27.692622+0000 mon.smithi142 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: audit 2024-01-18T05:29:27.693711+0000 mon.smithi142 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:28 smithi162 bash[19760]: audit 2024-01-18T05:29:27.705594+0000 mon.smithi142 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: cluster 2024-01-18T05:29:26.713643+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: cluster 2024-01-18T05:29:26.713727+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: cluster 2024-01-18T05:29:28.702494+0000 mon.smithi142 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474] boot 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: cluster 2024-01-18T05:29:28.702603+0000 mon.smithi142 (mon.0) 480 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: audit 2024-01-18T05:29:28.703714+0000 mon.smithi142 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:29.899 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:29 smithi142 bash[16247]: audit 2024-01-18T05:29:28.704328+0000 mon.smithi142 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: cluster 2024-01-18T05:29:26.713643+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: cluster 2024-01-18T05:29:26.713727+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: cluster 2024-01-18T05:29:28.702494+0000 mon.smithi142 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.142:6818/148368474,v1:172.21.15.142:6819/148368474] boot 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: cluster 2024-01-18T05:29:28.702603+0000 mon.smithi142 (mon.0) 480 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: audit 2024-01-18T05:29:28.703714+0000 mon.smithi142 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T05:29:30.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:29 smithi162 bash[19760]: audit 2024-01-18T05:29:28.704328+0000 mon.smithi142 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:31.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:30 smithi142 bash[16247]: cluster 2024-01-18T05:29:29.294952+0000 mgr.smithi142.tzoxhd (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:31.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:30 smithi142 bash[16247]: cluster 2024-01-18T05:29:29.720868+0000 mon.smithi142 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T05:29:31.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:30 smithi142 bash[16247]: audit 2024-01-18T05:29:29.721154+0000 mon.smithi142 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:31.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:30 smithi162 bash[19760]: cluster 2024-01-18T05:29:29.294952+0000 mgr.smithi142.tzoxhd (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:31.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:30 smithi162 bash[19760]: cluster 2024-01-18T05:29:29.720868+0000 mon.smithi142 (mon.0) 483 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T05:29:31.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:30 smithi162 bash[19760]: audit 2024-01-18T05:29:29.721154+0000 mon.smithi142 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:32.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:31 smithi142 bash[16247]: audit 2024-01-18T05:29:30.834510+0000 mon.smithi142 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T05:29:32.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:31 smithi162 bash[19760]: audit 2024-01-18T05:29:30.834510+0000 mon.smithi142 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T05:29:32.161 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:33.059 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: cluster 2024-01-18T05:29:31.295544+0000 mgr.smithi142.tzoxhd (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:33.059 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: audit 2024-01-18T05:29:31.735436+0000 mon.smithi142 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T05:29:33.059 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: cluster 2024-01-18T05:29:31.735602+0000 mon.smithi142 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T05:29:33.060 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: audit 2024-01-18T05:29:31.735971+0000 mon.smithi142 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:33.060 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: audit 2024-01-18T05:29:31.736945+0000 mon.smithi142 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:33.060 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:32 smithi142 bash[16247]: audit 2024-01-18T05:29:32.151391+0000 mon.smithi142 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.142:0/2305849513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:33.060 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1705555768,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: cluster 2024-01-18T05:29:31.295544+0000 mgr.smithi142.tzoxhd (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: audit 2024-01-18T05:29:31.735436+0000 mon.smithi142 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: cluster 2024-01-18T05:29:31.735602+0000 mon.smithi142 (mon.0) 487 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: audit 2024-01-18T05:29:31.735971+0000 mon.smithi142 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: audit 2024-01-18T05:29:31.736945+0000 mon.smithi142 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T05:29:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:32 smithi162 bash[19760]: audit 2024-01-18T05:29:32.151391+0000 mon.smithi142 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.142:0/2305849513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:34.062 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T05:29:34.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:33 smithi142 bash[16247]: audit 2024-01-18T05:29:32.736320+0000 mon.smithi142 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:34.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:33 smithi142 bash[16247]: cluster 2024-01-18T05:29:32.736382+0000 mon.smithi142 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T05:29:34.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:33 smithi142 bash[16247]: audit 2024-01-18T05:29:32.737078+0000 mon.smithi142 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:34.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:33 smithi142 bash[16247]: audit 2024-01-18T05:29:32.746327+0000 mon.smithi142 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:34.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:33 smithi162 bash[19760]: audit 2024-01-18T05:29:32.736320+0000 mon.smithi142 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T05:29:34.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:33 smithi162 bash[19760]: cluster 2024-01-18T05:29:32.736382+0000 mon.smithi142 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T05:29:34.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:33 smithi162 bash[19760]: audit 2024-01-18T05:29:32.737078+0000 mon.smithi142 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:34.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:33 smithi162 bash[19760]: audit 2024-01-18T05:29:32.746327+0000 mon.smithi142 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:35.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:31.797555+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:35.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:31.797621+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:33.296157+0000 mgr.smithi142.tzoxhd (mgr.14182) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: audit 2024-01-18T05:29:33.741587+0000 mon.smithi142 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:33.744803+0000 mon.smithi142 (mon.0) 496 : cluster [INF] osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458] boot 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:33.744861+0000 mon.smithi142 (mon.0) 497 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: audit 2024-01-18T05:29:33.745383+0000 mon.smithi142 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: cluster 2024-01-18T05:29:34.357382+0000 mon.smithi142 (mon.0) 499 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: audit 2024-01-18T05:29:34.746287+0000 mon.smithi142 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:35.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:34 smithi142 bash[16247]: audit 2024-01-18T05:29:34.748787+0000 mon.smithi142 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:31.797555+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:31.797621+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:33.296157+0000 mgr.smithi142.tzoxhd (mgr.14182) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: audit 2024-01-18T05:29:33.741587+0000 mon.smithi142 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:33.744803+0000 mon.smithi142 (mon.0) 496 : cluster [INF] osd.7 [v2:172.21.15.142:6826/3257768458,v1:172.21.15.142:6827/3257768458] boot 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:33.744861+0000 mon.smithi142 (mon.0) 497 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: audit 2024-01-18T05:29:33.745383+0000 mon.smithi142 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: cluster 2024-01-18T05:29:34.357382+0000 mon.smithi142 (mon.0) 499 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: audit 2024-01-18T05:29:34.746287+0000 mon.smithi142 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:35.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:34 smithi162 bash[19760]: audit 2024-01-18T05:29:34.748787+0000 mon.smithi142 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T05:29:35.935 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:35 smithi142 bash[16247]: cephadm 2024-01-18T05:29:34.748043+0000 mgr.smithi142.tzoxhd (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi142 (unknown last config time)... 2024-01-18T05:29:35.935 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:35 smithi142 bash[16247]: audit 2024-01-18T05:29:34.750604+0000 mon.smithi142 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T05:29:35.935 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:35 smithi142 bash[16247]: audit 2024-01-18T05:29:34.752785+0000 mon.smithi142 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:35.935 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:35 smithi142 bash[16247]: cephadm 2024-01-18T05:29:34.753885+0000 mgr.smithi142.tzoxhd (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2024-01-18T05:29:35.935 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:35 smithi142 bash[16247]: cluster 2024-01-18T05:29:35.368230+0000 mon.smithi142 (mon.0) 504 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T05:29:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:35 smithi162 bash[19760]: cephadm 2024-01-18T05:29:34.748043+0000 mgr.smithi142.tzoxhd (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi142 (unknown last config time)... 2024-01-18T05:29:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:35 smithi162 bash[19760]: audit 2024-01-18T05:29:34.750604+0000 mon.smithi142 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T05:29:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:35 smithi162 bash[19760]: audit 2024-01-18T05:29:34.752785+0000 mon.smithi142 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:35 smithi162 bash[19760]: cephadm 2024-01-18T05:29:34.753885+0000 mgr.smithi142.tzoxhd (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2024-01-18T05:29:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:35 smithi162 bash[19760]: cluster 2024-01-18T05:29:35.368230+0000 mon.smithi142 (mon.0) 504 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T05:29:37.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:36 smithi142 bash[16247]: cluster 2024-01-18T05:29:35.296821+0000 mgr.smithi142.tzoxhd (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:37.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:36 smithi162 bash[19760]: cluster 2024-01-18T05:29:35.296821+0000 mgr.smithi142.tzoxhd (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:38.232 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: audit 2024-01-18T05:29:37.043047+0000 mon.smithi142 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:38.232 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: cephadm 2024-01-18T05:29:37.044242+0000 mgr.smithi142.tzoxhd (mgr.14182) 76 : cephadm [INF] Reconfiguring mgr.smithi142.tzoxhd (unknown last config time)... 2024-01-18T05:29:38.232 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: audit 2024-01-18T05:29:37.044717+0000 mon.smithi142 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.tzoxhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T05:29:38.232 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: audit 2024-01-18T05:29:37.046243+0000 mon.smithi142 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T05:29:38.233 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: audit 2024-01-18T05:29:37.047341+0000 mon.smithi142 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:38.233 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: cephadm 2024-01-18T05:29:37.048234+0000 mgr.smithi142.tzoxhd (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi142.tzoxhd on smithi142 2024-01-18T05:29:38.233 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:38 smithi142 bash[16247]: cluster 2024-01-18T05:29:37.297386+0000 mgr.smithi142.tzoxhd (mgr.14182) 78 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: audit 2024-01-18T05:29:37.043047+0000 mon.smithi142 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: cephadm 2024-01-18T05:29:37.044242+0000 mgr.smithi142.tzoxhd (mgr.14182) 76 : cephadm [INF] Reconfiguring mgr.smithi142.tzoxhd (unknown last config time)... 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: audit 2024-01-18T05:29:37.044717+0000 mon.smithi142 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.tzoxhd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: audit 2024-01-18T05:29:37.046243+0000 mon.smithi142 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: audit 2024-01-18T05:29:37.047341+0000 mon.smithi142 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: cephadm 2024-01-18T05:29:37.048234+0000 mgr.smithi142.tzoxhd (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi142.tzoxhd on smithi142 2024-01-18T05:29:38.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:38 smithi162 bash[19760]: cluster 2024-01-18T05:29:37.297386+0000 mgr.smithi142.tzoxhd (mgr.14182) 78 : cluster [DBG] pgmap v86: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:38.368 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:39.156 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1705555773,"num_in_osds":8,"osd_in_since":1705555725,"num_remapped_pgs":0} 2024-01-18T05:29:39.157 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T05:29:39.157 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T05:29:39.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:39 smithi142 bash[16247]: audit 2024-01-18T05:29:38.357532+0000 mon.smithi142 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.142:0/2735381644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:39.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:39 smithi162 bash[19760]: audit 2024-01-18T05:29:38.357532+0000 mon.smithi142 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.142:0/2735381644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T05:29:40.558 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:40 smithi142 bash[16247]: audit 2024-01-18T05:29:39.251969+0000 mon.smithi142 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:40.558 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:40 smithi142 bash[16247]: cephadm 2024-01-18T05:29:39.253701+0000 mgr.smithi142.tzoxhd (mgr.14182) 79 : cephadm [INF] Reconfiguring alertmanager.smithi142 (dependencies changed)... 2024-01-18T05:29:40.558 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:40 smithi142 bash[16247]: cephadm 2024-01-18T05:29:39.265459+0000 mgr.smithi142.tzoxhd (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi142 on smithi142 2024-01-18T05:29:40.558 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:40 smithi142 bash[16247]: cluster 2024-01-18T05:29:39.297872+0000 mgr.smithi142.tzoxhd (mgr.14182) 81 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:40.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:40 smithi162 bash[19760]: audit 2024-01-18T05:29:39.251969+0000 mon.smithi142 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:40.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:40 smithi162 bash[19760]: cephadm 2024-01-18T05:29:39.253701+0000 mgr.smithi142.tzoxhd (mgr.14182) 79 : cephadm [INF] Reconfiguring alertmanager.smithi142 (dependencies changed)... 2024-01-18T05:29:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:40 smithi162 bash[19760]: cephadm 2024-01-18T05:29:39.265459+0000 mgr.smithi142.tzoxhd (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi142 on smithi142 2024-01-18T05:29:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:40 smithi162 bash[19760]: cluster 2024-01-18T05:29:39.297872+0000 mgr.smithi142.tzoxhd (mgr.14182) 81 : cluster [DBG] pgmap v87: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:42.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:42 smithi162 bash[19760]: cluster 2024-01-18T05:29:41.298507+0000 mgr.smithi142.tzoxhd (mgr.14182) 82 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:42.774 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:42 smithi142 bash[16247]: cluster 2024-01-18T05:29:41.298507+0000 mgr.smithi142.tzoxhd (mgr.14182) 82 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:43.294 INFO:teuthology.orchestra.run.smithi142.stdout:[client.0] 2024-01-18T05:29:43.294 INFO:teuthology.orchestra.run.smithi142.stdout: key = AQBHt6hl/DmREBAA603psQIy0oIq/U5klm6ArA== 2024-01-18T05:29:43.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:43 smithi142 bash[16247]: audit 2024-01-18T05:29:43.277575+0000 mon.smithi142 (mon.0) 511 : audit [INF] from='client.? 172.21.15.142:0/2569571831' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T05:29:43.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:43 smithi142 bash[16247]: audit 2024-01-18T05:29:43.284426+0000 mon.smithi142 (mon.0) 512 : audit [INF] from='client.? 172.21.15.142:0/2569571831' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T05:29:43.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:43 smithi162 bash[19760]: audit 2024-01-18T05:29:43.277575+0000 mon.smithi142 (mon.0) 511 : audit [INF] from='client.? 172.21.15.142:0/2569571831' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T05:29:43.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:43 smithi162 bash[19760]: audit 2024-01-18T05:29:43.284426+0000 mon.smithi142 (mon.0) 512 : audit [INF] from='client.? 172.21.15.142:0/2569571831' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T05:29:44.176 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:29:44.176 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T05:29:44.176 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T05:29:44.194 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T05:29:44.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:44 smithi142 bash[16247]: cluster 2024-01-18T05:29:43.299030+0000 mgr.smithi142.tzoxhd (mgr.14182) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:44.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:44 smithi162 bash[19760]: cluster 2024-01-18T05:29:43.299030+0000 mgr.smithi142.tzoxhd (mgr.14182) 83 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:46.283 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: audit 2024-01-18T05:29:44.979534+0000 mon.smithi142 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:46.283 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: cephadm 2024-01-18T05:29:44.981069+0000 mgr.smithi142.tzoxhd (mgr.14182) 84 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2024-01-18T05:29:46.284 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: audit 2024-01-18T05:29:44.981587+0000 mon.smithi142 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:29:46.284 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: audit 2024-01-18T05:29:44.983002+0000 mon.smithi142 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:46.284 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: cephadm 2024-01-18T05:29:44.984206+0000 mgr.smithi142.tzoxhd (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2024-01-18T05:29:46.284 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:45 smithi142 bash[16247]: cluster 2024-01-18T05:29:45.299643+0000 mgr.smithi142.tzoxhd (mgr.14182) 86 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: audit 2024-01-18T05:29:44.979534+0000 mon.smithi142 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: cephadm 2024-01-18T05:29:44.981069+0000 mgr.smithi142.tzoxhd (mgr.14182) 84 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: audit 2024-01-18T05:29:44.981587+0000 mon.smithi142 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: audit 2024-01-18T05:29:44.983002+0000 mon.smithi142 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: cephadm 2024-01-18T05:29:44.984206+0000 mgr.smithi142.tzoxhd (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2024-01-18T05:29:46.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:45 smithi162 bash[19760]: cluster 2024-01-18T05:29:45.299643+0000 mgr.smithi142.tzoxhd (mgr.14182) 86 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:47.178 INFO:teuthology.orchestra.run.smithi162.stdout:[client.1] 2024-01-18T05:29:47.178 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQBLt6hlKoObCRAAu7JrYhjaaVBVRWaZM7wI/A== 2024-01-18T05:29:47.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:47 smithi142 bash[16247]: audit 2024-01-18T05:29:47.160370+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/4251280529' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T05:29:47.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:47 smithi142 bash[16247]: audit 2024-01-18T05:29:47.160817+0000 mon.smithi142 (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 *"]}]: dispatch 2024-01-18T05:29:47.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:47 smithi142 bash[16247]: audit 2024-01-18T05:29:47.167713+0000 mon.smithi142 (mon.0) 517 : 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-18T05:29:47.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:47 smithi142 bash[16247]: audit 2024-01-18T05:29:47.185305+0000 mon.smithi142 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:47.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:47 smithi162 bash[19760]: audit 2024-01-18T05:29:47.160370+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/4251280529' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T05:29:47.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:47 smithi162 bash[19760]: audit 2024-01-18T05:29:47.160817+0000 mon.smithi142 (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 *"]}]: dispatch 2024-01-18T05:29:47.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:47 smithi162 bash[19760]: audit 2024-01-18T05:29:47.167713+0000 mon.smithi142 (mon.0) 517 : 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-18T05:29:47.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:47 smithi162 bash[19760]: audit 2024-01-18T05:29:47.185305+0000 mon.smithi142 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:47.769 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:29:47.769 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T05:29:47.769 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T05:29:47.793 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T05:29:48.508 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:48 smithi142 bash[16247]: cephadm 2024-01-18T05:29:47.186815+0000 mgr.smithi142.tzoxhd (mgr.14182) 87 : cephadm [INF] Reconfiguring grafana.smithi142 (dependencies changed)... 2024-01-18T05:29:48.508 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:48 smithi142 bash[16247]: cephadm 2024-01-18T05:29:47.234962+0000 mgr.smithi142.tzoxhd (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi142 on smithi142 2024-01-18T05:29:48.508 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:48 smithi142 bash[16247]: cluster 2024-01-18T05:29:47.300276+0000 mgr.smithi142.tzoxhd (mgr.14182) 89 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:48.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:48 smithi162 bash[19760]: cephadm 2024-01-18T05:29:47.186815+0000 mgr.smithi142.tzoxhd (mgr.14182) 87 : cephadm [INF] Reconfiguring grafana.smithi142 (dependencies changed)... 2024-01-18T05:29:48.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:48 smithi162 bash[19760]: cephadm 2024-01-18T05:29:47.234962+0000 mgr.smithi142.tzoxhd (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi142 on smithi142 2024-01-18T05:29:48.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:48 smithi162 bash[19760]: cluster 2024-01-18T05:29:47.300276+0000 mgr.smithi142.tzoxhd (mgr.14182) 89 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:50.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:50 smithi142 bash[16247]: cluster 2024-01-18T05:29:49.300871+0000 mgr.smithi142.tzoxhd (mgr.14182) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:50.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:50 smithi162 bash[19760]: cluster 2024-01-18T05:29:49.300871+0000 mgr.smithi142.tzoxhd (mgr.14182) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: cluster 2024-01-18T05:29:51.301514+0000 mgr.smithi142.tzoxhd (mgr.14182) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: audit 2024-01-18T05:29:51.550273+0000 mon.smithi142 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: cephadm 2024-01-18T05:29:51.552876+0000 mgr.smithi142.tzoxhd (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: audit 2024-01-18T05:29:51.553511+0000 mon.smithi142 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: audit 2024-01-18T05:29:51.554565+0000 mon.smithi142 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:52.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:52 smithi142 bash[16247]: cephadm 2024-01-18T05:29:51.555308+0000 mgr.smithi142.tzoxhd (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2024-01-18T05:29:52.820 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: cluster 2024-01-18T05:29:51.301514+0000 mgr.smithi142.tzoxhd (mgr.14182) 91 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:52.820 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: audit 2024-01-18T05:29:51.550273+0000 mon.smithi142 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:52.820 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: cephadm 2024-01-18T05:29:51.552876+0000 mgr.smithi142.tzoxhd (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2024-01-18T05:29:52.820 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: audit 2024-01-18T05:29:51.553511+0000 mon.smithi142 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T05:29:52.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: audit 2024-01-18T05:29:51.554565+0000 mon.smithi142 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:52.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:52 smithi162 bash[19760]: cephadm 2024-01-18T05:29:51.555308+0000 mgr.smithi142.tzoxhd (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2024-01-18T05:29:52.986 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:29:54.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: cluster 2024-01-18T05:29:53.302146+0000 mgr.smithi142.tzoxhd (mgr.14182) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: audit 2024-01-18T05:29:53.347181+0000 mon.smithi142 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: cephadm 2024-01-18T05:29:53.348608+0000 mgr.smithi142.tzoxhd (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi162.wvlspo (monmap changed)... 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: audit 2024-01-18T05:29:53.349204+0000 mon.smithi142 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.wvlspo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: audit 2024-01-18T05:29:53.350942+0000 mon.smithi142 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: audit 2024-01-18T05:29:53.352531+0000 mon.smithi142 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:54.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:54 smithi142 bash[16247]: cephadm 2024-01-18T05:29:53.354028+0000 mgr.smithi142.tzoxhd (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi162.wvlspo on smithi162 2024-01-18T05:29:54.570 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: cluster 2024-01-18T05:29:53.302146+0000 mgr.smithi142.tzoxhd (mgr.14182) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:54.570 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: audit 2024-01-18T05:29:53.347181+0000 mon.smithi142 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:54.570 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: cephadm 2024-01-18T05:29:53.348608+0000 mgr.smithi142.tzoxhd (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi162.wvlspo (monmap changed)... 2024-01-18T05:29:54.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: audit 2024-01-18T05:29:53.349204+0000 mon.smithi142 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.wvlspo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T05:29:54.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: audit 2024-01-18T05:29:53.350942+0000 mon.smithi142 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T05:29:54.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: audit 2024-01-18T05:29:53.352531+0000 mon.smithi142 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:54.571 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:54 smithi162 bash[19760]: cephadm 2024-01-18T05:29:53.354028+0000 mgr.smithi142.tzoxhd (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi162.wvlspo on smithi162 2024-01-18T05:29:55.917 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:29:55.918 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":40,"fsid":"ee000c34-b5c1-11ee-95ae-87774f69a715","created":"2024-01-18T05:25:37.723083+0000","modified":"2024-01-18T05:29:35.359482+0000","last_up_change":"2024-01-18T05:29:33.739682+0000","last_in_change":"2024-01-18T05:28:45.560029+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T05:29:16.860930+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":"443b04f4-50b6-4850-a974-27ba611d4889","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6801","nonce":2571061880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6803","nonce":2571061880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6807","nonce":2571061880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6805","nonce":2571061880}]},"public_addr":"172.21.15.162:6801/2571061880","cluster_addr":"172.21.15.162:6803/2571061880","heartbeat_back_addr":"172.21.15.162:6807/2571061880","heartbeat_front_addr":"172.21.15.162:6805/2571061880","state":["exists","up"]},{"osd":1,"uuid":"22e196e3-bf02-4f19-b36e-3118afd78d2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6803","nonce":2998948217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6805","nonce":2998948217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6809","nonce":2998948217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6807","nonce":2998948217}]},"public_addr":"172.21.15.142:6803/2998948217","cluster_addr":"172.21.15.142:6805/2998948217","heartbeat_back_addr":"172.21.15.142:6809/2998948217","heartbeat_front_addr":"172.21.15.142:6807/2998948217","state":["exists","up"]},{"osd":2,"uuid":"3d810aad-b009-49d2-a81b-012546dd6be1","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.162:6808","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6809","nonce":184480872}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6811","nonce":184480872}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6815","nonce":184480872}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6813","nonce":184480872}]},"public_addr":"172.21.15.162:6809/184480872","cluster_addr":"172.21.15.162:6811/184480872","heartbeat_back_addr":"172.21.15.162:6815/184480872","heartbeat_front_addr":"172.21.15.162:6813/184480872","state":["exists","up"]},{"osd":3,"uuid":"cbb711de-3604-43de-80b8-2c7fa39316e6","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.142:6810","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6811","nonce":461476282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6813","nonce":461476282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6817","nonce":461476282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6815","nonce":461476282}]},"public_addr":"172.21.15.142:6811/461476282","cluster_addr":"172.21.15.142:6813/461476282","heartbeat_back_addr":"172.21.15.142:6817/461476282","heartbeat_front_addr":"172.21.15.142:6815/461476282","state":["exists","up"]},{"osd":4,"uuid":"8463e807-8902-4e9e-88aa-aa25060e15c5","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.162:6816","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6817","nonce":3837115341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6819","nonce":3837115341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6823","nonce":3837115341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6821","nonce":3837115341}]},"public_addr":"172.21.15.162:6817/3837115341","cluster_addr":"172.21.15.162:6819/3837115341","heartbeat_back_addr":"172.21.15.162:6823/3837115341","heartbeat_front_addr":"172.21.15.162:6821/3837115341","state":["exists","up"]},{"osd":5,"uuid":"ae2a739f-a9f5-43e0-a075-69afacc2e8c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6819","nonce":148368474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6821","nonce":148368474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6825","nonce":148368474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6823","nonce":148368474}]},"public_addr":"172.21.15.142:6819/148368474","cluster_addr":"172.21.15.142:6821/148368474","heartbeat_back_addr":"172.21.15.142:6825/148368474","heartbeat_front_addr":"172.21.15.142:6823/148368474","state":["exists","up"]},{"osd":6,"uuid":"790fdadf-3905-4f18-aa61-8d196718295f","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.162:6824","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6825","nonce":805578719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6827","nonce":805578719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6831","nonce":805578719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6829","nonce":805578719}]},"public_addr":"172.21.15.162:6825/805578719","cluster_addr":"172.21.15.162:6827/805578719","heartbeat_back_addr":"172.21.15.162:6831/805578719","heartbeat_front_addr":"172.21.15.162:6829/805578719","state":["exists","up"]},{"osd":7,"uuid":"a7f9ab6d-09ef-4880-95b4-210ae29c7b57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6827","nonce":3257768458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6829","nonce":3257768458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6832","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6833","nonce":3257768458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6831","nonce":3257768458}]},"public_addr":"172.21.15.142:6827/3257768458","cluster_addr":"172.21.15.142:6829/3257768458","heartbeat_back_addr":"172.21.15.142:6833/3257768458","heartbeat_front_addr":"172.21.15.142:6831/3257768458","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-18T05:29:07.470580+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-18T05:29:14.819437+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-18T05:29:11.809526+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-18T05:29:20.858267+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-18T05:29:16.734867+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-18T05:29:26.713732+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-18T05:29:20.961084+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-18T05:29:31.797624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.142:0/1131379627":"2024-01-19T05:27:43.261522+0000","172.21.15.142:6800/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/2873356527":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6801/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:0/3869833732":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/3072520987":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:0/2774984768":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/1736661354":"2024-01-19T05:26:06.650221+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-18T05:29:56.296 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: audit 2024-01-18T05:29:55.073997+0000 mon.smithi142 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: cephadm 2024-01-18T05:29:55.075654+0000 mgr.smithi142.tzoxhd (mgr.14182) 97 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: audit 2024-01-18T05:29:55.076328+0000 mon.smithi142 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: audit 2024-01-18T05:29:55.077967+0000 mon.smithi142 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: audit 2024-01-18T05:29:55.079560+0000 mon.smithi142 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: cephadm 2024-01-18T05:29:55.080940+0000 mgr.smithi142.tzoxhd (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: cluster 2024-01-18T05:29:55.302775+0000 mgr.smithi142.tzoxhd (mgr.14182) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:56.297 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:56 smithi162 bash[19760]: audit 2024-01-18T05:29:55.905986+0000 mon.smithi142 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.142:0/1138959501' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:29:56.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: audit 2024-01-18T05:29:55.073997+0000 mon.smithi142 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:56.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: cephadm 2024-01-18T05:29:55.075654+0000 mgr.smithi142.tzoxhd (mgr.14182) 97 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: audit 2024-01-18T05:29:55.076328+0000 mon.smithi142 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: audit 2024-01-18T05:29:55.077967+0000 mon.smithi142 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: audit 2024-01-18T05:29:55.079560+0000 mon.smithi142 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: cephadm 2024-01-18T05:29:55.080940+0000 mgr.smithi142.tzoxhd (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: cluster 2024-01-18T05:29:55.302775+0000 mgr.smithi142.tzoxhd (mgr.14182) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:56 smithi142 bash[16247]: audit 2024-01-18T05:29:55.905986+0000 mon.smithi142 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.142:0/1138959501' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:29:56.549 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T05:29:16.860930+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-18T05:29:56.550 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.819367+0000 mon.smithi142 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.828473+0000 mon.smithi142 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.829437+0000 mgr.smithi142.tzoxhd (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.831818+0000 mon.smithi142 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi142.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.832686+0000 mgr.smithi142.tzoxhd (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi142.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.840398+0000 mon.smithi142 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.851582+0000 mon.smithi142 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.852585+0000 mgr.smithi142.tzoxhd (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.863647+0000 mon.smithi142 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.864499+0000 mgr.smithi142.tzoxhd (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.874774+0000 mon.smithi142 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.887577+0000 mon.smithi142 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.901062+0000 mon.smithi142 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.908490+0000 mon.smithi142 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:57 smithi162 bash[19760]: audit 2024-01-18T05:29:56.912961+0000 mon.smithi142 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.819367+0000 mon.smithi142 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.828473+0000 mon.smithi142 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.829437+0000 mgr.smithi142.tzoxhd (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.831818+0000 mon.smithi142 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi142.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.832686+0000 mgr.smithi142.tzoxhd (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi142.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.840398+0000 mon.smithi142 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.851582+0000 mon.smithi142 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.852585+0000 mgr.smithi142.tzoxhd (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.863647+0000 mon.smithi142 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.864499+0000 mgr.smithi142.tzoxhd (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T05:29:58.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.874774+0000 mon.smithi142 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.887577+0000 mon.smithi142 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T05:29:58.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.901062+0000 mon.smithi142 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T05:29:58.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.908490+0000 mon.smithi142 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:29:58.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:57 smithi142 bash[16247]: audit 2024-01-18T05:29:56.912961+0000 mon.smithi142 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:29:59.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:58 smithi162 bash[19760]: audit 2024-01-18T05:29:56.888524+0000 mgr.smithi142.tzoxhd (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T05:29:59.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:58 smithi162 bash[19760]: audit 2024-01-18T05:29:56.901635+0000 mgr.smithi142.tzoxhd (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T05:29:59.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:29:58 smithi162 bash[19760]: cluster 2024-01-18T05:29:57.303450+0000 mgr.smithi142.tzoxhd (mgr.14182) 106 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:29:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:58 smithi142 bash[16247]: audit 2024-01-18T05:29:56.888524+0000 mgr.smithi142.tzoxhd (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T05:29:59.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:58 smithi142 bash[16247]: audit 2024-01-18T05:29:56.901635+0000 mgr.smithi142.tzoxhd (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi162.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T05:29:59.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:29:58 smithi142 bash[16247]: cluster 2024-01-18T05:29:57.303450+0000 mgr.smithi142.tzoxhd (mgr.14182) 106 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:01.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:00 smithi162 bash[19760]: cluster 2024-01-18T05:29:59.304157+0000 mgr.smithi142.tzoxhd (mgr.14182) 107 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:01.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:00 smithi162 bash[19760]: cluster 2024-01-18T05:30:00.000148+0000 mon.smithi142 (mon.0) 542 : cluster [INF] overall HEALTH_OK 2024-01-18T05:30:01.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:00 smithi142 bash[16247]: cluster 2024-01-18T05:29:59.304157+0000 mgr.smithi142.tzoxhd (mgr.14182) 107 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:01.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:00 smithi142 bash[16247]: cluster 2024-01-18T05:30:00.000148+0000 mon.smithi142 (mon.0) 542 : cluster [INF] overall HEALTH_OK 2024-01-18T05:30:01.397 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:03.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:02 smithi142 bash[16247]: cluster 2024-01-18T05:30:01.304755+0000 mgr.smithi142.tzoxhd (mgr.14182) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:03.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:02 smithi142 bash[16247]: audit 2024-01-18T05:30:02.690452+0000 mon.smithi142 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:03.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:02 smithi142 bash[16247]: audit 2024-01-18T05:30:02.745287+0000 mon.smithi142 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:02 smithi162 bash[19760]: cluster 2024-01-18T05:30:01.304755+0000 mgr.smithi142.tzoxhd (mgr.14182) 108 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:02 smithi162 bash[19760]: audit 2024-01-18T05:30:02.690452+0000 mon.smithi142 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:02 smithi162 bash[19760]: audit 2024-01-18T05:30:02.745287+0000 mon.smithi142 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:04.602 INFO:teuthology.orchestra.run.smithi142.stdout:pg_num: 1 2024-01-18T05:30:05.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:04 smithi142 bash[16247]: cluster 2024-01-18T05:30:03.305354+0000 mgr.smithi142.tzoxhd (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:05.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:04 smithi142 bash[16247]: audit 2024-01-18T05:30:04.592429+0000 mon.smithi142 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.142:0/2931707270' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T05:30:05.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:04 smithi162 bash[19760]: cluster 2024-01-18T05:30:03.305354+0000 mgr.smithi142.tzoxhd (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:05.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:04 smithi162 bash[19760]: audit 2024-01-18T05:30:04.592429+0000 mon.smithi142 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.142:0/2931707270' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T05:30:05.176 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T05:30:05.176 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T05:30:05.176 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T05:30:07.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:06 smithi162 bash[19760]: cluster 2024-01-18T05:30:05.305931+0000 mgr.smithi142.tzoxhd (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:07.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:06 smithi142 bash[16247]: cluster 2024-01-18T05:30:05.305931+0000 mgr.smithi142.tzoxhd (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:09.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:08 smithi162 bash[19760]: cluster 2024-01-18T05:30:07.306564+0000 mgr.smithi142.tzoxhd (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:08 smithi142 bash[16247]: cluster 2024-01-18T05:30:07.306564+0000 mgr.smithi142.tzoxhd (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:09.799 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:10.979 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:10 smithi142 bash[16247]: cluster 2024-01-18T05:30:09.307180+0000 mgr.smithi142.tzoxhd (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:11.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:10 smithi162 bash[19760]: cluster 2024-01-18T05:30:09.307180+0000 mgr.smithi142.tzoxhd (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:12.717 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:30:13.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: cluster 2024-01-18T05:30:11.307933+0000 mgr.smithi142.tzoxhd (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:13.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.241307+0000 mon.smithi142 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.533857+0000 mon.smithi142 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.535547+0000 mon.smithi142 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.537176+0000 mon.smithi142 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.538749+0000 mon.smithi142 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.545310+0000 mon.smithi142 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:12 smithi142 bash[16247]: audit 2024-01-18T05:30:12.701362+0000 mon.smithi142 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.142:0/857660829' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: cluster 2024-01-18T05:30:11.307933+0000 mgr.smithi142.tzoxhd (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.241307+0000 mon.smithi142 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.533857+0000 mon.smithi142 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.535547+0000 mon.smithi142 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.537176+0000 mon.smithi142 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.538749+0000 mon.smithi142 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.545310+0000 mon.smithi142 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:12 smithi162 bash[19760]: audit 2024-01-18T05:30:12.701362+0000 mon.smithi142 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.142:0/857660829' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T05:30:13.386 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi142.tzoxhd","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":3690067494},{"type":"v1","addr":"172.21.15.142:6801","nonce":3690067494}]},"active_addr":"172.21.15.142:6801/3690067494","active_change":"2024-01-18T05:27:43.261746+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14194,"name":"smithi162.wvlspo","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.142:8443/","prometheus":"http://172.21.15.142:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.142:0","nonce":2845625981}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.142:0","nonce":3996723876}]}]} 2024-01-18T05:30:13.390 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T05:30:13.390 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T05:30:13.390 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: cephadm 2024-01-18T05:30:12.231417+0000 mgr.smithi142.tzoxhd (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi162 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: cephadm 2024-01-18T05:30:12.539826+0000 mgr.smithi142.tzoxhd (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3785M 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.249714+0000 mon.smithi142 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.543165+0000 mon.smithi142 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.545123+0000 mon.smithi142 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.546073+0000 mon.smithi142 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.546925+0000 mon.smithi142 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.547839+0000 mon.smithi142 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.554254+0000 mon.smithi142 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.556005+0000 mon.smithi142 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.557301+0000 mon.smithi142 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.564350+0000 mon.smithi142 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.571062+0000 mon.smithi142 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.576404+0000 mon.smithi142 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.577930+0000 mon.smithi142 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.578397+0000 mon.smithi142 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:13 smithi142 bash[16247]: audit 2024-01-18T05:30:13.579384+0000 mon.smithi142 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:14.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: cephadm 2024-01-18T05:30:12.231417+0000 mgr.smithi142.tzoxhd (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi162 2024-01-18T05:30:14.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: cephadm 2024-01-18T05:30:12.539826+0000 mgr.smithi142.tzoxhd (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3785M 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.249714+0000 mon.smithi142 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.543165+0000 mon.smithi142 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.545123+0000 mon.smithi142 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.546073+0000 mon.smithi142 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.546925+0000 mon.smithi142 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.547839+0000 mon.smithi142 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.554254+0000 mon.smithi142 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.556005+0000 mon.smithi142 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.557301+0000 mon.smithi142 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.564350+0000 mon.smithi142 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.571062+0000 mon.smithi142 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:30:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.576404+0000 mon.smithi142 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:30:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.577930+0000 mon.smithi142 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T05:30:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.578397+0000 mon.smithi142 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:13 smithi162 bash[19760]: audit 2024-01-18T05:30:13.579384+0000 mon.smithi142 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:15.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:14 smithi142 bash[16247]: cephadm 2024-01-18T05:30:13.239086+0000 mgr.smithi142.tzoxhd (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi142 2024-01-18T05:30:15.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:14 smithi142 bash[16247]: cluster 2024-01-18T05:30:13.308555+0000 mgr.smithi142.tzoxhd (mgr.14182) 117 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:15.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:14 smithi142 bash[16247]: cephadm 2024-01-18T05:30:13.548615+0000 mgr.smithi142.tzoxhd (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 3529M 2024-01-18T05:30:15.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:14 smithi162 bash[19760]: cephadm 2024-01-18T05:30:13.239086+0000 mgr.smithi142.tzoxhd (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi142 2024-01-18T05:30:15.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:14 smithi162 bash[19760]: cluster 2024-01-18T05:30:13.308555+0000 mgr.smithi142.tzoxhd (mgr.14182) 117 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:15.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:14 smithi162 bash[19760]: cephadm 2024-01-18T05:30:13.548615+0000 mgr.smithi142.tzoxhd (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 3529M 2024-01-18T05:30:17.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:16 smithi142 bash[16247]: cluster 2024-01-18T05:30:15.309201+0000 mgr.smithi142.tzoxhd (mgr.14182) 119 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:17.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:16 smithi162 bash[19760]: cluster 2024-01-18T05:30:15.309201+0000 mgr.smithi142.tzoxhd (mgr.14182) 119 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:18.221 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:19.298 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:18 smithi162 bash[19760]: cluster 2024-01-18T05:30:17.309873+0000 mgr.smithi142.tzoxhd (mgr.14182) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:19.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:18 smithi142 bash[16247]: cluster 2024-01-18T05:30:17.309873+0000 mgr.smithi142.tzoxhd (mgr.14182) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:21.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:20 smithi162 bash[19760]: cluster 2024-01-18T05:30:19.310522+0000 mgr.smithi142.tzoxhd (mgr.14182) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:21.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:20 smithi142 bash[16247]: cluster 2024-01-18T05:30:19.310522+0000 mgr.smithi142.tzoxhd (mgr.14182) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:22.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:21 smithi162 bash[19760]: cluster 2024-01-18T05:30:21.311157+0000 mgr.smithi142.tzoxhd (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:22.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:21 smithi142 bash[16247]: cluster 2024-01-18T05:30:21.311157+0000 mgr.smithi142.tzoxhd (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:22.359 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:30:22.359 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":40,"fsid":"ee000c34-b5c1-11ee-95ae-87774f69a715","created":"2024-01-18T05:25:37.723083+0000","modified":"2024-01-18T05:29:35.359482+0000","last_up_change":"2024-01-18T05:29:33.739682+0000","last_in_change":"2024-01-18T05:28:45.560029+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T05:29:16.860930+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":"443b04f4-50b6-4850-a974-27ba611d4889","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6801","nonce":2571061880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6803","nonce":2571061880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6807","nonce":2571061880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6805","nonce":2571061880}]},"public_addr":"172.21.15.162:6801/2571061880","cluster_addr":"172.21.15.162:6803/2571061880","heartbeat_back_addr":"172.21.15.162:6807/2571061880","heartbeat_front_addr":"172.21.15.162:6805/2571061880","state":["exists","up"]},{"osd":1,"uuid":"22e196e3-bf02-4f19-b36e-3118afd78d2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6803","nonce":2998948217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6805","nonce":2998948217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6809","nonce":2998948217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6807","nonce":2998948217}]},"public_addr":"172.21.15.142:6803/2998948217","cluster_addr":"172.21.15.142:6805/2998948217","heartbeat_back_addr":"172.21.15.142:6809/2998948217","heartbeat_front_addr":"172.21.15.142:6807/2998948217","state":["exists","up"]},{"osd":2,"uuid":"3d810aad-b009-49d2-a81b-012546dd6be1","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.162:6808","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6809","nonce":184480872}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6811","nonce":184480872}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6815","nonce":184480872}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6813","nonce":184480872}]},"public_addr":"172.21.15.162:6809/184480872","cluster_addr":"172.21.15.162:6811/184480872","heartbeat_back_addr":"172.21.15.162:6815/184480872","heartbeat_front_addr":"172.21.15.162:6813/184480872","state":["exists","up"]},{"osd":3,"uuid":"cbb711de-3604-43de-80b8-2c7fa39316e6","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.142:6810","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6811","nonce":461476282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6813","nonce":461476282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6817","nonce":461476282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6815","nonce":461476282}]},"public_addr":"172.21.15.142:6811/461476282","cluster_addr":"172.21.15.142:6813/461476282","heartbeat_back_addr":"172.21.15.142:6817/461476282","heartbeat_front_addr":"172.21.15.142:6815/461476282","state":["exists","up"]},{"osd":4,"uuid":"8463e807-8902-4e9e-88aa-aa25060e15c5","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.162:6816","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6817","nonce":3837115341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6819","nonce":3837115341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6823","nonce":3837115341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6821","nonce":3837115341}]},"public_addr":"172.21.15.162:6817/3837115341","cluster_addr":"172.21.15.162:6819/3837115341","heartbeat_back_addr":"172.21.15.162:6823/3837115341","heartbeat_front_addr":"172.21.15.162:6821/3837115341","state":["exists","up"]},{"osd":5,"uuid":"ae2a739f-a9f5-43e0-a075-69afacc2e8c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6819","nonce":148368474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6821","nonce":148368474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6825","nonce":148368474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6823","nonce":148368474}]},"public_addr":"172.21.15.142:6819/148368474","cluster_addr":"172.21.15.142:6821/148368474","heartbeat_back_addr":"172.21.15.142:6825/148368474","heartbeat_front_addr":"172.21.15.142:6823/148368474","state":["exists","up"]},{"osd":6,"uuid":"790fdadf-3905-4f18-aa61-8d196718295f","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.162:6824","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6825","nonce":805578719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6827","nonce":805578719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6831","nonce":805578719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6829","nonce":805578719}]},"public_addr":"172.21.15.162:6825/805578719","cluster_addr":"172.21.15.162:6827/805578719","heartbeat_back_addr":"172.21.15.162:6831/805578719","heartbeat_front_addr":"172.21.15.162:6829/805578719","state":["exists","up"]},{"osd":7,"uuid":"a7f9ab6d-09ef-4880-95b4-210ae29c7b57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6827","nonce":3257768458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6829","nonce":3257768458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6832","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6833","nonce":3257768458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6831","nonce":3257768458}]},"public_addr":"172.21.15.142:6827/3257768458","cluster_addr":"172.21.15.142:6829/3257768458","heartbeat_back_addr":"172.21.15.142:6833/3257768458","heartbeat_front_addr":"172.21.15.142:6831/3257768458","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-18T05:29:07.470580+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-18T05:29:14.819437+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-18T05:29:11.809526+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-18T05:29:20.858267+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-18T05:29:16.734867+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-18T05:29:26.713732+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-18T05:29:20.961084+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-18T05:29:31.797624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.142:0/1131379627":"2024-01-19T05:27:43.261522+0000","172.21.15.142:6800/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/2873356527":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6801/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:0/3869833732":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/3072520987":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:0/2774984768":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/1736661354":"2024-01-19T05:26:06.650221+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-18T05:30:23.020 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T05:30:23.020 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T05:30:23.163 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:22 smithi142 bash[16247]: audit 2024-01-18T05:30:22.347901+0000 mon.smithi142 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.142:0/2199374339' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:30:23.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:22 smithi162 bash[19760]: audit 2024-01-18T05:30:22.347901+0000 mon.smithi142 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.142:0/2199374339' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:30:24.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:23 smithi142 bash[16247]: cluster 2024-01-18T05:30:23.311902+0000 mgr.smithi142.tzoxhd (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:24.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:23 smithi162 bash[19760]: cluster 2024-01-18T05:30:23.311902+0000 mgr.smithi142.tzoxhd (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:26.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:26 smithi142 bash[16247]: cluster 2024-01-18T05:30:25.312541+0000 mgr.smithi142.tzoxhd (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:26.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:26 smithi162 bash[19760]: cluster 2024-01-18T05:30:25.312541+0000 mgr.smithi142.tzoxhd (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:27.856 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:28.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:28 smithi162 bash[19760]: cluster 2024-01-18T05:30:27.313147+0000 mgr.smithi142.tzoxhd (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:28.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:28 smithi142 bash[16247]: cluster 2024-01-18T05:30:27.313147+0000 mgr.smithi142.tzoxhd (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:30.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:30 smithi142 bash[16247]: cluster 2024-01-18T05:30:29.313778+0000 mgr.smithi142.tzoxhd (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:30.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:30 smithi162 bash[19760]: cluster 2024-01-18T05:30:29.313778+0000 mgr.smithi142.tzoxhd (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:31.800 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:30:31.800 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":40,"fsid":"ee000c34-b5c1-11ee-95ae-87774f69a715","created":"2024-01-18T05:25:37.723083+0000","modified":"2024-01-18T05:29:35.359482+0000","last_up_change":"2024-01-18T05:29:33.739682+0000","last_in_change":"2024-01-18T05:28:45.560029+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T05:29:16.860930+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":"443b04f4-50b6-4850-a974-27ba611d4889","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6801","nonce":2571061880}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6803","nonce":2571061880}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6807","nonce":2571061880}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":2571061880},{"type":"v1","addr":"172.21.15.162:6805","nonce":2571061880}]},"public_addr":"172.21.15.162:6801/2571061880","cluster_addr":"172.21.15.162:6803/2571061880","heartbeat_back_addr":"172.21.15.162:6807/2571061880","heartbeat_front_addr":"172.21.15.162:6805/2571061880","state":["exists","up"]},{"osd":1,"uuid":"22e196e3-bf02-4f19-b36e-3118afd78d2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6803","nonce":2998948217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6805","nonce":2998948217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6809","nonce":2998948217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2998948217},{"type":"v1","addr":"172.21.15.142:6807","nonce":2998948217}]},"public_addr":"172.21.15.142:6803/2998948217","cluster_addr":"172.21.15.142:6805/2998948217","heartbeat_back_addr":"172.21.15.142:6809/2998948217","heartbeat_front_addr":"172.21.15.142:6807/2998948217","state":["exists","up"]},{"osd":2,"uuid":"3d810aad-b009-49d2-a81b-012546dd6be1","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.162:6808","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6809","nonce":184480872}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6811","nonce":184480872}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6815","nonce":184480872}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":184480872},{"type":"v1","addr":"172.21.15.162:6813","nonce":184480872}]},"public_addr":"172.21.15.162:6809/184480872","cluster_addr":"172.21.15.162:6811/184480872","heartbeat_back_addr":"172.21.15.162:6815/184480872","heartbeat_front_addr":"172.21.15.162:6813/184480872","state":["exists","up"]},{"osd":3,"uuid":"cbb711de-3604-43de-80b8-2c7fa39316e6","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.142:6810","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6811","nonce":461476282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6813","nonce":461476282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6817","nonce":461476282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":461476282},{"type":"v1","addr":"172.21.15.142:6815","nonce":461476282}]},"public_addr":"172.21.15.142:6811/461476282","cluster_addr":"172.21.15.142:6813/461476282","heartbeat_back_addr":"172.21.15.142:6817/461476282","heartbeat_front_addr":"172.21.15.142:6815/461476282","state":["exists","up"]},{"osd":4,"uuid":"8463e807-8902-4e9e-88aa-aa25060e15c5","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.162:6816","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6817","nonce":3837115341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6819","nonce":3837115341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6823","nonce":3837115341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3837115341},{"type":"v1","addr":"172.21.15.162:6821","nonce":3837115341}]},"public_addr":"172.21.15.162:6817/3837115341","cluster_addr":"172.21.15.162:6819/3837115341","heartbeat_back_addr":"172.21.15.162:6823/3837115341","heartbeat_front_addr":"172.21.15.162:6821/3837115341","state":["exists","up"]},{"osd":5,"uuid":"ae2a739f-a9f5-43e0-a075-69afacc2e8c3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6819","nonce":148368474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6821","nonce":148368474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6824","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6825","nonce":148368474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":148368474},{"type":"v1","addr":"172.21.15.142:6823","nonce":148368474}]},"public_addr":"172.21.15.142:6819/148368474","cluster_addr":"172.21.15.142:6821/148368474","heartbeat_back_addr":"172.21.15.142:6825/148368474","heartbeat_front_addr":"172.21.15.142:6823/148368474","state":["exists","up"]},{"osd":6,"uuid":"790fdadf-3905-4f18-aa61-8d196718295f","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.162:6824","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6825","nonce":805578719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6827","nonce":805578719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6831","nonce":805578719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":805578719},{"type":"v1","addr":"172.21.15.162:6829","nonce":805578719}]},"public_addr":"172.21.15.162:6825/805578719","cluster_addr":"172.21.15.162:6827/805578719","heartbeat_back_addr":"172.21.15.162:6831/805578719","heartbeat_front_addr":"172.21.15.162:6829/805578719","state":["exists","up"]},{"osd":7,"uuid":"a7f9ab6d-09ef-4880-95b4-210ae29c7b57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6827","nonce":3257768458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6829","nonce":3257768458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6832","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6833","nonce":3257768458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3257768458},{"type":"v1","addr":"172.21.15.142:6831","nonce":3257768458}]},"public_addr":"172.21.15.142:6827/3257768458","cluster_addr":"172.21.15.142:6829/3257768458","heartbeat_back_addr":"172.21.15.142:6833/3257768458","heartbeat_front_addr":"172.21.15.142:6831/3257768458","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-18T05:29:07.470580+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-18T05:29:14.819437+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-18T05:29:11.809526+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-18T05:29:20.858267+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-18T05:29:16.734867+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-18T05:29:26.713732+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-18T05:29:20.961084+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-18T05:29:31.797624+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.142:0/1131379627":"2024-01-19T05:27:43.261522+0000","172.21.15.142:6800/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/2873356527":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6801/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/1895182247":"2024-01-19T05:26:46.661573+0000","172.21.15.142:0/3869833732":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/3072520987":"2024-01-19T05:26:46.661573+0000","172.21.15.142:6800/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/2988411928":"2024-01-19T05:26:06.650221+0000","172.21.15.142:0/2774984768":"2024-01-19T05:26:06.650221+0000","172.21.15.142:6801/1028108163":"2024-01-19T05:27:43.261522+0000","172.21.15.142:0/1736661354":"2024-01-19T05:26:06.650221+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-18T05:30:32.608 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T05:30:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:32 smithi142 bash[16247]: cluster 2024-01-18T05:30:31.314458+0000 mgr.smithi142.tzoxhd (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:32.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:32 smithi142 bash[16247]: audit 2024-01-18T05:30:31.789090+0000 mon.smithi142 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.142:0/965116509' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:30:32.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:32 smithi162 bash[19760]: cluster 2024-01-18T05:30:31.314458+0000 mgr.smithi142.tzoxhd (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:32.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:32 smithi162 bash[19760]: audit 2024-01-18T05:30:31.789090+0000 mon.smithi142 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.142:0/965116509' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T05:30:34.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:34 smithi142 bash[16247]: cluster 2024-01-18T05:30:33.315088+0000 mgr.smithi142.tzoxhd (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:34.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:34 smithi162 bash[19760]: cluster 2024-01-18T05:30:33.315088+0000 mgr.smithi142.tzoxhd (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:36.815 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:36 smithi142 bash[16247]: cluster 2024-01-18T05:30:35.315729+0000 mgr.smithi142.tzoxhd (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:36.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:36 smithi162 bash[19760]: cluster 2024-01-18T05:30:35.315729+0000 mgr.smithi142.tzoxhd (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:37.441 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:38.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:38 smithi162 bash[19760]: cluster 2024-01-18T05:30:37.316402+0000 mgr.smithi142.tzoxhd (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:38.698 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:38 smithi142 bash[16247]: cluster 2024-01-18T05:30:37.316402+0000 mgr.smithi142.tzoxhd (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:40.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:39 smithi142 bash[16247]: audit 2024-01-18T05:30:38.757090+0000 mon.smithi142 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:40.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:39 smithi162 bash[19760]: audit 2024-01-18T05:30:38.757090+0000 mon.smithi142 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:41.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:40 smithi142 bash[16247]: cluster 2024-01-18T05:30:39.317038+0000 mgr.smithi142.tzoxhd (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:40 smithi162 bash[19760]: cluster 2024-01-18T05:30:39.317038+0000 mgr.smithi142.tzoxhd (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:42.010 INFO:teuthology.orchestra.run.smithi142.stdout:68719476758 2024-01-18T05:30:42.011 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T05:30:43.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:42 smithi142 bash[16247]: cluster 2024-01-18T05:30:41.317532+0000 mgr.smithi142.tzoxhd (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:42 smithi142 bash[16247]: audit 2024-01-18T05:30:42.165749+0000 mon.smithi142 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:43.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:42 smithi142 bash[16247]: audit 2024-01-18T05:30:42.169084+0000 mon.smithi142 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:30:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:42 smithi162 bash[19760]: cluster 2024-01-18T05:30:41.317532+0000 mgr.smithi142.tzoxhd (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:42 smithi162 bash[19760]: audit 2024-01-18T05:30:42.165749+0000 mon.smithi142 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:43.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:42 smithi162 bash[19760]: audit 2024-01-18T05:30:42.169084+0000 mon.smithi142 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:30:45.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:44 smithi142 bash[16247]: cluster 2024-01-18T05:30:43.318050+0000 mgr.smithi142.tzoxhd (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:45.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:44 smithi162 bash[19760]: cluster 2024-01-18T05:30:43.318050+0000 mgr.smithi142.tzoxhd (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:46.846 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:47.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:46 smithi142 bash[16247]: cluster 2024-01-18T05:30:45.318674+0000 mgr.smithi142.tzoxhd (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:47.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:46 smithi162 bash[19760]: cluster 2024-01-18T05:30:45.318674+0000 mgr.smithi142.tzoxhd (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: cluster 2024-01-18T05:30:47.319173+0000 mgr.smithi142.tzoxhd (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.000430+0000 mon.smithi142 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.114184+0000 mon.smithi142 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.115747+0000 mon.smithi142 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.117314+0000 mon.smithi142 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.124791+0000 mon.smithi142 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:48 smithi142 bash[16247]: audit 2024-01-18T05:30:48.133359+0000 mon.smithi142 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: cluster 2024-01-18T05:30:47.319173+0000 mgr.smithi142.tzoxhd (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.000430+0000 mon.smithi142 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.114184+0000 mon.smithi142 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.115747+0000 mon.smithi142 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.117314+0000 mon.smithi142 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:30:49.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.124791+0000 mon.smithi142 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:30:49.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:48 smithi162 bash[19760]: audit 2024-01-18T05:30:48.133359+0000 mon.smithi142 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:30:50.059 INFO:teuthology.orchestra.run.smithi142.stdout:98784247828 2024-01-18T05:30:50.060 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T05:30:51.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:50 smithi142 bash[16247]: cluster 2024-01-18T05:30:49.319749+0000 mgr.smithi142.tzoxhd (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:51.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:50 smithi162 bash[19760]: cluster 2024-01-18T05:30:49.319749+0000 mgr.smithi142.tzoxhd (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:53.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:52 smithi142 bash[16247]: cluster 2024-01-18T05:30:51.320322+0000 mgr.smithi142.tzoxhd (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:53.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:52 smithi162 bash[19760]: cluster 2024-01-18T05:30:51.320322+0000 mgr.smithi142.tzoxhd (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:54.905 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:30:55.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:54 smithi142 bash[16247]: cluster 2024-01-18T05:30:53.320880+0000 mgr.smithi142.tzoxhd (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:55.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:54 smithi162 bash[19760]: cluster 2024-01-18T05:30:53.320880+0000 mgr.smithi142.tzoxhd (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:57.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:56 smithi142 bash[16247]: cluster 2024-01-18T05:30:55.321497+0000 mgr.smithi142.tzoxhd (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:57.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:56 smithi162 bash[19760]: cluster 2024-01-18T05:30:55.321497+0000 mgr.smithi142.tzoxhd (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:58.026 INFO:teuthology.orchestra.run.smithi142.stdout:85899345944 2024-01-18T05:30:58.026 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T05:30:59.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:30:58 smithi162 bash[19760]: cluster 2024-01-18T05:30:57.322007+0000 mgr.smithi142.tzoxhd (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:30:59.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:30:58 smithi142 bash[16247]: cluster 2024-01-18T05:30:57.322007+0000 mgr.smithi142.tzoxhd (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:01.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:00 smithi162 bash[19760]: cluster 2024-01-18T05:30:59.322604+0000 mgr.smithi142.tzoxhd (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:01.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:00 smithi142 bash[16247]: cluster 2024-01-18T05:30:59.322604+0000 mgr.smithi142.tzoxhd (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:02.869 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:02 smithi162 bash[19760]: cluster 2024-01-18T05:31:01.323245+0000 mgr.smithi142.tzoxhd (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:03.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:02 smithi142 bash[16247]: cluster 2024-01-18T05:31:01.323245+0000 mgr.smithi142.tzoxhd (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:05.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:04 smithi162 bash[19760]: cluster 2024-01-18T05:31:03.323832+0000 mgr.smithi142.tzoxhd (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:05.233 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:04 smithi142 bash[16247]: cluster 2024-01-18T05:31:03.323832+0000 mgr.smithi142.tzoxhd (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:06.097 INFO:teuthology.orchestra.run.smithi142.stdout:124554051607 2024-01-18T05:31:06.097 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T05:31:07.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:06 smithi162 bash[19760]: cluster 2024-01-18T05:31:05.324503+0000 mgr.smithi142.tzoxhd (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:07.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:06 smithi142 bash[16247]: cluster 2024-01-18T05:31:05.324503+0000 mgr.smithi142.tzoxhd (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:09.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:08 smithi162 bash[19760]: cluster 2024-01-18T05:31:07.325299+0000 mgr.smithi142.tzoxhd (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:09.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:08 smithi142 bash[16247]: cluster 2024-01-18T05:31:07.325299+0000 mgr.smithi142.tzoxhd (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:10.941 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:11.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:10 smithi162 bash[19760]: cluster 2024-01-18T05:31:09.325964+0000 mgr.smithi142.tzoxhd (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:11.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:10 smithi142 bash[16247]: cluster 2024-01-18T05:31:09.325964+0000 mgr.smithi142.tzoxhd (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:13.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:12 smithi162 bash[19760]: cluster 2024-01-18T05:31:11.326579+0000 mgr.smithi142.tzoxhd (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:13.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:12 smithi142 bash[16247]: cluster 2024-01-18T05:31:11.326579+0000 mgr.smithi142.tzoxhd (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:14.175 INFO:teuthology.orchestra.run.smithi142.stdout:107374182426 2024-01-18T05:31:14.175 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T05:31:15.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:14 smithi162 bash[19760]: cluster 2024-01-18T05:31:13.327117+0000 mgr.smithi142.tzoxhd (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:15.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:14 smithi142 bash[16247]: cluster 2024-01-18T05:31:13.327117+0000 mgr.smithi142.tzoxhd (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:17.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:16 smithi162 bash[19760]: cluster 2024-01-18T05:31:15.327797+0000 mgr.smithi142.tzoxhd (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:17.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:16 smithi142 bash[16247]: cluster 2024-01-18T05:31:15.327797+0000 mgr.smithi142.tzoxhd (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:19.007 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:19.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:18 smithi142 bash[16247]: cluster 2024-01-18T05:31:17.328435+0000 mgr.smithi142.tzoxhd (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:19.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:18 smithi162 bash[19760]: cluster 2024-01-18T05:31:17.328435+0000 mgr.smithi142.tzoxhd (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:21.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:20 smithi142 bash[16247]: cluster 2024-01-18T05:31:19.329034+0000 mgr.smithi142.tzoxhd (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:21.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:20 smithi162 bash[19760]: cluster 2024-01-18T05:31:19.329034+0000 mgr.smithi142.tzoxhd (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:22.419 INFO:teuthology.orchestra.run.smithi142.stdout:146028888089 2024-01-18T05:31:22.420 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T05:31:23.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:22 smithi142 bash[16247]: cluster 2024-01-18T05:31:21.329698+0000 mgr.smithi142.tzoxhd (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:23.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:22 smithi162 bash[19760]: cluster 2024-01-18T05:31:21.329698+0000 mgr.smithi142.tzoxhd (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:25.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:24 smithi142 bash[16247]: cluster 2024-01-18T05:31:23.330338+0000 mgr.smithi142.tzoxhd (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:25.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:24 smithi162 bash[19760]: cluster 2024-01-18T05:31:23.330338+0000 mgr.smithi142.tzoxhd (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:27.252 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:27.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:26 smithi142 bash[16247]: cluster 2024-01-18T05:31:25.331012+0000 mgr.smithi142.tzoxhd (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:27.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:26 smithi162 bash[19760]: cluster 2024-01-18T05:31:25.331012+0000 mgr.smithi142.tzoxhd (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:29.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:28 smithi142 bash[16247]: cluster 2024-01-18T05:31:27.331603+0000 mgr.smithi142.tzoxhd (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:29.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:28 smithi162 bash[19760]: cluster 2024-01-18T05:31:27.331603+0000 mgr.smithi142.tzoxhd (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:30.554 INFO:teuthology.orchestra.run.smithi142.stdout:124554051611 2024-01-18T05:31:30.555 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T05:31:31.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:30 smithi142 bash[16247]: cluster 2024-01-18T05:31:29.332234+0000 mgr.smithi142.tzoxhd (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:31.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:30 smithi162 bash[19760]: cluster 2024-01-18T05:31:29.332234+0000 mgr.smithi142.tzoxhd (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:32.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:31 smithi142 bash[16247]: cluster 2024-01-18T05:31:31.332833+0000 mgr.smithi142.tzoxhd (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:32.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:31 smithi162 bash[19760]: cluster 2024-01-18T05:31:31.332833+0000 mgr.smithi142.tzoxhd (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:34.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:34 smithi142 bash[16247]: cluster 2024-01-18T05:31:33.333425+0000 mgr.smithi142.tzoxhd (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:34.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:34 smithi162 bash[19760]: cluster 2024-01-18T05:31:33.333425+0000 mgr.smithi142.tzoxhd (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:35.388 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:36.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:36 smithi142 bash[16247]: cluster 2024-01-18T05:31:35.334068+0000 mgr.smithi142.tzoxhd (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:36.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:36 smithi162 bash[19760]: cluster 2024-01-18T05:31:35.334068+0000 mgr.smithi142.tzoxhd (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:38.534 INFO:teuthology.orchestra.run.smithi142.stdout:163208757275 2024-01-18T05:31:38.534 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T05:31:38.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:38 smithi142 bash[16247]: cluster 2024-01-18T05:31:37.334682+0000 mgr.smithi142.tzoxhd (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:38.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:38 smithi162 bash[19760]: cluster 2024-01-18T05:31:37.334682+0000 mgr.smithi142.tzoxhd (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:40.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:40 smithi142 bash[16247]: cluster 2024-01-18T05:31:39.335310+0000 mgr.smithi142.tzoxhd (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:40.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:40 smithi162 bash[19760]: cluster 2024-01-18T05:31:39.335310+0000 mgr.smithi142.tzoxhd (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:42.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:42 smithi142 bash[16247]: cluster 2024-01-18T05:31:41.335905+0000 mgr.smithi142.tzoxhd (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:42.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:42 smithi162 bash[19760]: cluster 2024-01-18T05:31:41.335905+0000 mgr.smithi142.tzoxhd (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:43.372 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:44.490 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:44 smithi142 bash[16247]: cluster 2024-01-18T05:31:43.336472+0000 mgr.smithi142.tzoxhd (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:44.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:44 smithi162 bash[19760]: cluster 2024-01-18T05:31:43.336472+0000 mgr.smithi142.tzoxhd (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:46.123 INFO:teuthology.orchestra.run.smithi142.stdout:68719476771 2024-01-18T05:31:46.702 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:46 smithi142 bash[16247]: cluster 2024-01-18T05:31:45.337120+0000 mgr.smithi142.tzoxhd (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:46.703 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:46 smithi142 bash[16247]: audit 2024-01-18T05:31:46.113068+0000 mon.smithi142 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.142:0/796262888' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T05:31:46.703 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2024-01-18T05:31:46.704 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T05:31:46.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:46 smithi162 bash[19760]: cluster 2024-01-18T05:31:45.337120+0000 mgr.smithi142.tzoxhd (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:46.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:46 smithi162 bash[19760]: audit 2024-01-18T05:31:46.113068+0000 mon.smithi142 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.142:0/796262888' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T05:31:48.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:48 smithi142 bash[16247]: cluster 2024-01-18T05:31:47.337805+0000 mgr.smithi142.tzoxhd (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:48.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:48 smithi142 bash[16247]: audit 2024-01-18T05:31:48.148978+0000 mon.smithi142 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:31:48.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:48 smithi162 bash[19760]: cluster 2024-01-18T05:31:47.337805+0000 mgr.smithi142.tzoxhd (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:48.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:48 smithi162 bash[19760]: audit 2024-01-18T05:31:48.148978+0000 mon.smithi142 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:31:50.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:50 smithi142 bash[16247]: cluster 2024-01-18T05:31:49.338436+0000 mgr.smithi142.tzoxhd (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:50.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:50 smithi162 bash[19760]: cluster 2024-01-18T05:31:49.338436+0000 mgr.smithi142.tzoxhd (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:51.543 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:31:52.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:52 smithi142 bash[16247]: cluster 2024-01-18T05:31:51.339033+0000 mgr.smithi142.tzoxhd (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:52.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:52 smithi162 bash[19760]: cluster 2024-01-18T05:31:51.339033+0000 mgr.smithi142.tzoxhd (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:54.429 INFO:teuthology.orchestra.run.smithi142.stdout:98784247841 2024-01-18T05:31:54.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: cluster 2024-01-18T05:31:53.339453+0000 mgr.smithi142.tzoxhd (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:54.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:53.727615+0000 mon.smithi142 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:54.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:53.981768+0000 mon.smithi142 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:54.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:54.276094+0000 mon.smithi142 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:31:54.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:54.277640+0000 mon.smithi142 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:31:54.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:54.286411+0000 mon.smithi142 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:54.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:54.294910+0000 mon.smithi142 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:31:54.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:54 smithi142 bash[16247]: audit 2024-01-18T05:31:54.418950+0000 mon.smithi142 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.142:0/2235316723' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T05:31:55.031 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247828 got 98784247841 for osd.1 2024-01-18T05:31:55.031 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T05:31:55.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: cluster 2024-01-18T05:31:53.339453+0000 mgr.smithi142.tzoxhd (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:53.727615+0000 mon.smithi142 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:53.981768+0000 mon.smithi142 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:54.276094+0000 mon.smithi142 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:54.277640+0000 mon.smithi142 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:54.286411+0000 mon.smithi142 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:54.294910+0000 mon.smithi142 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:31:55.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:54 smithi162 bash[19760]: audit 2024-01-18T05:31:54.418950+0000 mon.smithi142 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.142:0/2235316723' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T05:31:57.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:56 smithi142 bash[16247]: cluster 2024-01-18T05:31:55.340030+0000 mgr.smithi142.tzoxhd (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:57.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:56 smithi162 bash[19760]: cluster 2024-01-18T05:31:55.340030+0000 mgr.smithi142.tzoxhd (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:59.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:31:58 smithi142 bash[16247]: cluster 2024-01-18T05:31:57.340684+0000 mgr.smithi142.tzoxhd (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:59.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:31:58 smithi162 bash[19760]: cluster 2024-01-18T05:31:57.340684+0000 mgr.smithi142.tzoxhd (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:31:59.877 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:01.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:00 smithi142 bash[16247]: cluster 2024-01-18T05:31:59.341286+0000 mgr.smithi142.tzoxhd (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:01.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:00 smithi162 bash[19760]: cluster 2024-01-18T05:31:59.341286+0000 mgr.smithi142.tzoxhd (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:02.671 INFO:teuthology.orchestra.run.smithi142.stdout:85899345957 2024-01-18T05:32:03.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:02 smithi142 bash[16247]: cluster 2024-01-18T05:32:01.341898+0000 mgr.smithi142.tzoxhd (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:03.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:02 smithi142 bash[16247]: audit 2024-01-18T05:32:02.661075+0000 mon.smithi142 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.142:0/3723203503' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T05:32:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:02 smithi162 bash[19760]: cluster 2024-01-18T05:32:01.341898+0000 mgr.smithi142.tzoxhd (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:03.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:02 smithi162 bash[19760]: audit 2024-01-18T05:32:02.661075+0000 mon.smithi142 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.142:0/3723203503' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T05:32:03.269 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345957 for osd.2 2024-01-18T05:32:03.270 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T05:32:05.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:04 smithi142 bash[16247]: cluster 2024-01-18T05:32:03.342467+0000 mgr.smithi142.tzoxhd (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:05.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:04 smithi162 bash[19760]: cluster 2024-01-18T05:32:03.342467+0000 mgr.smithi142.tzoxhd (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:07.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:06 smithi142 bash[16247]: cluster 2024-01-18T05:32:05.343173+0000 mgr.smithi142.tzoxhd (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:07.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:06 smithi162 bash[19760]: cluster 2024-01-18T05:32:05.343173+0000 mgr.smithi142.tzoxhd (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:08.106 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:09.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:08 smithi142 bash[16247]: cluster 2024-01-18T05:32:07.343748+0000 mgr.smithi142.tzoxhd (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:09.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:08 smithi162 bash[19760]: cluster 2024-01-18T05:32:07.343748+0000 mgr.smithi142.tzoxhd (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:10.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:10 smithi142 bash[16247]: cluster 2024-01-18T05:32:09.344369+0000 mgr.smithi142.tzoxhd (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:10.979 INFO:teuthology.orchestra.run.smithi142.stdout:124554051620 2024-01-18T05:32:11.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:10 smithi162 bash[19760]: cluster 2024-01-18T05:32:09.344369+0000 mgr.smithi142.tzoxhd (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:11.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051620 for osd.3 2024-01-18T05:32:11.591 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T05:32:11.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:11 smithi142 bash[16247]: audit 2024-01-18T05:32:10.968486+0000 mon.smithi142 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.142:0/3234478789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T05:32:12.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:11 smithi162 bash[19760]: audit 2024-01-18T05:32:10.968486+0000 mon.smithi142 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.142:0/3234478789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T05:32:13.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:12 smithi142 bash[16247]: cluster 2024-01-18T05:32:11.344950+0000 mgr.smithi142.tzoxhd (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:13.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:12 smithi162 bash[19760]: cluster 2024-01-18T05:32:11.344950+0000 mgr.smithi142.tzoxhd (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:15.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:14 smithi142 bash[16247]: cluster 2024-01-18T05:32:13.345540+0000 mgr.smithi142.tzoxhd (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:15.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:14 smithi162 bash[19760]: cluster 2024-01-18T05:32:13.345540+0000 mgr.smithi142.tzoxhd (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:16.424 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:17.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:16 smithi142 bash[16247]: cluster 2024-01-18T05:32:15.346155+0000 mgr.smithi142.tzoxhd (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:17.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:16 smithi162 bash[19760]: cluster 2024-01-18T05:32:15.346155+0000 mgr.smithi142.tzoxhd (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:19.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:18 smithi142 bash[16247]: cluster 2024-01-18T05:32:17.346887+0000 mgr.smithi142.tzoxhd (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:19.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:18 smithi162 bash[19760]: cluster 2024-01-18T05:32:17.346887+0000 mgr.smithi142.tzoxhd (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:19.174 INFO:teuthology.orchestra.run.smithi142.stdout:107374182438 2024-01-18T05:32:19.795 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182438 for osd.4 2024-01-18T05:32:19.795 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T05:32:20.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:19 smithi142 bash[16247]: audit 2024-01-18T05:32:19.163193+0000 mon.smithi142 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.142:0/42144442' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T05:32:20.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:19 smithi162 bash[19760]: audit 2024-01-18T05:32:19.163193+0000 mon.smithi142 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.142:0/42144442' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T05:32:21.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:20 smithi142 bash[16247]: cluster 2024-01-18T05:32:19.347563+0000 mgr.smithi142.tzoxhd (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:21.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:20 smithi162 bash[19760]: cluster 2024-01-18T05:32:19.347563+0000 mgr.smithi142.tzoxhd (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:23.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:22 smithi162 bash[19760]: cluster 2024-01-18T05:32:21.348189+0000 mgr.smithi142.tzoxhd (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:23.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:22 smithi142 bash[16247]: cluster 2024-01-18T05:32:21.348189+0000 mgr.smithi142.tzoxhd (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:24.634 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:25.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:24 smithi162 bash[19760]: cluster 2024-01-18T05:32:23.348763+0000 mgr.smithi142.tzoxhd (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:25.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:24 smithi142 bash[16247]: cluster 2024-01-18T05:32:23.348763+0000 mgr.smithi142.tzoxhd (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:27.088 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:26 smithi142 bash[16247]: cluster 2024-01-18T05:32:25.349328+0000 mgr.smithi142.tzoxhd (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:27.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:26 smithi162 bash[19760]: cluster 2024-01-18T05:32:25.349328+0000 mgr.smithi142.tzoxhd (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:27.513 INFO:teuthology.orchestra.run.smithi142.stdout:146028888102 2024-01-18T05:32:28.102 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:27 smithi142 bash[16247]: audit 2024-01-18T05:32:27.502384+0000 mon.smithi142 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.142:0/2965390725' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T05:32:28.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888089 got 146028888102 for osd.5 2024-01-18T05:32:28.103 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T05:32:28.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:27 smithi162 bash[19760]: audit 2024-01-18T05:32:27.502384+0000 mon.smithi142 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.142:0/2965390725' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T05:32:29.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:28 smithi162 bash[19760]: cluster 2024-01-18T05:32:27.349867+0000 mgr.smithi142.tzoxhd (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:29.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:28 smithi142 bash[16247]: cluster 2024-01-18T05:32:27.349867+0000 mgr.smithi142.tzoxhd (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:31.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:30 smithi162 bash[19760]: cluster 2024-01-18T05:32:29.350375+0000 mgr.smithi142.tzoxhd (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:31.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:30 smithi142 bash[16247]: cluster 2024-01-18T05:32:29.350375+0000 mgr.smithi142.tzoxhd (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:32.946 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:33.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:32 smithi162 bash[19760]: cluster 2024-01-18T05:32:31.350952+0000 mgr.smithi142.tzoxhd (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:33.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:32 smithi142 bash[16247]: cluster 2024-01-18T05:32:31.350952+0000 mgr.smithi142.tzoxhd (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:35.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:34 smithi162 bash[19760]: cluster 2024-01-18T05:32:33.351551+0000 mgr.smithi142.tzoxhd (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:35.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:34 smithi142 bash[16247]: cluster 2024-01-18T05:32:33.351551+0000 mgr.smithi142.tzoxhd (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:35.778 INFO:teuthology.orchestra.run.smithi142.stdout:124554051624 2024-01-18T05:32:36.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:35 smithi162 bash[19760]: audit 2024-01-18T05:32:35.767607+0000 mon.smithi142 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.142:0/1564018068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T05:32:36.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:35 smithi142 bash[16247]: audit 2024-01-18T05:32:35.767607+0000 mon.smithi142 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.142:0/1564018068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T05:32:36.376 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051611 got 124554051624 for osd.6 2024-01-18T05:32:36.377 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T05:32:37.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:36 smithi162 bash[19760]: cluster 2024-01-18T05:32:35.352150+0000 mgr.smithi142.tzoxhd (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:37.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:36 smithi142 bash[16247]: cluster 2024-01-18T05:32:35.352150+0000 mgr.smithi142.tzoxhd (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:39.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:38 smithi142 bash[16247]: cluster 2024-01-18T05:32:37.352834+0000 mgr.smithi142.tzoxhd (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:39.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:38 smithi162 bash[19760]: cluster 2024-01-18T05:32:37.352834+0000 mgr.smithi142.tzoxhd (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:41.215 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:41.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:40 smithi142 bash[16247]: cluster 2024-01-18T05:32:39.353405+0000 mgr.smithi142.tzoxhd (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:41.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:40 smithi162 bash[19760]: cluster 2024-01-18T05:32:39.353405+0000 mgr.smithi142.tzoxhd (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:43.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:42 smithi142 bash[16247]: cluster 2024-01-18T05:32:41.353991+0000 mgr.smithi142.tzoxhd (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:43.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:42 smithi162 bash[19760]: cluster 2024-01-18T05:32:41.353991+0000 mgr.smithi142.tzoxhd (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:44.147 INFO:teuthology.orchestra.run.smithi142.stdout:163208757288 2024-01-18T05:32:44.724 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757275 got 163208757288 for osd.7 2024-01-18T05:32:44.724 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T05:32:44.724 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T05:32:45.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:44 smithi142 bash[16247]: cluster 2024-01-18T05:32:43.354576+0000 mgr.smithi142.tzoxhd (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:45.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:44 smithi142 bash[16247]: audit 2024-01-18T05:32:44.136405+0000 mon.smithi142 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.142:0/2920387282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T05:32:45.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:44 smithi162 bash[19760]: cluster 2024-01-18T05:32:43.354576+0000 mgr.smithi142.tzoxhd (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:45.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:44 smithi162 bash[19760]: audit 2024-01-18T05:32:44.136405+0000 mon.smithi142 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.142:0/2920387282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T05:32:47.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:46 smithi142 bash[16247]: cluster 2024-01-18T05:32:45.355146+0000 mgr.smithi142.tzoxhd (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:47.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:46 smithi162 bash[19760]: cluster 2024-01-18T05:32:45.355146+0000 mgr.smithi142.tzoxhd (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:49.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:48 smithi142 bash[16247]: cluster 2024-01-18T05:32:47.355731+0000 mgr.smithi142.tzoxhd (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:49.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:48 smithi162 bash[19760]: cluster 2024-01-18T05:32:47.355731+0000 mgr.smithi142.tzoxhd (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:49.556 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:51.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:50 smithi142 bash[16247]: cluster 2024-01-18T05:32:49.356441+0000 mgr.smithi142.tzoxhd (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:51.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:50 smithi162 bash[19760]: cluster 2024-01-18T05:32:49.356441+0000 mgr.smithi142.tzoxhd (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:52.452 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:32:52.454 INFO:teuthology.orchestra.run.smithi142.stderr:dumped all 2024-01-18T05:32:53.028 INFO:teuthology.orchestra.run.smithi142.stdout:{"pg_ready":true,"pg_map":{"version":183,"stamp":"2024-01-18T05:32:51.356798+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1237226,"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":40,"state":"active+clean","last_fresh":"2024-01-18T05:29:35.843509+0000","last_change":"2024-01-18T05:29:35.843509+0000","last_active":"2024-01-18T05:29:35.843509+0000","last_peered":"2024-01-18T05:29:35.843509+0000","last_clean":"2024-01-18T05:29:35.843509+0000","last_became_active":"2024-01-18T05:29:35.842864+0000","last_became_peered":"2024-01-18T05:29:35.842864+0000","last_unstale":"2024-01-18T05:29:35.843509+0000","last_undegraded":"2024-01-18T05:29:35.843509+0000","last_fullsized":"2024-01-18T05:29:35.843509+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T05:29:17.401029+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T05:29:17.401029+0000","last_clean_scrub_stamp":"2024-01-18T05:29:17.401029+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757290,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.60099999999999998,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.056,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.871,"15min":0.86899999999999999},"min":{"1min":0.66200000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1240000000000001,"5min":1.198,"15min":1.198},"last":0.69299999999999995}]},{"osd":1,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.78100000000000003,"15min":0.76400000000000001},"min":{"1min":0.53500000000000003,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1319999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.995},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.85799999999999998,"15min":0.84199999999999997},"min":{"1min":0.53000000000000003,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.171,"5min":1.353,"15min":1.353},"last":0.88400000000000001}]},{"osd":2,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.65000000000000002,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.1899999999999999,"5min":1.306,"15min":1.306},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.97699999999999998,"15min":0.96899999999999997},"min":{"1min":0.63800000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.194,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.92000000000000004}]},{"osd":3,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.93999999999999995,"15min":0.95099999999999996},"min":{"1min":0.59199999999999997,"5min":0.438,"15min":0.438},"max":{"1min":1.171,"5min":1.276,"15min":1.276},"last":1.03},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89900000000000002,"15min":0.89400000000000002},"min":{"1min":0.62,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.0820000000000001,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.0509999999999999}]},{"osd":4,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.97699999999999998,"15min":0.96199999999999997},"min":{"1min":0.76400000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.234,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":1.139},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.097,"15min":1.081},"min":{"1min":0.85399999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.4450000000000001,"5min":1.508,"15min":1.508},"last":1.1599999999999999}]},{"osd":5,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.111,"15min":1.0980000000000001},"min":{"1min":0.77700000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.456,"5min":1.504,"15min":1.504},"last":1.0880000000000001},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.1080000000000001,"15min":1.1120000000000001},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.2649999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.258}]},{"osd":6,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.204,"15min":1.21},"min":{"1min":0.89400000000000002,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3160000000000001,"5min":1.609,"15min":1.609},"last":1.3280000000000001},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.151,"15min":1.147},"min":{"1min":0.81699999999999995,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.5089999999999999,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.204}]}]},{"osd":5,"up_from":34,"seq":146028888107,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88300000000000001,"15min":0.88300000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":3.3149999999999999,"5min":3.3149999999999999,"15min":3.3149999999999999},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.875,"5min":0.85299999999999998,"15min":0.84599999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":3.032,"5min":3.032,"15min":3.032},"last":0.77700000000000002}]},{"osd":1,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.80400000000000005,"15min":0.79200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":2.2370000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":0.879},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.79000000000000004,"15min":0.75800000000000001},"min":{"1min":0.57799999999999996,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":3.8780000000000001,"5min":3.8780000000000001,"15min":3.8780000000000001},"last":0.65300000000000002}]},{"osd":2,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.90400000000000003,"15min":0.91200000000000003},"min":{"1min":0.64300000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.8140000000000001,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.91200000000000003,"15min":0.88600000000000001},"min":{"1min":0.65800000000000003,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.8370000000000002,"5min":2.8370000000000002,"15min":2.8370000000000002},"last":0.85399999999999998}]},{"osd":3,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.80300000000000005,"15min":0.76600000000000001},"min":{"1min":0.56799999999999995,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":2.7229999999999999,"5min":2.7229999999999999,"15min":2.7229999999999999},"last":0.624},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.92800000000000005,"15min":0.93200000000000005},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":0.69199999999999995}]},{"osd":4,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.05,"15min":1.048},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":2.0760000000000001,"5min":2.0760000000000001,"15min":2.0760000000000001},"last":1.034},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0129999999999999,"15min":0.98799999999999999},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":3.423,"5min":3.423,"15min":3.423},"last":0.94399999999999995}]},{"osd":6,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.056,"15min":1.036},"min":{"1min":0.70899999999999996,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":3.129,"5min":3.129,"15min":3.129},"last":0.92800000000000005},{"interface":"front","average":{"1min":1.097,"5min":1.1140000000000001,"15min":1.1200000000000001},"min":{"1min":0.80200000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.9970000000000001,"5min":1.9970000000000001,"15min":1.9970000000000001},"last":1.085}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.0720000000000001,"15min":1.04},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":3.556,"5min":3.556,"15min":3.556},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.119,"15min":1.103},"min":{"1min":0.80600000000000005,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":2.9380000000000002,"5min":2.9380000000000002,"15min":2.9380000000000002},"last":0.999}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.70599999999999996,"15min":0.71399999999999997},"min":{"1min":0.55500000000000005,"5min":0.5,"15min":0.5},"max":{"1min":0.89400000000000002,"5min":1.125,"15min":1.125},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.747,"15min":0.74299999999999999},"min":{"1min":0.55900000000000005,"5min":0.439,"15min":0.439},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.68200000000000005}]},{"osd":1,"last update":"Thu Jan 18 05:32:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.012,"15min":1.002},"min":{"1min":0.81599999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.228,"5min":1.542,"15min":1.542},"last":1.117},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0109999999999999,"15min":1.008},"min":{"1min":0.76800000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.262,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.038}]},{"osd":3,"last update":"Thu Jan 18 05:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.77200000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.1599999999999999,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.79300000000000004,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.208,"5min":1.411,"15min":1.411},"last":0.85599999999999998}]},{"osd":4,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.81899999999999995,"15min":0.82299999999999995},"min":{"1min":0.64900000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0669999999999999,"5min":1.381,"15min":1.381},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.93999999999999995,"15min":0.94399999999999995},"min":{"1min":0.78900000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.98299999999999998}]},{"osd":5,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0249999999999999,"15min":1.018},"min":{"1min":0.84199999999999997,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3049999999999999,"5min":1.427,"15min":1.427},"last":0.95199999999999996},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.01,"15min":1.008},"min":{"1min":0.84799999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3700000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.93200000000000005}]},{"osd":6,"last update":"Thu Jan 18 05:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.98999999999999999,"15min":0.99199999999999999},"min":{"1min":0.81599999999999995,"5min":0.745,"15min":0.745},"max":{"1min":1.2649999999999999,"5min":1.482,"15min":1.482},"last":0.81200000000000006},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.133,"15min":1.1319999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.3520000000000001,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.2050000000000001}]},{"osd":7,"last update":"Thu Jan 18 05:32:41 2024","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.1559999999999999,"15min":1.1439999999999999},"min":{"1min":0.998,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.4419999999999999,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.258},{"interface":"front","average":{"1min":1.24,"5min":1.151,"15min":1.127},"min":{"1min":1.0049999999999999,"5min":0.621,"15min":0.621},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.1639999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 05:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77800000000000002,"15min":0.752},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.077,"5min":1.274,"15min":1.274},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.93000000000000005,"5min":1.052,"15min":1.0880000000000001},"min":{"1min":0.67100000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.141,"5min":3.589,"15min":3.589},"last":0.84599999999999997}]},{"osd":2,"last update":"Thu Jan 18 05:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.85399999999999998,"15min":0.85999999999999999},"min":{"1min":0.60099999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.218,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.81999999999999995,"15min":0.81799999999999995},"min":{"1min":0.622,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.153,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.76400000000000001}]},{"osd":3,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.0529999999999999,"15min":1.0489999999999999},"min":{"1min":0.83099999999999996,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.2130000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.002},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.97299999999999998,"15min":0.98399999999999999},"min":{"1min":0.64300000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.302,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.92100000000000004}]},{"osd":4,"last update":"Thu Jan 18 05:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.98799999999999999,"15min":0.98399999999999999},"min":{"1min":0.78100000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2370000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.97899999999999998,"15min":0.98599999999999999},"min":{"1min":0.49199999999999999,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.2909999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.98599999999999999}]},{"osd":5,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.071,"15min":1.0720000000000001},"min":{"1min":0.747,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.2629999999999999,"5min":2.2490000000000001,"15min":2.2490000000000001},"last":1.069},{"interface":"front","average":{"1min":0.95199999999999996,"5min":1.0009999999999999,"15min":1.0169999999999999},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1859999999999999,"5min":2.4119999999999999,"15min":2.4119999999999999},"last":1.091}]},{"osd":6,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.272,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.173},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.21,"15min":1.22},"min":{"1min":0.97899999999999998,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3029999999999999,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.2290000000000001}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.232,"15min":1.214},"min":{"1min":0.94399999999999995,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.554,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":1.282},{"interface":"front","average":{"1min":1.2310000000000001,"5min":1.1679999999999999,"15min":1.1519999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.611,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.1539999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247852,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.626,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.0620000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.875},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.93100000000000005,"15min":0.94099999999999995},"min":{"1min":0.69699999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.2749999999999999,"5min":1.345,"15min":1.345},"last":1.1220000000000001}]},{"osd":2,"last update":"Thu Jan 18 05:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.83499999999999996,"15min":0.84899999999999998},"min":{"1min":0.68000000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0289999999999999,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.745},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.91000000000000003,"15min":0.90600000000000003},"min":{"1min":0.76700000000000002,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1870000000000001,"5min":1.45,"15min":1.45},"last":1.075}]},{"osd":3,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.873,"15min":0.89100000000000001},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.232,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.93300000000000005,"5min":1.03,"15min":1.054},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1990000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":0.92200000000000004}]},{"osd":4,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.90300000000000002,"15min":0.92000000000000004},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.69599999999999995},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0409999999999999,"15min":1.0509999999999999},"min":{"1min":0.92000000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3480000000000001,"5min":2.0859999999999999,"15min":2.0859999999999999},"last":1.014}]},{"osd":5,"last update":"Thu Jan 18 05:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.90700000000000003,"15min":0.93899999999999995},"min":{"1min":0.55500000000000005,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2310000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":0.73699999999999999},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.079,"15min":1.0860000000000001},"min":{"1min":0.74299999999999999,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.3100000000000001,"5min":1.976,"15min":1.976},"last":1.2230000000000001}]},{"osd":6,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.0249999999999999,"15min":1.046},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.321,"5min":2.0070000000000001,"15min":2.0070000000000001},"last":0.84499999999999997},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1759999999999999,"15min":1.1990000000000001},"min":{"1min":0.83499999999999996,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.2350000000000001,"5min":2.2429999999999999,"15min":2.2429999999999999},"last":1.177}]},{"osd":7,"last update":"Thu Jan 18 05:31:43 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.018,"15min":1.026},"min":{"1min":0.71199999999999997,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2410000000000001,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.57099999999999995},{"interface":"front","average":{"1min":1.111,"5min":1.1659999999999999,"15min":1.175},"min":{"1min":0.751,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.5509999999999999,"5min":2.177,"15min":2.177},"last":0.754}]}]},{"osd":4,"up_from":25,"seq":107374182445,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.71199999999999997,"5min":0.71699999999999997,"15min":0.72499999999999998},"min":{"1min":0.53500000000000003,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.61099999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":0.72599999999999998}]},{"osd":1,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.879,"15min":0.88900000000000001},"min":{"1min":0.68999999999999995,"5min":0.628,"15min":0.628},"max":{"1min":1.095,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.94999999999999996,"15min":0.95799999999999996},"min":{"1min":0.72799999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.157,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":1.373}]},{"osd":2,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.84699999999999998,"15min":0.85499999999999998},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.109,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.90500000000000003,"15min":0.91900000000000004},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.58799999999999997}]},{"osd":3,"last update":"Thu Jan 18 05:32:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0249999999999999,"15min":1.0349999999999999},"min":{"1min":0.83899999999999997,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.032,"5min":1.077,"15min":1.085},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.2989999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.79400000000000004}]},{"osd":5,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":1.0760000000000001,"15min":1.097},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.206,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.77000000000000002},{"interface":"front","average":{"1min":1.056,"5min":1.1479999999999999,"15min":1.171},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.3680000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.1000000000000001}]},{"osd":6,"last update":"Thu Jan 18 05:32:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.103,"15min":1.139},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.3129999999999999,"5min":1.385,"15min":1.385},"last":1.1379999999999999},{"interface":"front","average":{"1min":1.167,"5min":1.1850000000000001,"15min":1.2070000000000001},"min":{"1min":0.86699999999999999,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":1.232}]},{"osd":7,"last update":"Thu Jan 18 05:32:44 2024","interfaces":[{"interface":"back","average":{"1min":1.22,"5min":1.2569999999999999,"15min":1.2649999999999999},"min":{"1min":1.0609999999999999,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.446,"5min":1.603,"15min":1.603},"last":1.3220000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.22,"15min":1.2310000000000001},"min":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.1639999999999999}]}]},{"osd":3,"up_from":29,"seq":124554051628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.85599999999999998,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.86099999999999999,"15min":0.86899999999999999},"min":{"1min":0.65000000000000002,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.85499999999999998}]},{"osd":1,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.74199999999999999,"15min":0.75},"min":{"1min":0.51400000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.0580000000000001,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.79000000000000004,"15min":0.78200000000000003},"min":{"1min":0.42499999999999999,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.61799999999999999}]},{"osd":2,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.98199999999999998,"15min":1},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.139,"5min":1.278,"15min":1.278},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.91600000000000004,"15min":0.91400000000000003},"min":{"1min":0.64300000000000002,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.98899999999999999}]},{"osd":4,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.999,"15min":1.012},"min":{"1min":0.68400000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2230000000000001,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.036},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.69599999999999995,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":0.93400000000000005}]},{"osd":5,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.90900000000000003,"15min":0.90200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.262,"5min":1.292,"15min":1.292},"last":0.748},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.042,"15min":1.0609999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.115}]},{"osd":6,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0549999999999999,"15min":1.0489999999999999},"min":{"1min":0.72599999999999998,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.1679999999999999,"15min":1.181},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.4390000000000001,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.163}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.0960000000000001,"15min":1.0960000000000001},"min":{"1min":0.47499999999999998,"5min":0.44,"15min":0.44},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1879999999999999,"15min":1.2010000000000001},"min":{"1min":0.70799999999999996,"5min":0.627,"15min":0.627},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":1.2070000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051627,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.72999999999999998,"15min":0.72899999999999998},"min":{"1min":0.54000000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.339,"5min":1.339,"15min":1.339},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.80900000000000005,"15min":0.80000000000000004},"min":{"1min":0.63600000000000001,"5min":0.44,"15min":0.44},"max":{"1min":2.0529999999999999,"5min":2.0529999999999999,"15min":2.0529999999999999},"last":0.90500000000000003}]},{"osd":1,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.96199999999999997,"15min":0.95699999999999996},"min":{"1min":0.76200000000000001,"5min":0.629,"15min":0.629},"max":{"1min":1.196,"5min":1.228,"15min":1.228},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.95999999999999996,"15min":0.97299999999999998},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":0.877}]},{"osd":2,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.85299999999999998,"15min":0.86699999999999999},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.4450000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.85199999999999998,"15min":0.84799999999999998},"min":{"1min":0.57899999999999996,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":2.161,"5min":2.161,"15min":2.161},"last":1.0289999999999999}]},{"osd":3,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.94199999999999995,"15min":0.96599999999999997},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.94299999999999995,"15min":0.94699999999999995},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.99299999999999999}]},{"osd":4,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0009999999999999,"15min":0.98899999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":2.976,"5min":2.976,"15min":2.976},"last":1.105},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0660000000000001,"15min":1.075},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.7869999999999999,"5min":1.7869999999999999,"15min":1.7869999999999999},"last":1.0669999999999999}]},{"osd":5,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.1259999999999999,"15min":1.1100000000000001},"min":{"1min":0.86199999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":2.3650000000000002,"5min":2.3650000000000002,"15min":2.3650000000000002},"last":1.222},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1779999999999999,"15min":1.1830000000000001},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.52,"5min":1.6839999999999999,"15min":1.6839999999999999},"last":1.139}]},{"osd":7,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.155,"15min":1.159},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":1.155},{"interface":"front","average":{"1min":1.248,"5min":1.2,"15min":1.1890000000000001},"min":{"1min":0.89700000000000002,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.2829999999999999,"5min":2.2829999999999999,"15min":2.2829999999999999},"last":1.498}]}]}],"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-18T05:32:53.029 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T05:32:53.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:52 smithi142 bash[16247]: cluster 2024-01-18T05:32:51.357090+0000 mgr.smithi142.tzoxhd (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:53.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:52 smithi162 bash[19760]: cluster 2024-01-18T05:32:51.357090+0000 mgr.smithi142.tzoxhd (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:54.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:53 smithi142 bash[16247]: audit 2024-01-18T05:32:52.437964+0000 mgr.smithi142.tzoxhd (mgr.14182) 198 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:32:54.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:53 smithi162 bash[19760]: audit 2024-01-18T05:32:52.437964+0000 mgr.smithi142.tzoxhd (mgr.14182) 198 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:32:55.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:54 smithi142 bash[16247]: cluster 2024-01-18T05:32:53.357691+0000 mgr.smithi142.tzoxhd (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:55.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:54 smithi142 bash[16247]: audit 2024-01-18T05:32:54.306511+0000 mon.smithi142 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:32:55.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:54 smithi162 bash[19760]: cluster 2024-01-18T05:32:53.357691+0000 mgr.smithi142.tzoxhd (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:55.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:54 smithi162 bash[19760]: audit 2024-01-18T05:32:54.306511+0000 mon.smithi142 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:32:56.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:55 smithi142 bash[16247]: cluster 2024-01-18T05:32:55.358264+0000 mgr.smithi142.tzoxhd (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:56.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:55 smithi162 bash[19760]: cluster 2024-01-18T05:32:55.358264+0000 mgr.smithi142.tzoxhd (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:57.874 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:32:58.688 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:32:58 smithi142 bash[16247]: cluster 2024-01-18T05:32:57.358756+0000 mgr.smithi142.tzoxhd (mgr.14182) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:32:58.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:32:58 smithi162 bash[19760]: cluster 2024-01-18T05:32:57.358756+0000 mgr.smithi142.tzoxhd (mgr.14182) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:00.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:00 smithi142 bash[16247]: cluster 2024-01-18T05:32:59.359239+0000 mgr.smithi142.tzoxhd (mgr.14182) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:00.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:00 smithi142 bash[16247]: audit 2024-01-18T05:32:59.996934+0000 mon.smithi142 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:00.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:00 smithi142 bash[16247]: audit 2024-01-18T05:33:00.138127+0000 mon.smithi142 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:00.681 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:33:00.683 INFO:teuthology.orchestra.run.smithi142.stderr:dumped all 2024-01-18T05:33:00.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:00 smithi162 bash[19760]: cluster 2024-01-18T05:32:59.359239+0000 mgr.smithi142.tzoxhd (mgr.14182) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:00.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:00 smithi162 bash[19760]: audit 2024-01-18T05:32:59.996934+0000 mon.smithi142 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:00.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:00 smithi162 bash[19760]: audit 2024-01-18T05:33:00.138127+0000 mon.smithi142 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:01.355 INFO:teuthology.orchestra.run.smithi142.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2024-01-18T05:32:59.358995+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1237226,"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":40,"state":"active+clean","last_fresh":"2024-01-18T05:29:35.843509+0000","last_change":"2024-01-18T05:29:35.843509+0000","last_active":"2024-01-18T05:29:35.843509+0000","last_peered":"2024-01-18T05:29:35.843509+0000","last_clean":"2024-01-18T05:29:35.843509+0000","last_became_active":"2024-01-18T05:29:35.842864+0000","last_became_peered":"2024-01-18T05:29:35.842864+0000","last_unstale":"2024-01-18T05:29:35.843509+0000","last_undegraded":"2024-01-18T05:29:35.843509+0000","last_fullsized":"2024-01-18T05:29:35.843509+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T05:29:17.401029+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T05:29:17.401029+0000","last_clean_scrub_stamp":"2024-01-18T05:29:17.401029+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.60099999999999998,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.056,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.871,"15min":0.86899999999999999},"min":{"1min":0.66200000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1240000000000001,"5min":1.198,"15min":1.198},"last":0.74299999999999999}]},{"osd":1,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.78100000000000003,"15min":0.76400000000000001},"min":{"1min":0.53500000000000003,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1319999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.85799999999999998,"15min":0.84199999999999997},"min":{"1min":0.53000000000000003,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.171,"5min":1.353,"15min":1.353},"last":0.70899999999999996}]},{"osd":2,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.65000000000000002,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.1899999999999999,"5min":1.306,"15min":1.306},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.97699999999999998,"15min":0.96899999999999997},"min":{"1min":0.63800000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.194,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.88800000000000001}]},{"osd":3,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.93999999999999995,"15min":0.95099999999999996},"min":{"1min":0.59199999999999997,"5min":0.438,"15min":0.438},"max":{"1min":1.171,"5min":1.276,"15min":1.276},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89900000000000002,"15min":0.89400000000000002},"min":{"1min":0.62,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.0820000000000001,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.76500000000000001}]},{"osd":4,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.97699999999999998,"15min":0.96199999999999997},"min":{"1min":0.76400000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.234,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.84199999999999997},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.097,"15min":1.081},"min":{"1min":0.85399999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.4450000000000001,"5min":1.508,"15min":1.508},"last":0.98299999999999998}]},{"osd":5,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.111,"15min":1.0980000000000001},"min":{"1min":0.77700000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.456,"5min":1.504,"15min":1.504},"last":1.034},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.1080000000000001,"15min":1.1120000000000001},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.2649999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":0.92700000000000005}]},{"osd":6,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.204,"15min":1.21},"min":{"1min":0.89400000000000002,"5min":0.79200000000000004,"15min":0.79200000000000004},"max":{"1min":1.3160000000000001,"5min":1.609,"15min":1.609},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.151,"15min":1.147},"min":{"1min":0.81699999999999995,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.5089999999999999,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.0489999999999999}]}]},{"osd":5,"up_from":34,"seq":146028888109,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.88300000000000001,"15min":0.88300000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":3.3149999999999999,"5min":3.3149999999999999,"15min":3.3149999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.875,"5min":0.85299999999999998,"15min":0.84599999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":3.032,"5min":3.032,"15min":3.032},"last":0.77900000000000003}]},{"osd":1,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.80400000000000005,"15min":0.79200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":2.2370000000000001,"5min":2.2370000000000001,"15min":2.2370000000000001},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.79000000000000004,"15min":0.75800000000000001},"min":{"1min":0.57799999999999996,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":3.8780000000000001,"5min":3.8780000000000001,"15min":3.8780000000000001},"last":0.84699999999999998}]},{"osd":2,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.90400000000000003,"15min":0.91200000000000003},"min":{"1min":0.64300000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.8140000000000001,"5min":1.8140000000000001,"15min":1.8140000000000001},"last":0.82099999999999995},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.91200000000000003,"15min":0.88600000000000001},"min":{"1min":0.65800000000000003,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.8370000000000002,"5min":2.8370000000000002,"15min":2.8370000000000002},"last":0.96899999999999997}]},{"osd":3,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.80300000000000005,"15min":0.76600000000000001},"min":{"1min":0.56799999999999995,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":2.7229999999999999,"5min":2.7229999999999999,"15min":2.7229999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.92800000000000005,"15min":0.93200000000000005},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":0.89400000000000002}]},{"osd":4,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.05,"15min":1.048},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":2.0760000000000001,"5min":2.0760000000000001,"15min":2.0760000000000001},"last":0.997},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0129999999999999,"15min":0.98799999999999999},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":3.423,"5min":3.423,"15min":3.423},"last":1.016}]},{"osd":6,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.056,"15min":1.036},"min":{"1min":0.70899999999999996,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":3.129,"5min":3.129,"15min":3.129},"last":1.046},{"interface":"front","average":{"1min":1.097,"5min":1.1140000000000001,"15min":1.1200000000000001},"min":{"1min":0.80200000000000005,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.9970000000000001,"5min":1.9970000000000001,"15min":1.9970000000000001},"last":1.0620000000000001}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.0720000000000001,"15min":1.04},"min":{"1min":0.68600000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":3.556,"5min":3.556,"15min":3.556},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.157,"5min":1.119,"15min":1.103},"min":{"1min":0.80600000000000005,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":2.9380000000000002,"5min":2.9380000000000002,"15min":2.9380000000000002},"last":1.238}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:20 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.70599999999999996,"15min":0.71399999999999997},"min":{"1min":0.55500000000000005,"5min":0.5,"15min":0.5},"max":{"1min":0.89400000000000002,"5min":1.125,"15min":1.125},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.747,"15min":0.74299999999999999},"min":{"1min":0.55900000000000005,"5min":0.439,"15min":0.439},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.72899999999999998}]},{"osd":1,"last update":"Thu Jan 18 05:32:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.012,"15min":1.002},"min":{"1min":0.81599999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.228,"5min":1.542,"15min":1.542},"last":0.79300000000000004},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0109999999999999,"15min":1.008},"min":{"1min":0.76800000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.262,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.141}]},{"osd":3,"last update":"Thu Jan 18 05:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.92800000000000005,"15min":0.92600000000000005},"min":{"1min":0.77200000000000002,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.1599999999999999,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.79300000000000004,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.208,"5min":1.411,"15min":1.411},"last":0.97799999999999998}]},{"osd":4,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.81899999999999995,"15min":0.82299999999999995},"min":{"1min":0.64900000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0669999999999999,"5min":1.381,"15min":1.381},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.93999999999999995,"15min":0.94399999999999995},"min":{"1min":0.78900000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.94399999999999995}]},{"osd":5,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0249999999999999,"15min":1.018},"min":{"1min":0.84199999999999997,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3049999999999999,"5min":1.427,"15min":1.427},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.01,"15min":1.008},"min":{"1min":0.84799999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3700000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.90800000000000003}]},{"osd":6,"last update":"Thu Jan 18 05:32:30 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.98999999999999999,"15min":0.99199999999999999},"min":{"1min":0.81599999999999995,"5min":0.745,"15min":0.745},"max":{"1min":1.2649999999999999,"5min":1.482,"15min":1.482},"last":0.83499999999999996},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.133,"15min":1.1319999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.3520000000000001,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.032}]},{"osd":7,"last update":"Thu Jan 18 05:32:41 2024","interfaces":[{"interface":"back","average":{"1min":1.2150000000000001,"5min":1.1559999999999999,"15min":1.1439999999999999},"min":{"1min":0.998,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.4419999999999999,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.24,"5min":1.151,"15min":1.127},"min":{"1min":1.0049999999999999,"5min":0.621,"15min":0.621},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.0620000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 05:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.77800000000000002,"15min":0.752},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":1.077,"5min":1.274,"15min":1.274},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.93000000000000005,"5min":1.052,"15min":1.0880000000000001},"min":{"1min":0.67100000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.141,"5min":3.589,"15min":3.589},"last":1.1020000000000001}]},{"osd":2,"last update":"Thu Jan 18 05:32:17 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.85399999999999998,"15min":0.85999999999999999},"min":{"1min":0.60099999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.218,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.81999999999999995,"15min":0.81799999999999995},"min":{"1min":0.622,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.153,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.88900000000000001}]},{"osd":3,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.0529999999999999,"15min":1.0489999999999999},"min":{"1min":0.83099999999999996,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.2130000000000001,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.014},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.97299999999999998,"15min":0.98399999999999999},"min":{"1min":0.64300000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.302,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":1.0669999999999999}]},{"osd":4,"last update":"Thu Jan 18 05:32:29 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.98799999999999999,"15min":0.98399999999999999},"min":{"1min":0.78100000000000003,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2370000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.171},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.97899999999999998,"15min":0.98599999999999999},"min":{"1min":0.49199999999999999,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.2909999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.141}]},{"osd":5,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.071,"15min":1.0720000000000001},"min":{"1min":0.747,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.2629999999999999,"5min":2.2490000000000001,"15min":2.2490000000000001},"last":1.3049999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":1.0009999999999999,"15min":1.0169999999999999},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.1859999999999999,"5min":2.4119999999999999,"15min":2.4119999999999999},"last":1.0269999999999999}]},{"osd":6,"last update":"Thu Jan 18 05:32:34 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.272,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.92900000000000005},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.21,"15min":1.22},"min":{"1min":0.97899999999999998,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3029999999999999,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.208}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.238,"5min":1.232,"15min":1.214},"min":{"1min":0.94399999999999995,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.554,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":1.327},{"interface":"front","average":{"1min":1.2310000000000001,"5min":1.1679999999999999,"15min":1.1519999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.611,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.5009999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.86899999999999999,"15min":0.871},"min":{"1min":0.626,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.0620000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.93100000000000005,"15min":0.94099999999999995},"min":{"1min":0.69699999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.2749999999999999,"5min":1.345,"15min":1.345},"last":0.96399999999999997}]},{"osd":2,"last update":"Thu Jan 18 05:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.83499999999999996,"15min":0.84899999999999998},"min":{"1min":0.68000000000000005,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0289999999999999,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.91000000000000003,"15min":0.90600000000000003},"min":{"1min":0.76700000000000002,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1870000000000001,"5min":1.45,"15min":1.45},"last":1.083}]},{"osd":3,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.873,"15min":0.89100000000000001},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.232,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.93300000000000005,"5min":1.03,"15min":1.054},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1990000000000001,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":0.88500000000000001}]},{"osd":4,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.90300000000000002,"15min":0.92000000000000004},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.70199999999999996},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.0409999999999999,"15min":1.0509999999999999},"min":{"1min":0.92000000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3480000000000001,"5min":2.0859999999999999,"15min":2.0859999999999999},"last":1.026}]},{"osd":5,"last update":"Thu Jan 18 05:32:37 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.90700000000000003,"15min":0.93899999999999995},"min":{"1min":0.55500000000000005,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2310000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":0.77400000000000002},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.079,"15min":1.0860000000000001},"min":{"1min":0.74299999999999999,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.3100000000000001,"5min":1.976,"15min":1.976},"last":1.2689999999999999}]},{"osd":6,"last update":"Thu Jan 18 05:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.0249999999999999,"15min":1.046},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.321,"5min":2.0070000000000001,"15min":2.0070000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1759999999999999,"15min":1.1990000000000001},"min":{"1min":0.83499999999999996,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.2350000000000001,"5min":2.2429999999999999,"15min":2.2429999999999999},"last":1.1479999999999999}]},{"osd":7,"last update":"Thu Jan 18 05:32:47 2024","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.008,"15min":1.022},"min":{"1min":0.57099999999999995,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.4339999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":1.073,"5min":1.1439999999999999,"15min":1.1679999999999999},"min":{"1min":0.73699999999999999,"5min":0.70299999999999996,"15min":0.70299999999999996},"max":{"1min":1.3360000000000001,"5min":2.177,"15min":2.177},"last":1.2090000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.71199999999999997,"5min":0.71699999999999997,"15min":0.72499999999999998},"min":{"1min":0.53500000000000003,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.61099999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.282,"5min":1.282,"15min":1.282},"last":0.73099999999999998}]},{"osd":1,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.879,"15min":0.88900000000000001},"min":{"1min":0.68999999999999995,"5min":0.628,"15min":0.628},"max":{"1min":1.095,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.94999999999999996,"15min":0.95799999999999996},"min":{"1min":0.72799999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.157,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.876}]},{"osd":2,"last update":"Thu Jan 18 05:32:25 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.84699999999999998,"15min":0.85499999999999998},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.109,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.90500000000000003,"15min":0.91900000000000004},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.70399999999999996}]},{"osd":3,"last update":"Thu Jan 18 05:32:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0249999999999999,"15min":1.0349999999999999},"min":{"1min":0.83899999999999997,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.032,"5min":1.077,"15min":1.085},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.2989999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.97599999999999998}]},{"osd":5,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":1.0760000000000001,"15min":1.097},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.206,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.056,"5min":1.1479999999999999,"15min":1.171},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.3680000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.081}]},{"osd":6,"last update":"Thu Jan 18 05:32:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.103,"15min":1.139},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.3129999999999999,"5min":1.385,"15min":1.385},"last":1.046},{"interface":"front","average":{"1min":1.167,"5min":1.1850000000000001,"15min":1.2070000000000001},"min":{"1min":0.86699999999999999,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":1.1579999999999999}]},{"osd":7,"last update":"Thu Jan 18 05:32:44 2024","interfaces":[{"interface":"back","average":{"1min":1.22,"5min":1.2569999999999999,"15min":1.2649999999999999},"min":{"1min":1.0609999999999999,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.446,"5min":1.603,"15min":1.603},"last":1.206},{"interface":"front","average":{"1min":1.181,"5min":1.22,"15min":1.2310000000000001},"min":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.179}]}]},{"osd":3,"up_from":29,"seq":124554051630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.85599999999999998,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.86099999999999999,"15min":0.86899999999999999},"min":{"1min":0.65000000000000002,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.79300000000000004}]},{"osd":1,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.74199999999999999,"15min":0.75},"min":{"1min":0.51400000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.0580000000000001,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.5},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.79000000000000004,"15min":0.78200000000000003},"min":{"1min":0.42499999999999999,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.56999999999999995}]},{"osd":2,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.98199999999999998,"15min":1},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.139,"5min":1.278,"15min":1.278},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.91600000000000004,"15min":0.91400000000000003},"min":{"1min":0.64300000000000002,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.84399999999999997}]},{"osd":4,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":0.995,"5min":0.999,"15min":1.012},"min":{"1min":0.68400000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2230000000000001,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.83099999999999996},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.97299999999999998,"15min":0.96299999999999997},"min":{"1min":0.69599999999999995,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":0.75600000000000001}]},{"osd":5,"last update":"Thu Jan 18 05:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.90900000000000003,"15min":0.90200000000000002},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.262,"5min":1.292,"15min":1.292},"last":0.65600000000000003},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.042,"15min":1.0609999999999999},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":0.70199999999999996}]},{"osd":6,"last update":"Thu Jan 18 05:32:28 2024","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0549999999999999,"15min":1.0489999999999999},"min":{"1min":0.72599999999999998,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":0.74199999999999999},{"interface":"front","average":{"1min":1.143,"5min":1.1679999999999999,"15min":1.181},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.4390000000000001,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":0.93300000000000005}]},{"osd":7,"last update":"Thu Jan 18 05:32:40 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.0960000000000001,"15min":1.0960000000000001},"min":{"1min":0.47499999999999998,"5min":0.44,"15min":0.44},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.81100000000000005},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1879999999999999,"15min":1.2010000000000001},"min":{"1min":0.70799999999999996,"5min":0.627,"15min":0.627},"max":{"1min":1.6599999999999999,"5min":1.6599999999999999,"15min":1.6599999999999999},"last":0.88100000000000001}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.72999999999999998,"15min":0.72899999999999998},"min":{"1min":0.54000000000000004,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.339,"5min":1.339,"15min":1.339},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.80900000000000005,"15min":0.80000000000000004},"min":{"1min":0.63600000000000001,"5min":0.44,"15min":0.44},"max":{"1min":2.0529999999999999,"5min":2.0529999999999999,"15min":2.0529999999999999},"last":0.69599999999999995}]},{"osd":1,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.96199999999999997,"15min":0.95699999999999996},"min":{"1min":0.76200000000000001,"5min":0.629,"15min":0.629},"max":{"1min":1.196,"5min":1.228,"15min":1.228},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.95999999999999996,"15min":0.97299999999999998},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.079}]},{"osd":2,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.85299999999999998,"15min":0.86699999999999999},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.4450000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.85199999999999998,"15min":0.84799999999999998},"min":{"1min":0.57899999999999996,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":2.161,"5min":2.161,"15min":2.161},"last":0.60999999999999999}]},{"osd":3,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.94199999999999995,"15min":0.96599999999999997},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.94299999999999995,"15min":0.94699999999999995},"min":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.80000000000000004}]},{"osd":4,"last update":"Thu Jan 18 05:32:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0009999999999999,"15min":0.98899999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":2.976,"5min":2.976,"15min":2.976},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0660000000000001,"15min":1.075},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.7869999999999999,"5min":1.7869999999999999,"15min":1.7869999999999999},"last":1.034}]},{"osd":5,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.1259999999999999,"15min":1.1100000000000001},"min":{"1min":0.86199999999999999,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":2.3650000000000002,"5min":2.3650000000000002,"15min":2.3650000000000002},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1779999999999999,"15min":1.1830000000000001},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.52,"5min":1.6839999999999999,"15min":1.6839999999999999},"last":1.109}]},{"osd":7,"last update":"Thu Jan 18 05:32:38 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.155,"15min":1.159},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":2.04,"5min":2.04,"15min":2.04},"last":1.002},{"interface":"front","average":{"1min":1.248,"5min":1.2,"15min":1.1890000000000001},"min":{"1min":0.89700000000000002,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":2.2829999999999999,"5min":2.2829999999999999,"15min":2.2829999999999999},"last":0.93700000000000006}]}]}],"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-18T05:33:01.356 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T05:33:01.357 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T05:33:01.357 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T05:33:01.357 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T05:33:01.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:01 smithi142 bash[16247]: audit 2024-01-18T05:33:00.423866+0000 mon.smithi142 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:01.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:01 smithi142 bash[16247]: audit 2024-01-18T05:33:00.429741+0000 mon.smithi142 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:33:01.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:01 smithi142 bash[16247]: audit 2024-01-18T05:33:00.437680+0000 mon.smithi142 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:01.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:01 smithi142 bash[16247]: audit 2024-01-18T05:33:00.446465+0000 mon.smithi142 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:33:01.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:01 smithi142 bash[16247]: audit 2024-01-18T05:33:00.662828+0000 mgr.smithi142.tzoxhd (mgr.14182) 203 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:33:01.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:01 smithi162 bash[19760]: audit 2024-01-18T05:33:00.423866+0000 mon.smithi142 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:01.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:01 smithi162 bash[19760]: audit 2024-01-18T05:33:00.429741+0000 mon.smithi142 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:33:01.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:01 smithi162 bash[19760]: audit 2024-01-18T05:33:00.437680+0000 mon.smithi142 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:01.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:01 smithi162 bash[19760]: audit 2024-01-18T05:33:00.446465+0000 mon.smithi142 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:33:01.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:01 smithi162 bash[19760]: audit 2024-01-18T05:33:00.662828+0000 mgr.smithi142.tzoxhd (mgr.14182) 203 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:33:02.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:02 smithi142 bash[16247]: cluster 2024-01-18T05:33:01.359826+0000 mgr.smithi142.tzoxhd (mgr.14182) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:02.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:02 smithi162 bash[19760]: cluster 2024-01-18T05:33:01.359826+0000 mgr.smithi142.tzoxhd (mgr.14182) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:04.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:04 smithi142 bash[16247]: cluster 2024-01-18T05:33:03.360465+0000 mgr.smithi142.tzoxhd (mgr.14182) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:04.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:04 smithi162 bash[19760]: cluster 2024-01-18T05:33:03.360465+0000 mgr.smithi142.tzoxhd (mgr.14182) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:06.197 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/mon.smithi142/config 2024-01-18T05:33:06.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:06 smithi142 bash[16247]: cluster 2024-01-18T05:33:05.361083+0000 mgr.smithi142.tzoxhd (mgr.14182) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:06.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:06 smithi162 bash[19760]: cluster 2024-01-18T05:33:05.361083+0000 mgr.smithi142.tzoxhd (mgr.14182) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:08.750 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:08 smithi142 bash[16247]: cluster 2024-01-18T05:33:07.361718+0000 mgr.smithi142.tzoxhd (mgr.14182) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:08.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:08 smithi162 bash[19760]: cluster 2024-01-18T05:33:07.361718+0000 mgr.smithi142.tzoxhd (mgr.14182) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:09.122 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:33:09.730 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:09 smithi142 bash[16247]: audit 2024-01-18T05:33:09.111336+0000 mon.smithi142 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.142:0/3493744663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T05:33:09.731 INFO:teuthology.orchestra.run.smithi142.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T05:33:09.731 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T05:33:09.731 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T05:33:09.732 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T05:33:09.742 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:33:09.742 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T05:33:09.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:09 smithi162 bash[19760]: audit 2024-01-18T05:33:09.111336+0000 mon.smithi142 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.142:0/3493744663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T05:33:10.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:10 smithi142 bash[16247]: cluster 2024-01-18T05:33:09.362298+0000 mgr.smithi142.tzoxhd (mgr.14182) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:10.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:10 smithi162 bash[19760]: cluster 2024-01-18T05:33:09.362298+0000 mgr.smithi142.tzoxhd (mgr.14182) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:12.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:12 smithi142 bash[16247]: cluster 2024-01-18T05:33:11.362905+0000 mgr.smithi142.tzoxhd (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:12.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:12 smithi162 bash[19760]: cluster 2024-01-18T05:33:11.362905+0000 mgr.smithi142.tzoxhd (mgr.14182) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:12.920 INFO:teuthology.orchestra.run.smithi142.stdout:Backend: cephadm 2024-01-18T05:33:12.920 INFO:teuthology.orchestra.run.smithi142.stdout:Available: Yes 2024-01-18T05:33:12.920 INFO:teuthology.orchestra.run.smithi142.stdout:Paused: No 2024-01-18T05:33:13.541 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T05:33:13.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:13 smithi142 bash[16247]: audit 2024-01-18T05:33:12.908697+0000 mgr.smithi142.tzoxhd (mgr.14182) 210 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:13.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:13 smithi162 bash[19760]: audit 2024-01-18T05:33:12.908697+0000 mgr.smithi142.tzoxhd (mgr.14182) 210 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:14.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:14 smithi142 bash[16247]: cluster 2024-01-18T05:33:13.363515+0000 mgr.smithi142.tzoxhd (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:14.867 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:14 smithi162 bash[19760]: cluster 2024-01-18T05:33:13.363515+0000 mgr.smithi142.tzoxhd (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:16.639 INFO:teuthology.orchestra.run.smithi142.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T05:33:16.639 INFO:teuthology.orchestra.run.smithi142.stdout:alertmanager.smithi142 smithi142 *:9093,9094 running (3m) 16s ago 6m 14.6M - 0.23.0 ba2b418f427c 28aeb1dacc47 2024-01-18T05:33:16.639 INFO:teuthology.orchestra.run.smithi142.stdout:crash.smithi142 smithi142 running (5m) 16s ago 5m 7667k - 16.2.14-454-g491b5e13 5debfd7ac2a7 9d6ae544bdd5 2024-01-18T05:33:16.639 INFO:teuthology.orchestra.run.smithi142.stdout:crash.smithi162 smithi162 running (5m) 16s ago 5m 8892k - 16.2.14-454-g491b5e13 5debfd7ac2a7 730ea97b436c 2024-01-18T05:33:16.639 INFO:teuthology.orchestra.run.smithi142.stdout:grafana.smithi142 smithi142 *:3000 running (3m) 16s ago 5m 42.4M - 8.3.5 dad864ee21e9 9796c044a8b4 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:mgr.smithi142.tzoxhd smithi142 *:9283 running (7m) 16s ago 7m 429M - 16.2.14-454-g491b5e13 5debfd7ac2a7 9ddf1fa934e6 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:mgr.smithi162.wvlspo smithi162 *:8443,9283 running (5m) 16s ago 5m 378M - 16.2.14-454-g491b5e13 5debfd7ac2a7 2dd9577451e2 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:mon.smithi142 smithi142 running (7m) 16s ago 7m 60.2M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 140c63e18428 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:mon.smithi162 smithi162 running (5m) 16s ago 5m 57.1M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 383240e74802 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:node-exporter.smithi142 smithi142 *:9100 running (5m) 16s ago 5m 13.3M - 1.3.1 1dbe0e931976 232bb8d6427b 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:node-exporter.smithi162 smithi162 *:9100 running (5m) 16s ago 5m 11.3M - 1.3.1 1dbe0e931976 8dccb3059bef 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.0 smithi162 running (4m) 16s ago 4m 36.9M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 72bb090da48c 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.1 smithi142 running (4m) 16s ago 4m 34.3M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 cd13cdfacb85 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.2 smithi162 running (4m) 16s ago 4m 34.2M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 bd8e45ff4d49 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.3 smithi142 running (4m) 16s ago 4m 35.1M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 c3e3185ad1d0 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.4 smithi162 running (4m) 16s ago 4m 33.8M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 3f6b0bd0c4f7 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.5 smithi142 running (3m) 16s ago 3m 34.0M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 9b322c87e45f 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.6 smithi162 running (4m) 16s ago 4m 34.2M 3785M 16.2.14-454-g491b5e13 5debfd7ac2a7 43de203eb491 2024-01-18T05:33:16.640 INFO:teuthology.orchestra.run.smithi142.stdout:osd.7 smithi142 running (3m) 16s ago 3m 36.4M 3529M 16.2.14-454-g491b5e13 5debfd7ac2a7 a4c9a7c8155d 2024-01-18T05:33:16.641 INFO:teuthology.orchestra.run.smithi142.stdout:prometheus.smithi162 smithi162 *:9095 running (5m) 16s ago 5m 54.7M - 2.33.4 514e6a882f6e 711e8664f214 2024-01-18T05:33:16.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:16 smithi142 bash[16247]: cluster 2024-01-18T05:33:15.364149+0000 mgr.smithi142.tzoxhd (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:16 smithi162 bash[19760]: cluster 2024-01-18T05:33:15.364149+0000 mgr.smithi142.tzoxhd (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:17.253 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T05:33:17.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:17 smithi142 bash[16247]: audit 2024-01-18T05:33:16.604078+0000 mgr.smithi142.tzoxhd (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:17.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:17 smithi162 bash[19760]: audit 2024-01-18T05:33:16.604078+0000 mgr.smithi142.tzoxhd (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:18.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:18 smithi142 bash[16247]: cluster 2024-01-18T05:33:17.364587+0000 mgr.smithi142.tzoxhd (mgr.14182) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:18.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:18 smithi162 bash[19760]: cluster 2024-01-18T05:33:17.364587+0000 mgr.smithi142.tzoxhd (mgr.14182) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:20.377 INFO:teuthology.orchestra.run.smithi142.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T05:33:20.377 INFO:teuthology.orchestra.run.smithi142.stdout:alertmanager ?:9093,9094 1/1 20s ago 6m count:1 2024-01-18T05:33:20.377 INFO:teuthology.orchestra.run.smithi142.stdout:crash 2/2 20s ago 6m * 2024-01-18T05:33:20.377 INFO:teuthology.orchestra.run.smithi142.stdout:grafana ?:3000 1/1 20s ago 6m count:1 2024-01-18T05:33:20.377 INFO:teuthology.orchestra.run.smithi142.stdout:mgr 2/2 20s ago 6m count:2 2024-01-18T05:33:20.378 INFO:teuthology.orchestra.run.smithi142.stdout:mon 2/2 20s ago 5m smithi142:172.21.15.142=smithi142;smithi162:172.21.15.162=smithi162;count:2 2024-01-18T05:33:20.378 INFO:teuthology.orchestra.run.smithi142.stdout:node-exporter ?:9100 2/2 20s ago 6m * 2024-01-18T05:33:20.378 INFO:teuthology.orchestra.run.smithi142.stdout:osd.all-available-devices 8 20s ago 5m * 2024-01-18T05:33:20.378 INFO:teuthology.orchestra.run.smithi142.stdout:prometheus ?:9095 1/1 20s ago 6m count:1 2024-01-18T05:33:20.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:20 smithi142 bash[16247]: cluster 2024-01-18T05:33:19.365163+0000 mgr.smithi142.tzoxhd (mgr.14182) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:20.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:20 smithi162 bash[19760]: cluster 2024-01-18T05:33:19.365163+0000 mgr.smithi142.tzoxhd (mgr.14182) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:20.931 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T05:33:21.838 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:21 smithi142 bash[16247]: audit 2024-01-18T05:33:20.355860+0000 mgr.smithi142.tzoxhd (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:21.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:21 smithi162 bash[19760]: audit 2024-01-18T05:33:20.355860+0000 mgr.smithi142.tzoxhd (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:22.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:22 smithi142 bash[16247]: cluster 2024-01-18T05:33:21.365754+0000 mgr.smithi142.tzoxhd (mgr.14182) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:22.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:22 smithi162 bash[19760]: cluster 2024-01-18T05:33:21.365754+0000 mgr.smithi142.tzoxhd (mgr.14182) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:24.134 INFO:teuthology.orchestra.run.smithi142.stdout:HOST ADDR LABELS STATUS 2024-01-18T05:33:24.134 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 172.21.15.142 2024-01-18T05:33:24.134 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 172.21.15.162 2024-01-18T05:33:24.134 INFO:teuthology.orchestra.run.smithi142.stdout:2 hosts in cluster 2024-01-18T05:33:24.737 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T05:33:24.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:24 smithi142 bash[16247]: cluster 2024-01-18T05:33:23.366327+0000 mgr.smithi142.tzoxhd (mgr.14182) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:24.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:24 smithi162 bash[19760]: cluster 2024-01-18T05:33:23.366327+0000 mgr.smithi142.tzoxhd (mgr.14182) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:25.810 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:25 smithi142 bash[16247]: audit 2024-01-18T05:33:24.121817+0000 mgr.smithi142.tzoxhd (mgr.14182) 219 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:25.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:25 smithi162 bash[19760]: audit 2024-01-18T05:33:24.121817+0000 mgr.smithi142.tzoxhd (mgr.14182) 219 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:26.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:26 smithi142 bash[16247]: cluster 2024-01-18T05:33:25.366942+0000 mgr.smithi142.tzoxhd (mgr.14182) 220 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:26.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:26 smithi162 bash[19760]: cluster 2024-01-18T05:33:25.366942+0000 mgr.smithi142.tzoxhd (mgr.14182) 220 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme0n1 ssd _CVFT6303009Y400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme1n1 ssd _2563947f19733566 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme2n1 ssd _966bb3f0d06540b4 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme3n1 ssd _171a02ac567bff67 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme4n1 ssd _e8f0df60fb0a0181 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme0n1 ssd _CVFT623300JU400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme1n1 ssd _205bc063d6a22af0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.846 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme2n1 ssd _df20eafd4928777d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.847 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme3n1 ssd _22a8d894d8b315f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:27.847 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme4n1 ssd _af2d35f8a5ebe558 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:28.445 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T05:33:28.454 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T05:33:28.455 INFO:tasks.vip:peername 172.21.15.142 2024-01-18T05:33:28.457 INFO:tasks.vip:172.21.15.142 in 172.21.0.0/20, pos 3981 2024-01-18T05:33:28.462 INFO:tasks.vip:smithi142.front.sepia.ceph.com static 10.0.15.142, vnet 10.0.0.0/16 2024-01-18T05:33:28.462 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T05:33:28.462 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip route ls 2024-01-18T05:33:28.477 INFO:teuthology.orchestra.run.smithi142.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T05:33:28.477 INFO:teuthology.orchestra.run.smithi142.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.142 metric 100 2024-01-18T05:33:28.477 INFO:teuthology.orchestra.run.smithi142.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T05:33:28.477 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.142 2024-01-18T05:33:28.477 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.142 metric 100 2024-01-18T05:33:28.478 INFO:tasks.vip:Configuring 10.0.15.142 on smithi142.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T05:33:28.478 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr add 10.0.15.142/16 dev enp3s0f1 2024-01-18T05:33:28.537 INFO:tasks.vip:peername 172.21.15.162 2024-01-18T05:33:28.540 INFO:tasks.vip:172.21.15.162 in 172.21.0.0/20, pos 4001 2024-01-18T05:33:28.544 INFO:tasks.vip:smithi162.front.sepia.ceph.com static 10.0.15.162, vnet 10.0.0.0/16 2024-01-18T05:33:28.544 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip route ls 2024-01-18T05:33:28.557 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T05:33:28.557 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.162 metric 100 2024-01-18T05:33:28.557 INFO:teuthology.orchestra.run.smithi162.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T05:33:28.557 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.162 2024-01-18T05:33:28.557 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.162 metric 100 2024-01-18T05:33:28.558 INFO:tasks.vip:Configuring 10.0.15.162 on smithi162.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T05:33:28.558 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr add 10.0.15.162/16 dev enp3s0f1 2024-01-18T05:33:28.615 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T05:33:28.624 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:33:28.624 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T05:33:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:28 smithi142 bash[16247]: cluster 2024-01-18T05:33:27.367505+0000 mgr.smithi142.tzoxhd (mgr.14182) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:28 smithi142 bash[16247]: audit 2024-01-18T05:33:27.831793+0000 mgr.smithi142.tzoxhd (mgr.14182) 222 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:28.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:28 smithi162 bash[19760]: cluster 2024-01-18T05:33:27.367505+0000 mgr.smithi142.tzoxhd (mgr.14182) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:28.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:28 smithi162 bash[19760]: audit 2024-01-18T05:33:27.831793+0000 mgr.smithi142.tzoxhd (mgr.14182) 222 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:30.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:30 smithi142 bash[16247]: cluster 2024-01-18T05:33:29.368120+0000 mgr.smithi142.tzoxhd (mgr.14182) 223 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:30.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:30 smithi162 bash[19760]: cluster 2024-01-18T05:33:29.368120+0000 mgr.smithi142.tzoxhd (mgr.14182) 223 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:31.788 INFO:teuthology.orchestra.run.smithi142.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T05:33:31.788 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme0n1 ssd _CVFT6303009Y400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme1n1 ssd _2563947f19733566 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme2n1 ssd _966bb3f0d06540b4 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme3n1 ssd _171a02ac567bff67 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142 /dev/nvme4n1 ssd _e8f0df60fb0a0181 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme0n1 ssd _CVFT623300JU400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme1n1 ssd _205bc063d6a22af0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme2n1 ssd _df20eafd4928777d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme3n1 ssd _22a8d894d8b315f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:31.789 INFO:teuthology.orchestra.run.smithi142.stdout:smithi162 /dev/nvme4n1 ssd _af2d35f8a5ebe558 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T05:33:32.362 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T05:33:32.372 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:33:32.372 DEBUG:teuthology.orchestra.run.smithi142:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T05:33:32.382 INFO:teuthology.orchestra.run.smithi142.stderr:+ systemctl stop nfs-server 2024-01-18T05:33:32.406 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi162.front.sepia.ceph.com 2024-01-18T05:33:32.406 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T05:33:32.420 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2024-01-18T05:33:32.442 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T05:33:32.451 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:33:32.451 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-18T05:33:32.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:32 smithi142 bash[16247]: cluster 2024-01-18T05:33:31.368624+0000 mgr.smithi142.tzoxhd (mgr.14182) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:32.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:32 smithi142 bash[16247]: audit 2024-01-18T05:33:31.769281+0000 mgr.smithi142.tzoxhd (mgr.14182) 225 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:32.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:32 smithi142 bash[16247]: audit 2024-01-18T05:33:31.807949+0000 mon.smithi142 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:33:32.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:32 smithi162 bash[19760]: cluster 2024-01-18T05:33:31.368624+0000 mgr.smithi142.tzoxhd (mgr.14182) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:32.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:32 smithi162 bash[19760]: audit 2024-01-18T05:33:31.769281+0000 mgr.smithi142.tzoxhd (mgr.14182) 225 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:32.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:32 smithi162 bash[19760]: audit 2024-01-18T05:33:31.807949+0000 mon.smithi142 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:33:34.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:34 smithi142 bash[16247]: cluster 2024-01-18T05:33:33.369185+0000 mgr.smithi142.tzoxhd (mgr.14182) 226 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:34.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:34 smithi162 bash[19760]: cluster 2024-01-18T05:33:33.369185+0000 mgr.smithi142.tzoxhd (mgr.14182) 226 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:36.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:36 smithi142 bash[16247]: cluster 2024-01-18T05:33:35.369762+0000 mgr.smithi142.tzoxhd (mgr.14182) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:36.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:36 smithi142 bash[16247]: audit 2024-01-18T05:33:35.482089+0000 mgr.smithi142.tzoxhd (mgr.14182) 228 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:36.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:36 smithi142 bash[16247]: audit 2024-01-18T05:33:35.483136+0000 mon.smithi142 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T05:33:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:36 smithi162 bash[19760]: cluster 2024-01-18T05:33:35.369762+0000 mgr.smithi142.tzoxhd (mgr.14182) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:36 smithi162 bash[19760]: audit 2024-01-18T05:33:35.482089+0000 mgr.smithi142.tzoxhd (mgr.14182) 228 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:36 smithi162 bash[19760]: audit 2024-01-18T05:33:35.483136+0000 mon.smithi142 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T05:33:37.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: debug 2024-01-18T05:33:37.003+0000 7f460cac8700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T05:33:37.652 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.142/16 --port 2999' 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:35.984797+0000 mon.smithi142 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:35.985053+0000 mon.smithi142 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:35.988337+0000 mon.smithi142 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:36.991928+0000 mon.smithi142 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:36.993075+0000 mon.smithi142 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:36.999659+0000 mon.smithi142 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:37.005451+0000 mon.smithi142 (mon.0) 610 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:37.005492+0000 mon.smithi142 (mon.0) 611 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T05:33:37.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:37.014003+0000 mon.smithi142 (mon.0) 612 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T05:33:37.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:37.014271+0000 mon.smithi142 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T05:33:37.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: cluster 2024-01-18T05:33:37.014364+0000 mon.smithi142 (mon.0) 614 : cluster [DBG] fsmap foofs:0 2024-01-18T05:33:37.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:37 smithi142 bash[16247]: audit 2024-01-18T05:33:37.023049+0000 mon.smithi142 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:37.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:35.984797+0000 mon.smithi142 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T05:33:37.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:35.985053+0000 mon.smithi142 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T05:33:37.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:35.988337+0000 mon.smithi142 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T05:33:37.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:36.991928+0000 mon.smithi142 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:36.993075+0000 mon.smithi142 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:36.999659+0000 mon.smithi142 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:37.005451+0000 mon.smithi142 (mon.0) 610 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:37.005492+0000 mon.smithi142 (mon.0) 611 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:37.014003+0000 mon.smithi142 (mon.0) 612 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:37.014271+0000 mon.smithi142 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T05:33:37.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: cluster 2024-01-18T05:33:37.014364+0000 mon.smithi142 (mon.0) 614 : cluster [DBG] fsmap foofs:0 2024-01-18T05:33:37.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:37 smithi162 bash[19760]: audit 2024-01-18T05:33:37.023049+0000 mon.smithi142 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:38.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:38 smithi142 bash[16247]: cephadm 2024-01-18T05:33:37.018138+0000 mgr.smithi142.tzoxhd (mgr.14182) 229 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T05:33:38.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:38 smithi142 bash[16247]: cluster 2024-01-18T05:33:37.370431+0000 mgr.smithi142.tzoxhd (mgr.14182) 230 : cluster [DBG] pgmap v209: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:38.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:38 smithi142 bash[16247]: audit 2024-01-18T05:33:37.626578+0000 mon.smithi142 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:38.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:38 smithi142 bash[16247]: cluster 2024-01-18T05:33:38.021124+0000 mon.smithi142 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T05:33:39.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:38 smithi162 bash[19760]: cephadm 2024-01-18T05:33:37.018138+0000 mgr.smithi142.tzoxhd (mgr.14182) 229 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T05:33:39.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:38 smithi162 bash[19760]: cluster 2024-01-18T05:33:37.370431+0000 mgr.smithi142.tzoxhd (mgr.14182) 230 : cluster [DBG] pgmap v209: 65 pgs: 1 creating+peering, 1 active+clean, 63 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:39.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:38 smithi162 bash[19760]: audit 2024-01-18T05:33:37.626578+0000 mon.smithi142 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:39.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:38 smithi162 bash[19760]: cluster 2024-01-18T05:33:38.021124+0000 mon.smithi142 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T05:33:40.304 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:40 smithi142 bash[16247]: cluster 2024-01-18T05:33:39.031017+0000 mon.smithi142 (mon.0) 618 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T05:33:40.305 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:40 smithi142 bash[16247]: audit 2024-01-18T05:33:39.202962+0000 mon.smithi142 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:40.305 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:40 smithi142 bash[16247]: cluster 2024-01-18T05:33:39.371043+0000 mgr.smithi142.tzoxhd (mgr.14182) 231 : cluster [DBG] pgmap v212: 65 pgs: 6 creating+peering, 35 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:40.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:40 smithi162 bash[19760]: cluster 2024-01-18T05:33:39.031017+0000 mon.smithi142 (mon.0) 618 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T05:33:40.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:40 smithi162 bash[19760]: audit 2024-01-18T05:33:39.202962+0000 mon.smithi142 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:40.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:40 smithi162 bash[19760]: cluster 2024-01-18T05:33:39.371043+0000 mgr.smithi142.tzoxhd (mgr.14182) 231 : cluster [DBG] pgmap v212: 65 pgs: 6 creating+peering, 35 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:41.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:41 smithi142 bash[16247]: audit 2024-01-18T05:33:40.745334+0000 mgr.smithi142.tzoxhd (mgr.14182) 232 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.142/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:41.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:41 smithi142 bash[16247]: audit 2024-01-18T05:33:40.747045+0000 mon.smithi142 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T05:33:41.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:41 smithi162 bash[19760]: audit 2024-01-18T05:33:40.745334+0000 mgr.smithi142.tzoxhd (mgr.14182) 232 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.142/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:41.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:41 smithi162 bash[19760]: audit 2024-01-18T05:33:40.747045+0000 mon.smithi142 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T05:33:42.297 INFO:teuthology.orchestra.run.smithi142.stdout:NFS Cluster Created Successfully 2024-01-18T05:33:42.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:42 smithi142 bash[16247]: audit 2024-01-18T05:33:41.225391+0000 mon.smithi142 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T05:33:42.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:42 smithi142 bash[16247]: cluster 2024-01-18T05:33:41.225517+0000 mon.smithi142 (mon.0) 622 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T05:33:42.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:42 smithi142 bash[16247]: audit 2024-01-18T05:33:41.231766+0000 mon.smithi142 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T05:33:42.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:42 smithi142 bash[16247]: cluster 2024-01-18T05:33:41.371775+0000 mgr.smithi142.tzoxhd (mgr.14182) 233 : cluster [DBG] pgmap v214: 97 pgs: 6 creating+peering, 57 active+clean, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:42.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:42 smithi162 bash[19760]: audit 2024-01-18T05:33:41.225391+0000 mon.smithi142 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T05:33:42.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:42 smithi162 bash[19760]: cluster 2024-01-18T05:33:41.225517+0000 mon.smithi142 (mon.0) 622 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T05:33:42.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:42 smithi162 bash[19760]: audit 2024-01-18T05:33:41.231766+0000 mon.smithi142 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T05:33:42.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:42 smithi162 bash[19760]: cluster 2024-01-18T05:33:41.371775+0000 mgr.smithi142.tzoxhd (mgr.14182) 233 : cluster [DBG] pgmap v214: 97 pgs: 6 creating+peering, 57 active+clean, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:42.996 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-18T05:33:43.541 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: audit 2024-01-18T05:33:42.235114+0000 mon.smithi142 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T05:33:43.541 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: cluster 2024-01-18T05:33:42.235454+0000 mon.smithi142 (mon.0) 625 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T05:33:43.542 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: cephadm 2024-01-18T05:33:42.273332+0000 mgr.smithi142.tzoxhd (mgr.14182) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T05:33:43.542 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: audit 2024-01-18T05:33:42.277309+0000 mon.smithi142 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:43.542 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: cephadm 2024-01-18T05:33:42.279617+0000 mgr.smithi142.tzoxhd (mgr.14182) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T05:33:43.542 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:43 smithi162 bash[19760]: audit 2024-01-18T05:33:42.285355+0000 mon.smithi142 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: audit 2024-01-18T05:33:42.235114+0000 mon.smithi142 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: cluster 2024-01-18T05:33:42.235454+0000 mon.smithi142 (mon.0) 625 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: cephadm 2024-01-18T05:33:42.273332+0000 mgr.smithi142.tzoxhd (mgr.14182) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: audit 2024-01-18T05:33:42.277309+0000 mon.smithi142 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: cephadm 2024-01-18T05:33:42.279617+0000 mgr.smithi142.tzoxhd (mgr.14182) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T05:33:43.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:43 smithi142 bash[16247]: audit 2024-01-18T05:33:42.285355+0000 mon.smithi142 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:44.412 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:44 smithi142 bash[16247]: cluster 2024-01-18T05:33:43.237505+0000 mon.smithi142 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T05:33:44.412 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:44 smithi142 bash[16247]: cluster 2024-01-18T05:33:43.298547+0000 mon.smithi142 (mon.0) 629 : cluster [DBG] mgrmap e19: smithi142.tzoxhd(active, since 6m), standbys: smithi162.wvlspo 2024-01-18T05:33:44.412 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:44 smithi142 bash[16247]: cluster 2024-01-18T05:33:43.372518+0000 mgr.smithi142.tzoxhd (mgr.14182) 236 : cluster [DBG] pgmap v217: 97 pgs: 4 creating+peering, 76 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:44.412 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:44 smithi142 bash[16247]: audit 2024-01-18T05:33:43.493974+0000 mon.smithi142 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:44.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:44 smithi162 bash[19760]: cluster 2024-01-18T05:33:43.237505+0000 mon.smithi142 (mon.0) 628 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T05:33:44.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:44 smithi162 bash[19760]: cluster 2024-01-18T05:33:43.298547+0000 mon.smithi142 (mon.0) 629 : cluster [DBG] mgrmap e19: smithi142.tzoxhd(active, since 6m), standbys: smithi162.wvlspo 2024-01-18T05:33:44.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:44 smithi162 bash[19760]: cluster 2024-01-18T05:33:43.372518+0000 mgr.smithi142.tzoxhd (mgr.14182) 236 : cluster [DBG] pgmap v217: 97 pgs: 4 creating+peering, 76 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:44.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:44 smithi162 bash[19760]: audit 2024-01-18T05:33:43.493974+0000 mon.smithi142 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:46.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:46 smithi142 bash[16247]: cluster 2024-01-18T05:33:45.373579+0000 mgr.smithi142.tzoxhd (mgr.14182) 237 : cluster [DBG] pgmap v218: 97 pgs: 4 creating+peering, 93 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:46.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:46 smithi162 bash[19760]: cluster 2024-01-18T05:33:45.373579+0000 mgr.smithi142.tzoxhd (mgr.14182) 237 : cluster [DBG] pgmap v218: 97 pgs: 4 creating+peering, 93 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:47.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:47 smithi142 bash[16247]: audit 2024-01-18T05:33:46.458708+0000 mgr.smithi142.tzoxhd (mgr.14182) 238 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:47.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:47 smithi142 bash[16247]: audit 2024-01-18T05:33:47.375118+0000 mon.smithi142 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:47.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:47 smithi162 bash[19760]: audit 2024-01-18T05:33:46.458708+0000 mgr.smithi142.tzoxhd (mgr.14182) 238 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T05:33:47.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:47 smithi162 bash[19760]: audit 2024-01-18T05:33:47.375118+0000 mon.smithi142 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:48.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:48 smithi142 bash[16247]: cluster 2024-01-18T05:33:47.374292+0000 mgr.smithi142.tzoxhd (mgr.14182) 239 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:48.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:48 smithi162 bash[19760]: cluster 2024-01-18T05:33:47.374292+0000 mgr.smithi142.tzoxhd (mgr.14182) 239 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: cluster 2024-01-18T05:33:49.375366+0000 mgr.smithi142.tzoxhd (mgr.14182) 240 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.219526+0000 mon.smithi142 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.221612+0000 mon.smithi142 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.223156+0000 mon.smithi142 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.229886+0000 mon.smithi142 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.236638+0000 mon.smithi142 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.256722+0000 mon.smithi142 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.257827+0000 mon.smithi142 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.uzxuni", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T05:33:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.261374+0000 mon.smithi142 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.uzxuni", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T05:33:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:50 smithi142 bash[16247]: audit 2024-01-18T05:33:50.262328+0000 mon.smithi142 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:50.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: cluster 2024-01-18T05:33:49.375366+0000 mgr.smithi142.tzoxhd (mgr.14182) 240 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:50.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.219526+0000 mon.smithi142 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.221612+0000 mon.smithi142 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:50.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.223156+0000 mon.smithi142 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.229886+0000 mon.smithi142 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.236638+0000 mon.smithi142 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.256722+0000 mon.smithi142 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.257827+0000 mon.smithi142 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.uzxuni", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.261374+0000 mon.smithi142 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.uzxuni", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T05:33:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:50 smithi162 bash[19760]: audit 2024-01-18T05:33:50.262328+0000 mon.smithi142 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:51.560 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:51 smithi162 bash[19760]: cephadm 2024-01-18T05:33:50.263226+0000 mgr.smithi142.tzoxhd (mgr.14182) 241 : cephadm [INF] Deploying daemon mds.foofs.smithi162.uzxuni on smithi162 2024-01-18T05:33:51.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:51 smithi142 bash[16247]: cephadm 2024-01-18T05:33:50.263226+0000 mgr.smithi142.tzoxhd (mgr.14182) 241 : cephadm [INF] Deploying daemon mds.foofs.smithi162.uzxuni on smithi162 2024-01-18T05:33:52.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:52 smithi162 bash[19760]: cluster 2024-01-18T05:33:51.376348+0000 mgr.smithi142.tzoxhd (mgr.14182) 242 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:52.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:52 smithi162 bash[19760]: audit 2024-01-18T05:33:52.391101+0000 mon.smithi142 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:52.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:52 smithi162 bash[19760]: audit 2024-01-18T05:33:52.393984+0000 mon.smithi142 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.hfvhek", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T05:33:52.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:52 smithi162 bash[19760]: audit 2024-01-18T05:33:52.400654+0000 mon.smithi142 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.hfvhek", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T05:33:52.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:52 smithi162 bash[19760]: audit 2024-01-18T05:33:52.402321+0000 mon.smithi142 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:52 smithi142 bash[16247]: cluster 2024-01-18T05:33:51.376348+0000 mgr.smithi142.tzoxhd (mgr.14182) 242 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:52 smithi142 bash[16247]: audit 2024-01-18T05:33:52.391101+0000 mon.smithi142 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:52 smithi142 bash[16247]: audit 2024-01-18T05:33:52.393984+0000 mon.smithi142 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.hfvhek", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T05:33:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:52 smithi142 bash[16247]: audit 2024-01-18T05:33:52.400654+0000 mon.smithi142 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.hfvhek", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T05:33:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:52 smithi142 bash[16247]: audit 2024-01-18T05:33:52.402321+0000 mon.smithi142 (mon.0) 644 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:53.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:53 smithi162 bash[19760]: cephadm 2024-01-18T05:33:52.403929+0000 mgr.smithi142.tzoxhd (mgr.14182) 243 : cephadm [INF] Deploying daemon mds.foofs.smithi142.hfvhek on smithi142 2024-01-18T05:33:53.816 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:53 smithi142 bash[16247]: cephadm 2024-01-18T05:33:52.403929+0000 mgr.smithi142.tzoxhd (mgr.14182) 243 : cephadm [INF] Deploying daemon mds.foofs.smithi142.hfvhek on smithi142 2024-01-18T05:33:54.669 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:53.377311+0000 mgr.smithi142.tzoxhd (mgr.14182) 244 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:54.669 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.439922+0000 mon.smithi142 (mon.0) 645 : cluster [INF] daemon mds.foofs.smithi162.uzxuni assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T05:33:54.669 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.440094+0000 mon.smithi142 (mon.0) 646 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.440129+0000 mon.smithi142 (mon.0) 647 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.440149+0000 mon.smithi142 (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.444332+0000 mon.smithi142 (mon.0) 649 : cluster [DBG] mds.? [v2:172.21.15.162:6832/2453499473,v1:172.21.15.162:6833/2453499473] up:boot 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.444395+0000 mon.smithi142 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:creating} 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: audit 2024-01-18T05:33:54.444814+0000 mon.smithi142 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.uzxuni"}]: dispatch 2024-01-18T05:33:54.670 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:54 smithi142 bash[16247]: cluster 2024-01-18T05:33:54.468162+0000 mon.smithi142 (mon.0) 652 : cluster [INF] daemon mds.foofs.smithi162.uzxuni is now active in filesystem foofs as rank 0 2024-01-18T05:33:54.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:53.377311+0000 mgr.smithi142.tzoxhd (mgr.14182) 244 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:33:54.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.439922+0000 mon.smithi142 (mon.0) 645 : cluster [INF] daemon mds.foofs.smithi162.uzxuni assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T05:33:54.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.440094+0000 mon.smithi142 (mon.0) 646 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T05:33:54.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.440129+0000 mon.smithi142 (mon.0) 647 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T05:33:54.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.440149+0000 mon.smithi142 (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-01-18T05:33:54.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.444332+0000 mon.smithi142 (mon.0) 649 : cluster [DBG] mds.? [v2:172.21.15.162:6832/2453499473,v1:172.21.15.162:6833/2453499473] up:boot 2024-01-18T05:33:54.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.444395+0000 mon.smithi142 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:creating} 2024-01-18T05:33:54.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: audit 2024-01-18T05:33:54.444814+0000 mon.smithi142 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.uzxuni"}]: dispatch 2024-01-18T05:33:54.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:54 smithi162 bash[19760]: cluster 2024-01-18T05:33:54.468162+0000 mon.smithi142 (mon.0) 652 : cluster [INF] daemon mds.foofs.smithi162.uzxuni is now active in filesystem foofs as rank 0 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout:{ 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout: "bind": "/fake", 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout: "fs": "foofs", 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout: "path": "/", 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout: "cluster": "foo", 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout: "mode": "RW" 2024-01-18T05:33:55.485 INFO:teuthology.orchestra.run.smithi142.stdout:} 2024-01-18T05:33:55.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.697600+0000 mon.smithi142 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:55.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.703733+0000 mon.smithi142 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:55.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cephadm 2024-01-18T05:33:54.732576+0000 mgr.smithi142.tzoxhd (mgr.14182) 245 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi142.ivqdzw 2024-01-18T05:33:55.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.733088+0000 mon.smithi142 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.738093+0000 mon.smithi142 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cephadm 2024-01-18T05:33:54.738869+0000 mgr.smithi142.tzoxhd (mgr.14182) 246 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.739250+0000 mon.smithi142 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.744991+0000 mon.smithi142 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.746221+0000 mon.smithi142 (mon.0) 659 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.803292+0000 mon.smithi142 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.807000+0000 mon.smithi142 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cephadm 2024-01-18T05:33:54.868998+0000 mgr.smithi142.tzoxhd (mgr.14182) 247 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cephadm 2024-01-18T05:33:54.869164+0000 mgr.smithi142.tzoxhd (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi142.ivqdzw-rgw 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.869782+0000 mon.smithi142 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.876434+0000 mon.smithi142 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:54.885916+0000 mon.smithi142 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cephadm 2024-01-18T05:33:54.887489+0000 mgr.smithi142.tzoxhd (mgr.14182) 249 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi142.ivqdzw on smithi142 2024-01-18T05:33:55.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cluster 2024-01-18T05:33:55.455115+0000 mon.smithi142 (mon.0) 665 : cluster [DBG] mds.? [v2:172.21.15.162:6832/2453499473,v1:172.21.15.162:6833/2453499473] up:active 2024-01-18T05:33:55.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: cluster 2024-01-18T05:33:55.455247+0000 mon.smithi142 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 2024-01-18T05:33:55.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:55.458695+0000 mon.smithi142 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:55.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:55 smithi142 bash[16247]: audit 2024-01-18T05:33:55.463972+0000 mon.smithi142 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:56.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.697600+0000 mon.smithi142 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.703733+0000 mon.smithi142 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cephadm 2024-01-18T05:33:54.732576+0000 mgr.smithi142.tzoxhd (mgr.14182) 245 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi142.ivqdzw 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.733088+0000 mon.smithi142 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.738093+0000 mon.smithi142 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cephadm 2024-01-18T05:33:54.738869+0000 mgr.smithi142.tzoxhd (mgr.14182) 246 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.739250+0000 mon.smithi142 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.744991+0000 mon.smithi142 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.746221+0000 mon.smithi142 (mon.0) 659 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.803292+0000 mon.smithi142 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.807000+0000 mon.smithi142 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cephadm 2024-01-18T05:33:54.868998+0000 mgr.smithi142.tzoxhd (mgr.14182) 247 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cephadm 2024-01-18T05:33:54.869164+0000 mgr.smithi142.tzoxhd (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi142.ivqdzw-rgw 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.869782+0000 mon.smithi142 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T05:33:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.876434+0000 mon.smithi142 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi142.ivqdzw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:54.885916+0000 mon.smithi142 (mon.0) 664 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cephadm 2024-01-18T05:33:54.887489+0000 mgr.smithi142.tzoxhd (mgr.14182) 249 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi142.ivqdzw on smithi142 2024-01-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cluster 2024-01-18T05:33:55.455115+0000 mon.smithi142 (mon.0) 665 : cluster [DBG] mds.? [v2:172.21.15.162:6832/2453499473,v1:172.21.15.162:6833/2453499473] up:active 2024-01-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: cluster 2024-01-18T05:33:55.455247+0000 mon.smithi142 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 2024-01-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:55.458695+0000 mon.smithi142 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:55 smithi162 bash[19760]: audit 2024-01-18T05:33:55.463972+0000 mon.smithi142 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 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-18T05:33:56.864 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T05:33:56.874 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T05:33:56.874 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:33:57.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:56 smithi142 bash[16247]: cluster 2024-01-18T05:33:55.378668+0000 mgr.smithi142.tzoxhd (mgr.14182) 250 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 104 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 716 B/s wr, 0 op/s 2024-01-18T05:33:57.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:56 smithi162 bash[19760]: cluster 2024-01-18T05:33:55.378668+0000 mgr.smithi142.tzoxhd (mgr.14182) 250 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 104 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 716 B/s wr, 0 op/s 2024-01-18T05:33:58.247 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:57 smithi142 bash[16247]: cluster 2024-01-18T05:33:56.880800+0000 mon.smithi142 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.142:6834/3886496006,v1:172.21.15.142:6835/3886496006] up:boot 2024-01-18T05:33:58.248 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:57 smithi142 bash[16247]: cluster 2024-01-18T05:33:56.881497+0000 mon.smithi142 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 1 up:standby 2024-01-18T05:33:58.248 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:57 smithi142 bash[16247]: audit 2024-01-18T05:33:56.882401+0000 mon.smithi142 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi142.hfvhek"}]: dispatch 2024-01-18T05:33:58.248 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:57 smithi142 bash[16247]: cluster 2024-01-18T05:33:56.893554+0000 mon.smithi142 (mon.0) 672 : cluster [DBG] mgrmap e20: smithi142.tzoxhd(active, since 6m), standbys: smithi162.wvlspo 2024-01-18T05:33:58.248 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:57 smithi142 bash[16247]: cluster 2024-01-18T05:33:56.893933+0000 mon.smithi142 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 1 up:standby 2024-01-18T05:33:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:57 smithi162 bash[19760]: cluster 2024-01-18T05:33:56.880800+0000 mon.smithi142 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.142:6834/3886496006,v1:172.21.15.142:6835/3886496006] up:boot 2024-01-18T05:33:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:57 smithi162 bash[19760]: cluster 2024-01-18T05:33:56.881497+0000 mon.smithi142 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 1 up:standby 2024-01-18T05:33:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:57 smithi162 bash[19760]: audit 2024-01-18T05:33:56.882401+0000 mon.smithi142 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi142.hfvhek"}]: dispatch 2024-01-18T05:33:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:57 smithi162 bash[19760]: cluster 2024-01-18T05:33:56.893554+0000 mon.smithi142 (mon.0) 672 : cluster [DBG] mgrmap e20: smithi142.tzoxhd(active, since 6m), standbys: smithi162.wvlspo 2024-01-18T05:33:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:57 smithi162 bash[19760]: cluster 2024-01-18T05:33:56.893933+0000 mon.smithi142 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.uzxuni=up:active} 1 up:standby 2024-01-18T05:33:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:58 smithi142 bash[16247]: cluster 2024-01-18T05:33:57.379524+0000 mgr.smithi142.tzoxhd (mgr.14182) 251 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 126 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 682 B/s wr, 0 op/s 2024-01-18T05:33:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:58 smithi142 bash[16247]: audit 2024-01-18T05:33:58.393992+0000 mon.smithi142 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:58 smithi142 bash[16247]: audit 2024-01-18T05:33:58.402975+0000 mon.smithi142 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:58 smithi142 bash[16247]: audit 2024-01-18T05:33:58.499285+0000 mon.smithi142 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:58 smithi142 bash[16247]: audit 2024-01-18T05:33:58.775137+0000 mon.smithi142 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:58 smithi162 bash[19760]: cluster 2024-01-18T05:33:57.379524+0000 mgr.smithi142.tzoxhd (mgr.14182) 251 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 126 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 682 B/s wr, 0 op/s 2024-01-18T05:33:59.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:58 smithi162 bash[19760]: audit 2024-01-18T05:33:58.393992+0000 mon.smithi142 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:58 smithi162 bash[19760]: audit 2024-01-18T05:33:58.402975+0000 mon.smithi142 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:58 smithi162 bash[19760]: audit 2024-01-18T05:33:58.499285+0000 mon.smithi142 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:33:59.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:58 smithi162 bash[19760]: audit 2024-01-18T05:33:58.775137+0000 mon.smithi142 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:00.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:33:59 smithi142 bash[16247]: cephadm 2024-01-18T05:33:58.418643+0000 mgr.smithi142.tzoxhd (mgr.14182) 252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vexjwo on smithi162 2024-01-18T05:34:00.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:33:59 smithi162 bash[19760]: cephadm 2024-01-18T05:33:58.418643+0000 mgr.smithi142.tzoxhd (mgr.14182) 252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vexjwo on smithi162 2024-01-18T05:34:01.019 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:01.019 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:33:39.192398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:33:37.612123Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:33:39.192651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:33:42.285731Z 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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:33:37.612529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:33:37.612809Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:33:37.613073Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:33:37.613621Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:33:37.613331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:01.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:00 smithi142 bash[16247]: cluster 2024-01-18T05:33:59.380650+0000 mgr.smithi142.tzoxhd (mgr.14182) 253 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-01-18T05:34:01.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:00 smithi162 bash[19760]: cluster 2024-01-18T05:33:59.380650+0000 mgr.smithi142.tzoxhd (mgr.14182) 253 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-01-18T05:34:01.629 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T05:34:02.630 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:03.194 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:02 smithi142 bash[16247]: audit 2024-01-18T05:34:00.998077+0000 mgr.smithi142.tzoxhd (mgr.14182) 254 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:03.195 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:02 smithi142 bash[16247]: cluster 2024-01-18T05:34:01.381664+0000 mgr.smithi142.tzoxhd (mgr.14182) 255 : cluster [DBG] pgmap v226: 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-18T05:34:03.195 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:02 smithi142 bash[16247]: audit 2024-01-18T05:34:02.241845+0000 mon.smithi142 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vexjwo"}]: dispatch 2024-01-18T05:34:03.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:02 smithi162 bash[19760]: audit 2024-01-18T05:34:00.998077+0000 mgr.smithi142.tzoxhd (mgr.14182) 254 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:03.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:02 smithi162 bash[19760]: cluster 2024-01-18T05:34:01.381664+0000 mgr.smithi142.tzoxhd (mgr.14182) 255 : cluster [DBG] pgmap v226: 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-18T05:34:03.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:02 smithi162 bash[19760]: audit 2024-01-18T05:34:02.241845+0000 mon.smithi142 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vexjwo"}]: dispatch 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: cephadm 2024-01-18T05:34:02.240670+0000 mgr.smithi142.tzoxhd (mgr.14182) 256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: cephadm 2024-01-18T05:34:02.241188+0000 mgr.smithi142.tzoxhd (mgr.14182) 257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: cephadm 2024-01-18T05:34:02.243564+0000 mgr.smithi142.tzoxhd (mgr.14182) 258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:03 smithi142 bash[16247]: cephadm 2024-01-18T05:34:02.248565+0000 mgr.smithi142.tzoxhd (mgr.14182) 259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.wxrvlm on smithi142 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: cephadm 2024-01-18T05:34:02.240670+0000 mgr.smithi142.tzoxhd (mgr.14182) 256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: cephadm 2024-01-18T05:34:02.241188+0000 mgr.smithi142.tzoxhd (mgr.14182) 257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: cephadm 2024-01-18T05:34:02.243564+0000 mgr.smithi142.tzoxhd (mgr.14182) 258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vexjwo ... 2024-01-18T05:34:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:04.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:04.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:04.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:04.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:03 smithi162 bash[19760]: cephadm 2024-01-18T05:34:02.248565+0000 mgr.smithi142.tzoxhd (mgr.14182) 259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.wxrvlm on smithi142 2024-01-18T05:34:05.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:04 smithi142 bash[16247]: cluster 2024-01-18T05:34:03.382689+0000 mgr.smithi142.tzoxhd (mgr.14182) 260 : cluster [DBG] pgmap v227: 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-18T05:34:05.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:04 smithi162 bash[19760]: cluster 2024-01-18T05:34:03.382689+0000 mgr.smithi142.tzoxhd (mgr.14182) 260 : cluster [DBG] pgmap v227: 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-18T05:34:05.923 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:05.924 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:33:39.192398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:33:37.612123Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:33:39.192651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:33:42.285731Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T05:34:02.243273Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\nDeploy daemon haproxy.nfs.foo.smithi162.vexjwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:33:37.612529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:33:37.612809Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:33:37.613073Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:33:37.613621Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:33:37.613331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:06.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:05 smithi142 bash[16247]: cluster 2024-01-18T05:34:05.383782+0000 mgr.smithi142.tzoxhd (mgr.14182) 261 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-18T05:34:06.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:05 smithi142 bash[16247]: audit 2024-01-18T05:34:05.902468+0000 mgr.smithi142.tzoxhd (mgr.14182) 262 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:06.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:05 smithi162 bash[19760]: cluster 2024-01-18T05:34:05.383782+0000 mgr.smithi142.tzoxhd (mgr.14182) 261 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-18T05:34:06.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:05 smithi162 bash[19760]: audit 2024-01-18T05:34:05.902468+0000 mgr.smithi142.tzoxhd (mgr.14182) 262 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:06.615 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T05:34:07.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cephadm 2024-01-18T05:34:06.101022+0000 mgr.smithi142.tzoxhd (mgr.14182) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cephadm 2024-01-18T05:34:06.101642+0000 mgr.smithi142.tzoxhd (mgr.14182) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: audit 2024-01-18T05:34:06.102231+0000 mon.smithi142 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.wxrvlm"}]: dispatch 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cephadm 2024-01-18T05:34:06.103294+0000 mgr.smithi142.tzoxhd (mgr.14182) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.wxrvlm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: audit 2024-01-18T05:34:06.112277+0000 mon.smithi142 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cephadm 2024-01-18T05:34:06.112741+0000 mgr.smithi142.tzoxhd (mgr.14182) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.onljkc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cephadm 2024-01-18T05:34:06.114999+0000 mgr.smithi142.tzoxhd (mgr.14182) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: cluster 2024-01-18T05:34:06.116006+0000 mgr.smithi142.tzoxhd (mgr.14182) 268 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-18T05:34:07.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:06 smithi142 bash[16247]: audit 2024-01-18T05:34:06.116253+0000 mon.smithi142 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:34:07.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cephadm 2024-01-18T05:34:06.101022+0000 mgr.smithi142.tzoxhd (mgr.14182) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cephadm 2024-01-18T05:34:06.101642+0000 mgr.smithi142.tzoxhd (mgr.14182) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: audit 2024-01-18T05:34:06.102231+0000 mon.smithi142 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.wxrvlm"}]: dispatch 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cephadm 2024-01-18T05:34:06.103294+0000 mgr.smithi142.tzoxhd (mgr.14182) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.wxrvlm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.wxrvlm ... 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: audit 2024-01-18T05:34:06.112277+0000 mon.smithi142 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cephadm 2024-01-18T05:34:06.112741+0000 mgr.smithi142.tzoxhd (mgr.14182) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.onljkc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cephadm 2024-01-18T05:34:06.114999+0000 mgr.smithi142.tzoxhd (mgr.14182) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: cluster 2024-01-18T05:34:06.116006+0000 mgr.smithi142.tzoxhd (mgr.14182) 268 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-18T05:34:07.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:06 smithi162 bash[19760]: audit 2024-01-18T05:34:06.116253+0000 mon.smithi142 (mon.0) 681 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:34:07.616 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:08.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:07 smithi142 bash[16247]: cluster 2024-01-18T05:34:07.109444+0000 mon.smithi142 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:08.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:07 smithi162 bash[19760]: cluster 2024-01-18T05:34:07.109444+0000 mon.smithi142 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:10.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:09 smithi142 bash[16247]: cluster 2024-01-18T05:34:08.117199+0000 mgr.smithi142.tzoxhd (mgr.14182) 269 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2024-01-18T05:34:10.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:09 smithi142 bash[16247]: audit 2024-01-18T05:34:08.792307+0000 mon.smithi142 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:10.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:09 smithi162 bash[19760]: cluster 2024-01-18T05:34:08.117199+0000 mgr.smithi142.tzoxhd (mgr.14182) 269 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2024-01-18T05:34:10.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:09 smithi162 bash[19760]: audit 2024-01-18T05:34:08.792307+0000 mon.smithi142 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:10.851 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:10.851 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:33:39.192398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:33:37.612123Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:33:39.192651Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:33:42.285731Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T05:34:02.243273Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\nDeploy daemon haproxy.nfs.foo.smithi162.vexjwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.103125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wxrvlm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\nDeploy daemon haproxy.nfs.foo.smithi142.wxrvlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.112585Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.onljkc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:06.114873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:33:37.612529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:33:37.612809Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:33:37.613073Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:33:37.613621Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:33:37.613331Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:11.467 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T05:34:11.810 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:11 smithi142 bash[16247]: cluster 2024-01-18T05:34:10.118536+0000 mgr.smithi142.tzoxhd (mgr.14182) 270 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 953 B/s wr, 3 op/s 2024-01-18T05:34:11.811 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:11 smithi142 bash[16247]: audit 2024-01-18T05:34:10.834757+0000 mgr.smithi142.tzoxhd (mgr.14182) 271 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:12.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:11 smithi162 bash[19760]: cluster 2024-01-18T05:34:10.118536+0000 mgr.smithi142.tzoxhd (mgr.14182) 270 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 953 B/s wr, 3 op/s 2024-01-18T05:34:12.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:11 smithi162 bash[19760]: audit 2024-01-18T05:34:10.834757+0000 mgr.smithi142.tzoxhd (mgr.14182) 271 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:12.468 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:11.963962+0000 mon.smithi142 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: cluster 2024-01-18T05:34:12.119454+0000 mgr.smithi142.tzoxhd (mgr.14182) 272 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 858 B/s wr, 2 op/s 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.508449+0000 mon.smithi142 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.790463+0000 mon.smithi142 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.791819+0000 mon.smithi142 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:34:13.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.798719+0000 mon.smithi142 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: cluster 2024-01-18T05:34:12.799622+0000 mgr.smithi142.tzoxhd (mgr.14182) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 326 B/s wr, 0 op/s 2024-01-18T05:34:13.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.807500+0000 mon.smithi142 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:34:13.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: audit 2024-01-18T05:34:12.822185+0000 mon.smithi142 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:12 smithi142 bash[16247]: cephadm 2024-01-18T05:34:12.825815+0000 mgr.smithi142.tzoxhd (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rggsvw on smithi162 2024-01-18T05:34:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:11.963962+0000 mon.smithi142 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: cluster 2024-01-18T05:34:12.119454+0000 mgr.smithi142.tzoxhd (mgr.14182) 272 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 858 B/s wr, 2 op/s 2024-01-18T05:34:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.508449+0000 mon.smithi142 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.790463+0000 mon.smithi142 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.791819+0000 mon.smithi142 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.798719+0000 mon.smithi142 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: cluster 2024-01-18T05:34:12.799622+0000 mgr.smithi142.tzoxhd (mgr.14182) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 326 B/s wr, 0 op/s 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.807500+0000 mon.smithi142 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: audit 2024-01-18T05:34:12.822185+0000 mon.smithi142 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:12 smithi162 bash[19760]: cephadm 2024-01-18T05:34:12.825815+0000 mgr.smithi142.tzoxhd (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rggsvw on smithi162 2024-01-18T05:34:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:13 smithi142 bash[16247]: cluster 2024-01-18T05:34:12.959946+0000 mon.smithi142 (mon.0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:34:14.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:13 smithi142 bash[16247]: cluster 2024-01-18T05:34:12.960007+0000 mon.smithi142 (mon.0) 692 : cluster [INF] Cluster is now healthy 2024-01-18T05:34:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:13 smithi162 bash[19760]: cluster 2024-01-18T05:34:12.959946+0000 mon.smithi142 (mon.0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:34:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:13 smithi162 bash[19760]: cluster 2024-01-18T05:34:12.960007+0000 mon.smithi142 (mon.0) 692 : cluster [INF] Cluster is now healthy 2024-01-18T05:34:15.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:15 smithi142 bash[16247]: cluster 2024-01-18T05:34:14.800652+0000 mgr.smithi142.tzoxhd (mgr.14182) 275 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 326 B/s wr, 0 op/s 2024-01-18T05:34:15.652 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:15.652 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:12.496423Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:11.949599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:12.496666Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:33:42.285731Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T05:34:02.243273Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\nDeploy daemon haproxy.nfs.foo.smithi162.vexjwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.103125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wxrvlm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\nDeploy daemon haproxy.nfs.foo.smithi142.wxrvlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.112585Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.onljkc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:06.114873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:11.951666Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:11.949941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:11.950170Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:12.497459Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:11.950382Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:11.950796Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:11.950590Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:15 smithi162 bash[19760]: cluster 2024-01-18T05:34:14.800652+0000 mgr.smithi142.tzoxhd (mgr.14182) 275 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 326 B/s wr, 0 op/s 2024-01-18T05:34:16.284 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-18T05:34:16.284 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T05:34:16.293 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T05:34:16.294 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:16.557 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:16 smithi162 bash[19760]: audit 2024-01-18T05:34:15.627846+0000 mgr.smithi142.tzoxhd (mgr.14182) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:16.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:16 smithi142 bash[16247]: audit 2024-01-18T05:34:15.627846+0000 mgr.smithi142.tzoxhd (mgr.14182) 276 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: cephadm 2024-01-18T05:34:16.615091+0000 mgr.smithi142.tzoxhd (mgr.14182) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.692 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: cephadm 2024-01-18T05:34:16.615550+0000 mgr.smithi142.tzoxhd (mgr.14182) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: audit 2024-01-18T05:34:16.616241+0000 mon.smithi142 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rggsvw"}]: dispatch 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: cephadm 2024-01-18T05:34:16.618031+0000 mgr.smithi142.tzoxhd (mgr.14182) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: cephadm 2024-01-18T05:34:16.623437+0000 mgr.smithi142.tzoxhd (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bmfthx on smithi142 2024-01-18T05:34:17.695 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:17 smithi142 bash[16247]: cluster 2024-01-18T05:34:16.801603+0000 mgr.smithi142.tzoxhd (mgr.14182) 281 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 287 B/s wr, 0 op/s 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: cephadm 2024-01-18T05:34:16.615091+0000 mgr.smithi142.tzoxhd (mgr.14182) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: cephadm 2024-01-18T05:34:16.615550+0000 mgr.smithi142.tzoxhd (mgr.14182) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: audit 2024-01-18T05:34:16.616241+0000 mon.smithi142 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rggsvw"}]: dispatch 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: cephadm 2024-01-18T05:34:16.618031+0000 mgr.smithi142.tzoxhd (mgr.14182) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rggsvw ... 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: cephadm 2024-01-18T05:34:16.623437+0000 mgr.smithi142.tzoxhd (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bmfthx on smithi142 2024-01-18T05:34:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:17 smithi162 bash[19760]: cluster 2024-01-18T05:34:16.801603+0000 mgr.smithi142.tzoxhd (mgr.14182) 281 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 287 B/s wr, 0 op/s 2024-01-18T05:34:19.429 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:19.430 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:12.496423Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:11.949599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:12.496666Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:02.243273Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vexjwo on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vexjwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vexjwo\nDeploy daemon haproxy.nfs.foo.smithi162.vexjwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.103125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wxrvlm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wxrvlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wxrvlm\nDeploy daemon haproxy.nfs.foo.smithi142.wxrvlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:06.112585Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.onljkc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:06.114873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:16.617754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\nDeploy daemon haproxy.nfs.foo.smithi162.rggsvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:11.951666Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:11.949941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:11.950170Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:12.497459Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:11.950382Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:11.950796Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:11.950590Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:20.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:20.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:19 smithi162 bash[19760]: cluster 2024-01-18T05:34:18.802501+0000 mgr.smithi142.tzoxhd (mgr.14182) 282 : cluster [DBG] pgmap v236: 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-18T05:34:20.255 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:19 smithi142 bash[16247]: cluster 2024-01-18T05:34:18.802501+0000 mgr.smithi142.tzoxhd (mgr.14182) 282 : cluster [DBG] pgmap v236: 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-18T05:34:21.032 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:21.045 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:20 smithi142 bash[16247]: audit 2024-01-18T05:34:19.405153+0000 mgr.smithi142.tzoxhd (mgr.14182) 283 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:21.045 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:20 smithi142 bash[16247]: audit 2024-01-18T05:34:20.762675+0000 mon.smithi142 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.bmfthx"}]: dispatch 2024-01-18T05:34:21.045 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:20 smithi142 bash[16247]: audit 2024-01-18T05:34:20.776167+0000 mon.smithi142 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:34:21.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:20 smithi162 bash[19760]: audit 2024-01-18T05:34:19.405153+0000 mgr.smithi142.tzoxhd (mgr.14182) 283 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:21.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:20 smithi162 bash[19760]: audit 2024-01-18T05:34:20.762675+0000 mon.smithi142 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.bmfthx"}]: dispatch 2024-01-18T05:34:21.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:20 smithi162 bash[19760]: audit 2024-01-18T05:34:20.776167+0000 mon.smithi142 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:34:22.199 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cephadm 2024-01-18T05:34:20.761383+0000 mgr.smithi142.tzoxhd (mgr.14182) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.199 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:22.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.201 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cephadm 2024-01-18T05:34:20.761881+0000 mgr.smithi142.tzoxhd (mgr.14182) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cephadm 2024-01-18T05:34:20.764223+0000 mgr.smithi142.tzoxhd (mgr.14182) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.bmfthx on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cephadm 2024-01-18T05:34:20.768826+0000 mgr.smithi142.tzoxhd (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.nizbrd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:22.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cephadm 2024-01-18T05:34:20.771443+0000 mgr.smithi142.tzoxhd (mgr.14182) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:22.203 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cluster 2024-01-18T05:34:20.772491+0000 mgr.smithi142.tzoxhd (mgr.14182) 289 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T05:34:22.203 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:21 smithi142 bash[16247]: cluster 2024-01-18T05:34:20.858975+0000 mon.smithi142 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cephadm 2024-01-18T05:34:20.761383+0000 mgr.smithi142.tzoxhd (mgr.14182) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cephadm 2024-01-18T05:34:20.761881+0000 mgr.smithi142.tzoxhd (mgr.14182) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cephadm 2024-01-18T05:34:20.764223+0000 mgr.smithi142.tzoxhd (mgr.14182) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.bmfthx on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.bmfthx ... 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cephadm 2024-01-18T05:34:20.768826+0000 mgr.smithi142.tzoxhd (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.nizbrd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cephadm 2024-01-18T05:34:20.771443+0000 mgr.smithi142.tzoxhd (mgr.14182) 288 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cluster 2024-01-18T05:34:20.772491+0000 mgr.smithi142.tzoxhd (mgr.14182) 289 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T05:34:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:21 smithi162 bash[19760]: cluster 2024-01-18T05:34:20.858975+0000 mon.smithi142 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:24.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:23 smithi142 bash[16247]: cluster 2024-01-18T05:34:22.773640+0000 mgr.smithi142.tzoxhd (mgr.14182) 290 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T05:34:24.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:23 smithi142 bash[16247]: audit 2024-01-18T05:34:23.809697+0000 mon.smithi142 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:24.232 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:24.232 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:12.496423Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:11.949599Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:12.496666Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:06.114873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:16.617754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\nDeploy daemon haproxy.nfs.foo.smithi162.rggsvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bmfthx on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\nDeploy daemon haproxy.nfs.foo.smithi142.bmfthx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.768608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.nizbrd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:11.951666Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:11.949941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:11.950170Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:12.497459Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:11.950382Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:11.950796Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:11.950590Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:23 smithi162 bash[19760]: cluster 2024-01-18T05:34:22.773640+0000 mgr.smithi142.tzoxhd (mgr.14182) 290 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T05:34:24.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:23 smithi162 bash[19760]: audit 2024-01-18T05:34:23.809697+0000 mon.smithi142 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:24.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:25.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:25 smithi142 bash[16247]: audit 2024-01-18T05:34:24.208690+0000 mgr.smithi142.tzoxhd (mgr.14182) 291 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:25.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:25 smithi142 bash[16247]: cluster 2024-01-18T05:34:24.774885+0000 mgr.smithi142.tzoxhd (mgr.14182) 292 : cluster [DBG] pgmap v239: 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-18T05:34:25.854 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:25.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:25 smithi162 bash[19760]: audit 2024-01-18T05:34:24.208690+0000 mgr.smithi142.tzoxhd (mgr.14182) 291 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:25.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:25 smithi162 bash[19760]: cluster 2024-01-18T05:34:24.774885+0000 mgr.smithi142.tzoxhd (mgr.14182) 292 : cluster [DBG] pgmap v239: 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-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:26.654249+0000 mon.smithi142 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: cluster 2024-01-18T05:34:26.775602+0000 mgr.smithi142.tzoxhd (mgr.14182) 293 : cluster [DBG] pgmap v240: 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-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.095787+0000 mon.smithi142 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.098052+0000 mon.smithi142 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.099562+0000 mon.smithi142 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:34:28.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.108931+0000 mon.smithi142 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.119480+0000 mon.smithi142 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:34:28.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:27 smithi142 bash[16247]: audit 2024-01-18T05:34:27.135851+0000 mon.smithi142 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:26.654249+0000 mon.smithi142 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: cluster 2024-01-18T05:34:26.775602+0000 mgr.smithi142.tzoxhd (mgr.14182) 293 : cluster [DBG] pgmap v240: 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-18T05:34:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.095787+0000 mon.smithi142 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.098052+0000 mon.smithi142 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:34:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.099562+0000 mon.smithi142 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:34:28.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.108931+0000 mon.smithi142 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.119480+0000 mon.smithi142 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:34:28.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:27 smithi162 bash[19760]: audit 2024-01-18T05:34:27.135851+0000 mon.smithi142 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:28 smithi142 bash[16247]: cluster 2024-01-18T05:34:27.109871+0000 mgr.smithi142.tzoxhd (mgr.14182) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:28 smithi142 bash[16247]: cephadm 2024-01-18T05:34:27.142566+0000 mgr.smithi142.tzoxhd (mgr.14182) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.fnwvjq on smithi162 2024-01-18T05:34:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:28 smithi142 bash[16247]: cluster 2024-01-18T05:34:27.651251+0000 mon.smithi142 (mon.0) 705 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:34:28.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:28 smithi142 bash[16247]: cluster 2024-01-18T05:34:27.651284+0000 mon.smithi142 (mon.0) 706 : cluster [INF] Cluster is now healthy 2024-01-18T05:34:29.012 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:29.012 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:06.114873Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vawrlc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:16.617754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\nDeploy daemon haproxy.nfs.foo.smithi162.rggsvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bmfthx on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\nDeploy daemon haproxy.nfs.foo.smithi142.bmfthx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.768608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.nizbrd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:29.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:28 smithi162 bash[19760]: cluster 2024-01-18T05:34:27.109871+0000 mgr.smithi142.tzoxhd (mgr.14182) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:29.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:28 smithi162 bash[19760]: cephadm 2024-01-18T05:34:27.142566+0000 mgr.smithi142.tzoxhd (mgr.14182) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.fnwvjq on smithi162 2024-01-18T05:34:29.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:28 smithi162 bash[19760]: cluster 2024-01-18T05:34:27.651251+0000 mon.smithi142 (mon.0) 705 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:34:29.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:28 smithi162 bash[19760]: cluster 2024-01-18T05:34:27.651284+0000 mon.smithi142 (mon.0) 706 : cluster [INF] Cluster is now healthy 2024-01-18T05:34:29.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:30.630 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:30.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:30 smithi162 bash[19760]: audit 2024-01-18T05:34:28.989598+0000 mgr.smithi142.tzoxhd (mgr.14182) 296 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:30.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:30 smithi162 bash[19760]: cluster 2024-01-18T05:34:29.110880+0000 mgr.smithi142.tzoxhd (mgr.14182) 297 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:30.914 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:30 smithi142 bash[16247]: audit 2024-01-18T05:34:28.989598+0000 mgr.smithi142.tzoxhd (mgr.14182) 296 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:30.914 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:30 smithi142 bash[16247]: cluster 2024-01-18T05:34:29.110880+0000 mgr.smithi142.tzoxhd (mgr.14182) 297 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:31.964 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: cephadm 2024-01-18T05:34:30.903187+0000 mgr.smithi142.tzoxhd (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.967 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:31.968 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: cephadm 2024-01-18T05:34:30.903566+0000 mgr.smithi142.tzoxhd (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.969 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: audit 2024-01-18T05:34:30.904255+0000 mon.smithi142 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.fnwvjq"}]: dispatch 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: cephadm 2024-01-18T05:34:30.905882+0000 mgr.smithi142.tzoxhd (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:31.970 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:31 smithi142 bash[16247]: cephadm 2024-01-18T05:34:30.910786+0000 mgr.smithi142.tzoxhd (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.msdcwo on smithi142 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: cephadm 2024-01-18T05:34:30.903187+0000 mgr.smithi142.tzoxhd (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: cephadm 2024-01-18T05:34:30.903566+0000 mgr.smithi142.tzoxhd (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: audit 2024-01-18T05:34:30.904255+0000 mon.smithi142 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.fnwvjq"}]: dispatch 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: cephadm 2024-01-18T05:34:30.905882+0000 mgr.smithi142.tzoxhd (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.fnwvjq ... 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:31 smithi162 bash[19760]: cephadm 2024-01-18T05:34:30.910786+0000 mgr.smithi142.tzoxhd (mgr.14182) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.msdcwo on smithi142 2024-01-18T05:34:33.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:32 smithi142 bash[16247]: cluster 2024-01-18T05:34:31.111562+0000 mgr.smithi142.tzoxhd (mgr.14182) 302 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:33.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:32 smithi162 bash[19760]: cluster 2024-01-18T05:34:31.111562+0000 mgr.smithi142.tzoxhd (mgr.14182) 302 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:33.708 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:33.708 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:16.617754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rggsvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rggsvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rggsvw\nDeploy daemon haproxy.nfs.foo.smithi162.rggsvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bmfthx on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bmfthx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bmfthx\nDeploy daemon haproxy.nfs.foo.smithi142.bmfthx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:20.768608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.nizbrd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:34.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:35.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:34 smithi142 bash[16247]: cluster 2024-01-18T05:34:33.112616+0000 mgr.smithi142.tzoxhd (mgr.14182) 303 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:35.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:34 smithi142 bash[16247]: audit 2024-01-18T05:34:33.691629+0000 mgr.smithi142.tzoxhd (mgr.14182) 304 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:35.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:34 smithi142 bash[16247]: audit 2024-01-18T05:34:34.671079+0000 mon.smithi142 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.msdcwo"}]: dispatch 2024-01-18T05:34:35.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:34 smithi162 bash[19760]: cluster 2024-01-18T05:34:33.112616+0000 mgr.smithi142.tzoxhd (mgr.14182) 303 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T05:34:35.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:34 smithi162 bash[19760]: audit 2024-01-18T05:34:33.691629+0000 mgr.smithi142.tzoxhd (mgr.14182) 304 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:35.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:34 smithi162 bash[19760]: audit 2024-01-18T05:34:34.671079+0000 mon.smithi142 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.msdcwo"}]: dispatch 2024-01-18T05:34:35.269 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:36.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cephadm 2024-01-18T05:34:34.669737+0000 mgr.smithi142.tzoxhd (mgr.14182) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:34:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cephadm 2024-01-18T05:34:34.670257+0000 mgr.smithi142.tzoxhd (mgr.14182) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cephadm 2024-01-18T05:34:34.672637+0000 mgr.smithi142.tzoxhd (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cephadm 2024-01-18T05:34:34.676995+0000 mgr.smithi142.tzoxhd (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cephadm 2024-01-18T05:34:34.681112+0000 mgr.smithi142.tzoxhd (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cluster 2024-01-18T05:34:34.682095+0000 mgr.smithi142.tzoxhd (mgr.14182) 310 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-18T05:34:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:35 smithi142 bash[16247]: cluster 2024-01-18T05:34:35.455153+0000 mon.smithi142 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cephadm 2024-01-18T05:34:34.669737+0000 mgr.smithi142.tzoxhd (mgr.14182) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cephadm 2024-01-18T05:34:34.670257+0000 mgr.smithi142.tzoxhd (mgr.14182) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cephadm 2024-01-18T05:34:34.672637+0000 mgr.smithi142.tzoxhd (mgr.14182) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:34:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.msdcwo ... 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cephadm 2024-01-18T05:34:34.676995+0000 mgr.smithi142.tzoxhd (mgr.14182) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cephadm 2024-01-18T05:34:34.681112+0000 mgr.smithi142.tzoxhd (mgr.14182) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cluster 2024-01-18T05:34:34.682095+0000 mgr.smithi142.tzoxhd (mgr.14182) 310 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-18T05:34:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:35 smithi162 bash[19760]: cluster 2024-01-18T05:34:35.455153+0000 mon.smithi142 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:34:37.972 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:37 smithi142 bash[16247]: cluster 2024-01-18T05:34:36.683253+0000 mgr.smithi142.tzoxhd (mgr.14182) 311 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-18T05:34:38.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:37 smithi162 bash[19760]: cluster 2024-01-18T05:34:36.683253+0000 mgr.smithi142.tzoxhd (mgr.14182) 311 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-18T05:34:38.403 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:38.404 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:38.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:39.966 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:40.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:39 smithi162 bash[19760]: audit 2024-01-18T05:34:38.386894+0000 mgr.smithi142.tzoxhd (mgr.14182) 312 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:40.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:39 smithi162 bash[19760]: cluster 2024-01-18T05:34:38.684424+0000 mgr.smithi142.tzoxhd (mgr.14182) 313 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-18T05:34:40.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:39 smithi162 bash[19760]: audit 2024-01-18T05:34:38.827261+0000 mon.smithi142 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:40.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:39 smithi142 bash[16247]: audit 2024-01-18T05:34:38.386894+0000 mgr.smithi142.tzoxhd (mgr.14182) 312 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:40.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:39 smithi142 bash[16247]: cluster 2024-01-18T05:34:38.684424+0000 mgr.smithi142.tzoxhd (mgr.14182) 313 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-18T05:34:40.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:39 smithi142 bash[16247]: audit 2024-01-18T05:34:38.827261+0000 mon.smithi142 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:42.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:41 smithi162 bash[19760]: cluster 2024-01-18T05:34:40.685697+0000 mgr.smithi142.tzoxhd (mgr.14182) 314 : cluster [DBG] pgmap v248: 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-18T05:34:42.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:41 smithi142 bash[16247]: cluster 2024-01-18T05:34:40.685697+0000 mgr.smithi142.tzoxhd (mgr.14182) 314 : cluster [DBG] pgmap v248: 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-18T05:34:43.121 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:43.122 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:43.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:44.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:43 smithi142 bash[16247]: cluster 2024-01-18T05:34:42.686850+0000 mgr.smithi142.tzoxhd (mgr.14182) 315 : cluster [DBG] pgmap v249: 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-18T05:34:44.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:43 smithi142 bash[16247]: audit 2024-01-18T05:34:43.503781+0000 mon.smithi142 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:44.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:43 smithi162 bash[19760]: cluster 2024-01-18T05:34:42.686850+0000 mgr.smithi142.tzoxhd (mgr.14182) 315 : cluster [DBG] pgmap v249: 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-18T05:34:44.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:43 smithi162 bash[19760]: audit 2024-01-18T05:34:43.503781+0000 mon.smithi142 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:34:44.666 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:45.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:44 smithi142 bash[16247]: audit 2024-01-18T05:34:43.100185+0000 mgr.smithi142.tzoxhd (mgr.14182) 316 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:45.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:44 smithi162 bash[19760]: audit 2024-01-18T05:34:43.100185+0000 mgr.smithi142.tzoxhd (mgr.14182) 316 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:45.950 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:45 smithi142 bash[16247]: cluster 2024-01-18T05:34:44.688023+0000 mgr.smithi142.tzoxhd (mgr.14182) 317 : cluster [DBG] pgmap v250: 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-18T05:34:46.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:45 smithi162 bash[19760]: cluster 2024-01-18T05:34:44.688023+0000 mgr.smithi142.tzoxhd (mgr.14182) 317 : cluster [DBG] pgmap v250: 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-18T05:34:47.677 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:47.677 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:48.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:47 smithi142 bash[16247]: cluster 2024-01-18T05:34:46.689198+0000 mgr.smithi142.tzoxhd (mgr.14182) 318 : cluster [DBG] pgmap v251: 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-18T05:34:48.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:47 smithi162 bash[19760]: cluster 2024-01-18T05:34:46.689198+0000 mgr.smithi142.tzoxhd (mgr.14182) 318 : cluster [DBG] pgmap v251: 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-18T05:34:48.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:49.259 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:49.272 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:48 smithi142 bash[16247]: audit 2024-01-18T05:34:47.657668+0000 mgr.smithi142.tzoxhd (mgr.14182) 319 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:49.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:48 smithi162 bash[19760]: audit 2024-01-18T05:34:47.657668+0000 mgr.smithi142.tzoxhd (mgr.14182) 319 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:50.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:49 smithi162 bash[19760]: cluster 2024-01-18T05:34:48.690352+0000 mgr.smithi142.tzoxhd (mgr.14182) 320 : cluster [DBG] pgmap v252: 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-18T05:34:50.287 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:49 smithi142 bash[16247]: cluster 2024-01-18T05:34:48.690352+0000 mgr.smithi142.tzoxhd (mgr.14182) 320 : cluster [DBG] pgmap v252: 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-18T05:34:52.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:51 smithi142 bash[16247]: cluster 2024-01-18T05:34:50.691421+0000 mgr.smithi142.tzoxhd (mgr.14182) 321 : cluster [DBG] pgmap v253: 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-18T05:34:52.354 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:52.354 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:52.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:51 smithi162 bash[19760]: cluster 2024-01-18T05:34:50.691421+0000 mgr.smithi142.tzoxhd (mgr.14182) 321 : cluster [DBG] pgmap v253: 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-18T05:34:52.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:54.004 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:54.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:53 smithi142 bash[16247]: audit 2024-01-18T05:34:52.332685+0000 mgr.smithi142.tzoxhd (mgr.14182) 322 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:54.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:53 smithi142 bash[16247]: cluster 2024-01-18T05:34:52.692654+0000 mgr.smithi142.tzoxhd (mgr.14182) 323 : cluster [DBG] pgmap v254: 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-18T05:34:54.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:53 smithi162 bash[19760]: audit 2024-01-18T05:34:52.332685+0000 mgr.smithi142.tzoxhd (mgr.14182) 322 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:54.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:53 smithi162 bash[19760]: cluster 2024-01-18T05:34:52.692654+0000 mgr.smithi142.tzoxhd (mgr.14182) 323 : cluster [DBG] pgmap v254: 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-18T05:34:55.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:55 smithi142 bash[16247]: cluster 2024-01-18T05:34:54.693914+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:34:55.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:55 smithi162 bash[19760]: cluster 2024-01-18T05:34:54.693914+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:34:57.086 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:34:57.087 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:34:57.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:34:58.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:57 smithi142 bash[16247]: cluster 2024-01-18T05:34:56.694799+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:34:58.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:57 smithi162 bash[19760]: cluster 2024-01-18T05:34:56.694799+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:34:58.657 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:34:59.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:58 smithi142 bash[16247]: audit 2024-01-18T05:34:57.064736+0000 mgr.smithi142.tzoxhd (mgr.14182) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:34:59.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:58 smithi162 bash[19760]: audit 2024-01-18T05:34:57.064736+0000 mgr.smithi142.tzoxhd (mgr.14182) 326 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:00.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:34:59 smithi142 bash[16247]: cluster 2024-01-18T05:34:58.695921+0000 mgr.smithi142.tzoxhd (mgr.14182) 327 : cluster [DBG] pgmap v257: 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-18T05:35:00.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:34:59 smithi162 bash[19760]: cluster 2024-01-18T05:34:58.695921+0000 mgr.smithi142.tzoxhd (mgr.14182) 327 : cluster [DBG] pgmap v257: 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-18T05:35:01.817 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:01.817 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:02.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:01 smithi142 bash[16247]: cluster 2024-01-18T05:35:00.697192+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:02.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:01 smithi162 bash[19760]: cluster 2024-01-18T05:35:00.697192+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:02.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:03.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:02 smithi142 bash[16247]: audit 2024-01-18T05:35:01.795346+0000 mgr.smithi142.tzoxhd (mgr.14182) 329 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:03.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:02 smithi162 bash[19760]: audit 2024-01-18T05:35:01.795346+0000 mgr.smithi142.tzoxhd (mgr.14182) 329 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:03.491 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:04.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:03 smithi142 bash[16247]: cluster 2024-01-18T05:35:02.698498+0000 mgr.smithi142.tzoxhd (mgr.14182) 330 : cluster [DBG] pgmap v259: 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-18T05:35:04.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:03 smithi162 bash[19760]: cluster 2024-01-18T05:35:02.698498+0000 mgr.smithi142.tzoxhd (mgr.14182) 330 : cluster [DBG] pgmap v259: 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-18T05:35:05.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:05 smithi142 bash[16247]: cluster 2024-01-18T05:35:04.699372+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:05.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:05 smithi162 bash[19760]: cluster 2024-01-18T05:35:04.699372+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:06.709 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:06.709 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:07.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:08.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:07 smithi142 bash[16247]: audit 2024-01-18T05:35:06.686915+0000 mgr.smithi142.tzoxhd (mgr.14182) 332 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:08.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:07 smithi142 bash[16247]: cluster 2024-01-18T05:35:06.700003+0000 mgr.smithi142.tzoxhd (mgr.14182) 333 : 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-18T05:35:08.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:07 smithi162 bash[19760]: audit 2024-01-18T05:35:06.686915+0000 mgr.smithi142.tzoxhd (mgr.14182) 332 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:08.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:07 smithi162 bash[19760]: cluster 2024-01-18T05:35:06.700003+0000 mgr.smithi142.tzoxhd (mgr.14182) 333 : 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-18T05:35:08.294 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:10.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:09 smithi142 bash[16247]: cluster 2024-01-18T05:35:08.701167+0000 mgr.smithi142.tzoxhd (mgr.14182) 334 : cluster [DBG] pgmap v262: 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-18T05:35:10.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:09 smithi162 bash[19760]: cluster 2024-01-18T05:35:08.701167+0000 mgr.smithi142.tzoxhd (mgr.14182) 334 : cluster [DBG] pgmap v262: 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-18T05:35:11.320 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:11.320 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:11.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:12.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:11 smithi142 bash[16247]: cluster 2024-01-18T05:35:10.702358+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:12.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:11 smithi162 bash[19760]: cluster 2024-01-18T05:35:10.702358+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:12.897 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:13.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:12 smithi142 bash[16247]: audit 2024-01-18T05:35:11.296630+0000 mgr.smithi142.tzoxhd (mgr.14182) 336 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:13.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:12 smithi162 bash[19760]: audit 2024-01-18T05:35:11.296630+0000 mgr.smithi142.tzoxhd (mgr.14182) 336 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:14.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:13 smithi142 bash[16247]: cluster 2024-01-18T05:35:12.703535+0000 mgr.smithi142.tzoxhd (mgr.14182) 337 : cluster [DBG] pgmap v264: 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-18T05:35:14.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:13 smithi162 bash[19760]: cluster 2024-01-18T05:35:12.703535+0000 mgr.smithi142.tzoxhd (mgr.14182) 337 : cluster [DBG] pgmap v264: 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-18T05:35:15.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:15 smithi142 bash[16247]: cluster 2024-01-18T05:35:14.704708+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:15 smithi162 bash[19760]: cluster 2024-01-18T05:35:14.704708+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:35:16.022 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:16.022 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:16.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:17.645 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:18.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:17 smithi142 bash[16247]: audit 2024-01-18T05:35:15.997634+0000 mgr.smithi142.tzoxhd (mgr.14182) 339 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:18.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:17 smithi142 bash[16247]: cluster 2024-01-18T05:35:16.705848+0000 mgr.smithi142.tzoxhd (mgr.14182) 340 : 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-18T05:35:18.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:17 smithi162 bash[19760]: audit 2024-01-18T05:35:15.997634+0000 mgr.smithi142.tzoxhd (mgr.14182) 339 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:18.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:17 smithi162 bash[19760]: cluster 2024-01-18T05:35:16.705848+0000 mgr.smithi142.tzoxhd (mgr.14182) 340 : 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-18T05:35:19.001 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:18 smithi142 bash[16247]: cluster 2024-01-18T05:35:17.782836+0000 mon.smithi142 (mon.0) 712 : cluster [DBG] mgrmap e21: smithi142.tzoxhd(active, since 7m), standbys: smithi162.wvlspo 2024-01-18T05:35:19.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:18 smithi162 bash[19760]: cluster 2024-01-18T05:35:17.782836+0000 mon.smithi142 (mon.0) 712 : cluster [DBG] mgrmap e21: smithi142.tzoxhd(active, since 7m), standbys: smithi162.wvlspo 2024-01-18T05:35:20.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:19 smithi142 bash[16247]: cluster 2024-01-18T05:35:18.707032+0000 mgr.smithi142.tzoxhd (mgr.14182) 341 : cluster [DBG] pgmap v267: 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-18T05:35:20.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:19 smithi162 bash[19760]: cluster 2024-01-18T05:35:18.707032+0000 mgr.smithi142.tzoxhd (mgr.14182) 341 : cluster [DBG] pgmap v267: 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-18T05:35:20.737 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:20.737 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:21.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:22.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:21 smithi142 bash[16247]: cluster 2024-01-18T05:35:20.708257+0000 mgr.smithi142.tzoxhd (mgr.14182) 342 : cluster [DBG] pgmap v268: 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-18T05:35:22.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:21 smithi142 bash[16247]: audit 2024-01-18T05:35:20.712394+0000 mgr.smithi142.tzoxhd (mgr.14182) 343 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:22.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:21 smithi162 bash[19760]: cluster 2024-01-18T05:35:20.708257+0000 mgr.smithi142.tzoxhd (mgr.14182) 342 : cluster [DBG] pgmap v268: 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-18T05:35:22.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:21 smithi162 bash[19760]: audit 2024-01-18T05:35:20.712394+0000 mgr.smithi142.tzoxhd (mgr.14182) 343 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:22.330 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:24.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:23 smithi142 bash[16247]: cluster 2024-01-18T05:35:22.709482+0000 mgr.smithi142.tzoxhd (mgr.14182) 344 : cluster [DBG] pgmap v269: 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-18T05:35:24.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:23 smithi162 bash[19760]: cluster 2024-01-18T05:35:22.709482+0000 mgr.smithi142.tzoxhd (mgr.14182) 344 : cluster [DBG] pgmap v269: 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-18T05:35:25.434 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:25.434 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:25.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:25 smithi142 bash[16247]: cluster 2024-01-18T05:35:24.710627+0000 mgr.smithi142.tzoxhd (mgr.14182) 345 : cluster [DBG] pgmap v270: 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-18T05:35:25.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:25 smithi162 bash[19760]: cluster 2024-01-18T05:35:24.710627+0000 mgr.smithi142.tzoxhd (mgr.14182) 345 : cluster [DBG] pgmap v270: 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-18T05:35:26.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:26.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:26 smithi142 bash[16247]: audit 2024-01-18T05:35:25.412382+0000 mgr.smithi142.tzoxhd (mgr.14182) 346 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:26.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:26 smithi162 bash[19760]: audit 2024-01-18T05:35:25.412382+0000 mgr.smithi142.tzoxhd (mgr.14182) 346 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:27.037 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:27.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:27 smithi142 bash[16247]: cluster 2024-01-18T05:35:26.711752+0000 mgr.smithi142.tzoxhd (mgr.14182) 347 : 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-18T05:35:27.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:27 smithi162 bash[19760]: cluster 2024-01-18T05:35:26.711752+0000 mgr.smithi142.tzoxhd (mgr.14182) 347 : 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-18T05:35:30.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:29 smithi142 bash[16247]: cluster 2024-01-18T05:35:28.713034+0000 mgr.smithi142.tzoxhd (mgr.14182) 348 : cluster [DBG] pgmap v272: 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-18T05:35:30.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:29 smithi162 bash[19760]: cluster 2024-01-18T05:35:28.713034+0000 mgr.smithi142.tzoxhd (mgr.14182) 348 : cluster [DBG] pgmap v272: 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-18T05:35:30.162 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:30.163 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:30.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:31.796 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:32.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:31 smithi142 bash[16247]: audit 2024-01-18T05:35:30.145662+0000 mgr.smithi142.tzoxhd (mgr.14182) 349 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:32.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:31 smithi142 bash[16247]: cluster 2024-01-18T05:35:30.714229+0000 mgr.smithi142.tzoxhd (mgr.14182) 350 : 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, 0 op/s 2024-01-18T05:35:32.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:31 smithi162 bash[19760]: audit 2024-01-18T05:35:30.145662+0000 mgr.smithi142.tzoxhd (mgr.14182) 349 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:31 smithi162 bash[19760]: cluster 2024-01-18T05:35:30.714229+0000 mgr.smithi142.tzoxhd (mgr.14182) 350 : 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, 0 op/s 2024-01-18T05:35:34.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:33 smithi142 bash[16247]: cluster 2024-01-18T05:35:32.715449+0000 mgr.smithi142.tzoxhd (mgr.14182) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:35:34.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:33 smithi162 bash[19760]: cluster 2024-01-18T05:35:32.715449+0000 mgr.smithi142.tzoxhd (mgr.14182) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:35:34.912 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:34.912 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:35.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:35.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:35 smithi142 bash[16247]: audit 2024-01-18T05:35:34.684778+0000 mon.smithi142 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:35:35.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:35 smithi142 bash[16247]: cluster 2024-01-18T05:35:34.716242+0000 mgr.smithi142.tzoxhd (mgr.14182) 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, 0 op/s 2024-01-18T05:35:35.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:35 smithi142 bash[16247]: audit 2024-01-18T05:35:34.893289+0000 mgr.smithi142.tzoxhd (mgr.14182) 353 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:35.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:35 smithi162 bash[19760]: audit 2024-01-18T05:35:34.684778+0000 mon.smithi142 (mon.0) 713 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:35:35.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:35 smithi162 bash[19760]: cluster 2024-01-18T05:35:34.716242+0000 mgr.smithi142.tzoxhd (mgr.14182) 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, 0 op/s 2024-01-18T05:35:35.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:35 smithi162 bash[19760]: audit 2024-01-18T05:35:34.893289+0000 mgr.smithi142.tzoxhd (mgr.14182) 353 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:36.500 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:38.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:37 smithi142 bash[16247]: cluster 2024-01-18T05:35:36.717211+0000 mgr.smithi142.tzoxhd (mgr.14182) 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, 0 op/s 2024-01-18T05:35:38.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:37 smithi162 bash[19760]: cluster 2024-01-18T05:35:36.717211+0000 mgr.smithi142.tzoxhd (mgr.14182) 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, 0 op/s 2024-01-18T05:35:39.438 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:39.438 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:34:27.081118Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:34:26.642204Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:34:27.081512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:34:26.644849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:34:26.642533Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:34:26.642753Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:34:27.082938Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:34:26.643026Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:34:26.643674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:34:26.643346Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:40.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:40.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:39 smithi142 bash[16247]: cluster 2024-01-18T05:35:38.718406+0000 mgr.smithi142.tzoxhd (mgr.14182) 355 : cluster [DBG] pgmap v277: 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-18T05:35:40.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:39 smithi162 bash[19760]: cluster 2024-01-18T05:35:38.718406+0000 mgr.smithi142.tzoxhd (mgr.14182) 355 : cluster [DBG] pgmap v277: 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-18T05:35:41.029 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:41.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:40 smithi142 bash[16247]: audit 2024-01-18T05:35:39.416389+0000 mgr.smithi142.tzoxhd (mgr.14182) 356 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:41.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:40 smithi142 bash[16247]: audit 2024-01-18T05:35:40.561179+0000 mon.smithi142 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:40 smithi162 bash[19760]: audit 2024-01-18T05:35:39.416389+0000 mgr.smithi142.tzoxhd (mgr.14182) 356 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:40 smithi162 bash[19760]: audit 2024-01-18T05:35:40.561179+0000 mon.smithi142 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: cluster 2024-01-18T05:35:40.719239+0000 mgr.smithi142.tzoxhd (mgr.14182) 357 : 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-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.001796+0000 mon.smithi142 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.294350+0000 mon.smithi142 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.295820+0000 mon.smithi142 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.303567+0000 mon.smithi142 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.309543+0000 mon.smithi142 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: audit 2024-01-18T05:35:41.320481+0000 mon.smithi142 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: cluster 2024-01-18T05:35:41.557608+0000 mon.smithi142 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:35:42.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:41 smithi142 bash[16247]: cluster 2024-01-18T05:35:41.557675+0000 mon.smithi142 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: cluster 2024-01-18T05:35:40.719239+0000 mgr.smithi142.tzoxhd (mgr.14182) 357 : 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-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.001796+0000 mon.smithi142 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.294350+0000 mon.smithi142 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.295820+0000 mon.smithi142 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.303567+0000 mon.smithi142 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.309543+0000 mon.smithi142 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: audit 2024-01-18T05:35:41.320481+0000 mon.smithi142 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: cluster 2024-01-18T05:35:41.557608+0000 mon.smithi142 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:35:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:41 smithi162 bash[19760]: cluster 2024-01-18T05:35:41.557675+0000 mon.smithi142 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-01-18T05:35:43.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:42 smithi142 bash[16247]: cluster 2024-01-18T05:35:41.304291+0000 mgr.smithi142.tzoxhd (mgr.14182) 358 : cluster [DBG] pgmap v279: 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-18T05:35:43.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:42 smithi142 bash[16247]: cephadm 2024-01-18T05:35:41.324225+0000 mgr.smithi142.tzoxhd (mgr.14182) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ezxuoj on smithi162 2024-01-18T05:35:43.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:42 smithi162 bash[19760]: cluster 2024-01-18T05:35:41.304291+0000 mgr.smithi142.tzoxhd (mgr.14182) 358 : cluster [DBG] pgmap v279: 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-18T05:35:43.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:42 smithi162 bash[19760]: cephadm 2024-01-18T05:35:41.324225+0000 mgr.smithi142.tzoxhd (mgr.14182) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ezxuoj on smithi162 2024-01-18T05:35:44.202 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:44.202 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:20.771295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wbffht on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:44.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:44 smithi142 bash[16247]: cluster 2024-01-18T05:35:43.305169+0000 mgr.smithi142.tzoxhd (mgr.14182) 360 : cluster [DBG] pgmap v280: 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-18T05:35:44.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:44 smithi142 bash[16247]: audit 2024-01-18T05:35:43.505057+0000 mon.smithi142 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:44.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:44.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:44 smithi162 bash[19760]: cluster 2024-01-18T05:35:43.305169+0000 mgr.smithi142.tzoxhd (mgr.14182) 360 : cluster [DBG] pgmap v280: 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-18T05:35:44.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:44 smithi162 bash[19760]: audit 2024-01-18T05:35:43.505057+0000 mon.smithi142 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:45.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:45 smithi142 bash[16247]: audit 2024-01-18T05:35:44.176840+0000 mgr.smithi142.tzoxhd (mgr.14182) 361 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:45.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:45 smithi142 bash[16247]: audit 2024-01-18T05:35:45.210946+0000 mon.smithi142 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ezxuoj"}]: dispatch 2024-01-18T05:35:45.819 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:45.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:45 smithi162 bash[19760]: audit 2024-01-18T05:35:44.176840+0000 mgr.smithi142.tzoxhd (mgr.14182) 361 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:45.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:45 smithi162 bash[19760]: audit 2024-01-18T05:35:45.210946+0000 mon.smithi142 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ezxuoj"}]: dispatch 2024-01-18T05:35:46.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: cephadm 2024-01-18T05:35:45.209635+0000 mgr.smithi142.tzoxhd (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:35:46.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: cephadm 2024-01-18T05:35:45.210242+0000 mgr.smithi142.tzoxhd (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: cephadm 2024-01-18T05:35:45.212925+0000 mgr.smithi142.tzoxhd (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: cephadm 2024-01-18T05:35:45.218152+0000 mgr.smithi142.tzoxhd (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.arkpyn on smithi142 2024-01-18T05:35:46.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:46 smithi142 bash[16247]: cluster 2024-01-18T05:35:45.306076+0000 mgr.smithi142.tzoxhd (mgr.14182) 366 : cluster [DBG] pgmap v281: 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-18T05:35:46.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: cephadm 2024-01-18T05:35:45.209635+0000 mgr.smithi142.tzoxhd (mgr.14182) 362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:35:46.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: cephadm 2024-01-18T05:35:45.210242+0000 mgr.smithi142.tzoxhd (mgr.14182) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: cephadm 2024-01-18T05:35:45.212925+0000 mgr.smithi142.tzoxhd (mgr.14182) 364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ezxuoj ... 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: cephadm 2024-01-18T05:35:45.218152+0000 mgr.smithi142.tzoxhd (mgr.14182) 365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.arkpyn on smithi142 2024-01-18T05:35:46.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:46 smithi162 bash[19760]: cluster 2024-01-18T05:35:45.306076+0000 mgr.smithi142.tzoxhd (mgr.14182) 366 : cluster [DBG] pgmap v281: 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-18T05:35:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:48 smithi142 bash[16247]: cluster 2024-01-18T05:35:47.306828+0000 mgr.smithi142.tzoxhd (mgr.14182) 367 : cluster [DBG] pgmap v282: 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-18T05:35:48.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:48 smithi162 bash[19760]: cluster 2024-01-18T05:35:47.306828+0000 mgr.smithi142.tzoxhd (mgr.14182) 367 : cluster [DBG] pgmap v282: 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-18T05:35:48.956 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:48.956 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:30.905603Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.fnwvjq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-fnwvjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.fnwvjq\nDeploy daemon haproxy.nfs.foo.smithi162.fnwvjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.672385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.msdcwo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-msdcwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.msdcwo\nDeploy daemon haproxy.nfs.foo.smithi142.msdcwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:34:34.676763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sozpmi on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:49.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:49.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:49 smithi142 bash[16247]: audit 2024-01-18T05:35:48.939617+0000 mgr.smithi142.tzoxhd (mgr.14182) 368 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:49.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:49 smithi142 bash[16247]: audit 2024-01-18T05:35:48.974788+0000 mon.smithi142 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.arkpyn"}]: dispatch 2024-01-18T05:35:49.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:49 smithi162 bash[19760]: audit 2024-01-18T05:35:48.939617+0000 mgr.smithi142.tzoxhd (mgr.14182) 368 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:49.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:49 smithi162 bash[19760]: audit 2024-01-18T05:35:48.974788+0000 mon.smithi142 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.arkpyn"}]: dispatch 2024-01-18T05:35:50.658 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cephadm 2024-01-18T05:35:48.974054+0000 mgr.smithi142.tzoxhd (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:35:50.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cephadm 2024-01-18T05:35:48.974356+0000 mgr.smithi142.tzoxhd (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cephadm 2024-01-18T05:35:48.975839+0000 mgr.smithi142.tzoxhd (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cephadm 2024-01-18T05:35:48.978028+0000 mgr.smithi142.tzoxhd (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cephadm 2024-01-18T05:35:48.979925+0000 mgr.smithi142.tzoxhd (mgr.14182) 373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:35:50.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cluster 2024-01-18T05:35:48.981011+0000 mgr.smithi142.tzoxhd (mgr.14182) 374 : cluster [DBG] pgmap v283: 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-18T05:35:50.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:50 smithi142 bash[16247]: cluster 2024-01-18T05:35:49.520249+0000 mon.smithi142 (mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:35:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cephadm 2024-01-18T05:35:48.974054+0000 mgr.smithi142.tzoxhd (mgr.14182) 369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:35:50.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cephadm 2024-01-18T05:35:48.974356+0000 mgr.smithi142.tzoxhd (mgr.14182) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cephadm 2024-01-18T05:35:48.975839+0000 mgr.smithi142.tzoxhd (mgr.14182) 371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.arkpyn ... 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cephadm 2024-01-18T05:35:48.978028+0000 mgr.smithi142.tzoxhd (mgr.14182) 372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cephadm 2024-01-18T05:35:48.979925+0000 mgr.smithi142.tzoxhd (mgr.14182) 373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cluster 2024-01-18T05:35:48.981011+0000 mgr.smithi142.tzoxhd (mgr.14182) 374 : cluster [DBG] pgmap v283: 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-18T05:35:50.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:50 smithi162 bash[19760]: cluster 2024-01-18T05:35:49.520249+0000 mon.smithi142 (mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:35:52.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:52 smithi142 bash[16247]: cluster 2024-01-18T05:35:50.982179+0000 mgr.smithi142.tzoxhd (mgr.14182) 375 : cluster [DBG] pgmap v284: 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-18T05:35:52.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:52 smithi162 bash[19760]: cluster 2024-01-18T05:35:50.982179+0000 mgr.smithi142.tzoxhd (mgr.14182) 375 : cluster [DBG] pgmap v284: 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-18T05:35:53.695 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:53.695 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:54.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:55.272 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:35:55.284 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:54 smithi142 bash[16247]: cluster 2024-01-18T05:35:52.983373+0000 mgr.smithi142.tzoxhd (mgr.14182) 376 : cluster [DBG] pgmap v285: 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-18T05:35:55.285 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:54 smithi142 bash[16247]: audit 2024-01-18T05:35:53.678070+0000 mgr.smithi142.tzoxhd (mgr.14182) 377 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:55.285 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:54 smithi142 bash[16247]: audit 2024-01-18T05:35:53.882139+0000 mon.smithi142 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:55.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:54 smithi162 bash[19760]: cluster 2024-01-18T05:35:52.983373+0000 mgr.smithi142.tzoxhd (mgr.14182) 376 : cluster [DBG] pgmap v285: 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-18T05:35:55.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:54 smithi162 bash[19760]: audit 2024-01-18T05:35:53.678070+0000 mgr.smithi142.tzoxhd (mgr.14182) 377 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:35:55.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:54 smithi162 bash[19760]: audit 2024-01-18T05:35:53.882139+0000 mon.smithi142 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:57.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:56 smithi142 bash[16247]: cluster 2024-01-18T05:35:54.984637+0000 mgr.smithi142.tzoxhd (mgr.14182) 378 : cluster [DBG] pgmap v286: 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-18T05:35:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:56 smithi162 bash[19760]: cluster 2024-01-18T05:35:54.984637+0000 mgr.smithi142.tzoxhd (mgr.14182) 378 : cluster [DBG] pgmap v286: 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-18T05:35:58.321 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:35:58.322 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:35:58.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:35:59.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:58 smithi142 bash[16247]: cluster 2024-01-18T05:35:56.985668+0000 mgr.smithi142.tzoxhd (mgr.14182) 379 : cluster [DBG] pgmap v287: 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-18T05:35:59.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:58 smithi142 bash[16247]: audit 2024-01-18T05:35:58.505353+0000 mon.smithi142 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:59.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:58 smithi162 bash[19760]: cluster 2024-01-18T05:35:56.985668+0000 mgr.smithi142.tzoxhd (mgr.14182) 379 : cluster [DBG] pgmap v287: 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-18T05:35:59.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:58 smithi162 bash[19760]: audit 2024-01-18T05:35:58.505353+0000 mon.smithi142 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:35:59.886 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:00.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:35:59 smithi162 bash[19760]: audit 2024-01-18T05:35:58.299740+0000 mgr.smithi142.tzoxhd (mgr.14182) 380 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:00.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:35:59 smithi142 bash[16247]: audit 2024-01-18T05:35:58.299740+0000 mgr.smithi142.tzoxhd (mgr.14182) 380 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:01.161 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:00 smithi142 bash[16247]: cluster 2024-01-18T05:35:58.986947+0000 mgr.smithi142.tzoxhd (mgr.14182) 381 : cluster [DBG] pgmap v288: 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-18T05:36:01.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:00 smithi162 bash[19760]: cluster 2024-01-18T05:35:58.986947+0000 mgr.smithi142.tzoxhd (mgr.14182) 381 : cluster [DBG] pgmap v288: 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-18T05:36:03.023 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:03.024 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:03.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:02 smithi142 bash[16247]: cluster 2024-01-18T05:36:00.988106+0000 mgr.smithi142.tzoxhd (mgr.14182) 382 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:03.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:02 smithi162 bash[19760]: cluster 2024-01-18T05:36:00.988106+0000 mgr.smithi142.tzoxhd (mgr.14182) 382 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:03.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:04.583 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:05.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:04 smithi142 bash[16247]: cluster 2024-01-18T05:36:02.989260+0000 mgr.smithi142.tzoxhd (mgr.14182) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:04 smithi142 bash[16247]: audit 2024-01-18T05:36:03.001586+0000 mgr.smithi142.tzoxhd (mgr.14182) 384 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:04 smithi162 bash[19760]: cluster 2024-01-18T05:36:02.989260+0000 mgr.smithi142.tzoxhd (mgr.14182) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:04 smithi162 bash[19760]: audit 2024-01-18T05:36:03.001586+0000 mgr.smithi142.tzoxhd (mgr.14182) 384 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:07.191 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:06 smithi142 bash[16247]: cluster 2024-01-18T05:36:04.990566+0000 mgr.smithi142.tzoxhd (mgr.14182) 385 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:06 smithi162 bash[19760]: cluster 2024-01-18T05:36:04.990566+0000 mgr.smithi142.tzoxhd (mgr.14182) 385 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:07.631 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:07.632 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:08.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:09.249 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:09.263 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:08 smithi142 bash[16247]: cluster 2024-01-18T05:36:06.991520+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:09.263 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:08 smithi142 bash[16247]: audit 2024-01-18T05:36:07.609802+0000 mgr.smithi142.tzoxhd (mgr.14182) 387 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:09.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:08 smithi162 bash[19760]: cluster 2024-01-18T05:36:06.991520+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:09.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:08 smithi162 bash[19760]: audit 2024-01-18T05:36:07.609802+0000 mgr.smithi142.tzoxhd (mgr.14182) 387 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:11.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:10 smithi142 bash[16247]: cluster 2024-01-18T05:36:08.992800+0000 mgr.smithi142.tzoxhd (mgr.14182) 388 : cluster [DBG] pgmap v293: 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-18T05:36:11.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:10 smithi162 bash[19760]: cluster 2024-01-18T05:36:08.992800+0000 mgr.smithi142.tzoxhd (mgr.14182) 388 : cluster [DBG] pgmap v293: 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-18T05:36:12.345 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:12.345 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:12.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:13.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:12 smithi142 bash[16247]: cluster 2024-01-18T05:36:10.993793+0000 mgr.smithi142.tzoxhd (mgr.14182) 389 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:12 smithi162 bash[19760]: cluster 2024-01-18T05:36:10.993793+0000 mgr.smithi142.tzoxhd (mgr.14182) 389 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:13.949 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:14.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:13 smithi142 bash[16247]: audit 2024-01-18T05:36:12.322534+0000 mgr.smithi142.tzoxhd (mgr.14182) 390 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:13 smithi162 bash[19760]: audit 2024-01-18T05:36:12.322534+0000 mgr.smithi142.tzoxhd (mgr.14182) 390 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:15.247 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:14 smithi142 bash[16247]: cluster 2024-01-18T05:36:12.994993+0000 mgr.smithi142.tzoxhd (mgr.14182) 391 : 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-18T05:36:15.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:14 smithi162 bash[19760]: cluster 2024-01-18T05:36:12.994993+0000 mgr.smithi142.tzoxhd (mgr.14182) 391 : 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-18T05:36:16.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:15 smithi142 bash[16247]: cluster 2024-01-18T05:36:14.996212+0000 mgr.smithi142.tzoxhd (mgr.14182) 392 : 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-18T05:36:16.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:15 smithi162 bash[19760]: cluster 2024-01-18T05:36:14.996212+0000 mgr.smithi142.tzoxhd (mgr.14182) 392 : 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-18T05:36:17.039 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:17.039 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:17.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:18.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:18 smithi142 bash[16247]: cluster 2024-01-18T05:36:16.997059+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:18.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:18 smithi142 bash[16247]: audit 2024-01-18T05:36:17.021880+0000 mgr.smithi142.tzoxhd (mgr.14182) 394 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:18.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:18 smithi162 bash[19760]: cluster 2024-01-18T05:36:16.997059+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:18.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:18 smithi162 bash[19760]: audit 2024-01-18T05:36:17.021880+0000 mgr.smithi142.tzoxhd (mgr.14182) 394 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:18.608 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:20.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:20 smithi142 bash[16247]: cluster 2024-01-18T05:36:18.998342+0000 mgr.smithi142.tzoxhd (mgr.14182) 395 : cluster [DBG] pgmap v298: 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-18T05:36:20.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:20 smithi162 bash[19760]: cluster 2024-01-18T05:36:18.998342+0000 mgr.smithi142.tzoxhd (mgr.14182) 395 : cluster [DBG] pgmap v298: 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-18T05:36:21.738 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:21.738 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:22.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:22.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:22 smithi142 bash[16247]: cluster 2024-01-18T05:36:20.999513+0000 mgr.smithi142.tzoxhd (mgr.14182) 396 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:22.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:22 smithi142 bash[16247]: audit 2024-01-18T05:36:21.713796+0000 mgr.smithi142.tzoxhd (mgr.14182) 397 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:22.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:22 smithi162 bash[19760]: cluster 2024-01-18T05:36:20.999513+0000 mgr.smithi142.tzoxhd (mgr.14182) 396 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:22.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:22 smithi162 bash[19760]: audit 2024-01-18T05:36:21.713796+0000 mgr.smithi142.tzoxhd (mgr.14182) 397 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:23.306 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:24.661 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:24 smithi142 bash[16247]: cluster 2024-01-18T05:36:23.000823+0000 mgr.smithi142.tzoxhd (mgr.14182) 398 : 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-18T05:36:24.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:24 smithi162 bash[19760]: cluster 2024-01-18T05:36:23.000823+0000 mgr.smithi142.tzoxhd (mgr.14182) 398 : 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-18T05:36:26.377 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:26.378 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:26.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:26 smithi142 bash[16247]: cluster 2024-01-18T05:36:25.002090+0000 mgr.smithi142.tzoxhd (mgr.14182) 399 : 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-18T05:36:26.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:26 smithi162 bash[19760]: cluster 2024-01-18T05:36:25.002090+0000 mgr.smithi142.tzoxhd (mgr.14182) 399 : 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-18T05:36:26.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:27.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:27 smithi142 bash[16247]: audit 2024-01-18T05:36:26.354119+0000 mgr.smithi142.tzoxhd (mgr.14182) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:27.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:27 smithi162 bash[19760]: audit 2024-01-18T05:36:26.354119+0000 mgr.smithi142.tzoxhd (mgr.14182) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:27.955 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:28.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:28 smithi142 bash[16247]: cluster 2024-01-18T05:36:27.003034+0000 mgr.smithi142.tzoxhd (mgr.14182) 401 : 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-18T05:36:28.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:28 smithi162 bash[19760]: cluster 2024-01-18T05:36:27.003034+0000 mgr.smithi142.tzoxhd (mgr.14182) 401 : 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-18T05:36:30.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:30 smithi142 bash[16247]: cluster 2024-01-18T05:36:29.004446+0000 mgr.smithi142.tzoxhd (mgr.14182) 402 : cluster [DBG] pgmap v303: 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-18T05:36:30.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:30 smithi162 bash[19760]: cluster 2024-01-18T05:36:29.004446+0000 mgr.smithi142.tzoxhd (mgr.14182) 402 : cluster [DBG] pgmap v303: 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-18T05:36:31.075 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:31.075 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:31.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:32.684 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:32.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:32 smithi142 bash[16247]: cluster 2024-01-18T05:36:31.005617+0000 mgr.smithi142.tzoxhd (mgr.14182) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:32.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:32 smithi142 bash[16247]: audit 2024-01-18T05:36:31.049577+0000 mgr.smithi142.tzoxhd (mgr.14182) 404 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:32.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:32 smithi162 bash[19760]: cluster 2024-01-18T05:36:31.005617+0000 mgr.smithi142.tzoxhd (mgr.14182) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:32.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:32 smithi162 bash[19760]: audit 2024-01-18T05:36:31.049577+0000 mgr.smithi142.tzoxhd (mgr.14182) 404 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:34.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:34 smithi142 bash[16247]: cluster 2024-01-18T05:36:33.006926+0000 mgr.smithi142.tzoxhd (mgr.14182) 405 : 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-18T05:36:34.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:34 smithi162 bash[19760]: cluster 2024-01-18T05:36:33.006926+0000 mgr.smithi142.tzoxhd (mgr.14182) 405 : 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-18T05:36:35.703 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:35.704 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:36.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:36.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:36 smithi142 bash[16247]: cluster 2024-01-18T05:36:35.008299+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:36.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:36 smithi142 bash[16247]: audit 2024-01-18T05:36:35.679250+0000 mgr.smithi142.tzoxhd (mgr.14182) 407 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:36.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:36 smithi162 bash[19760]: cluster 2024-01-18T05:36:35.008299+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:36.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:36 smithi162 bash[19760]: audit 2024-01-18T05:36:35.679250+0000 mgr.smithi142.tzoxhd (mgr.14182) 407 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:37.250 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:38.612 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:38 smithi142 bash[16247]: cluster 2024-01-18T05:36:37.009314+0000 mgr.smithi142.tzoxhd (mgr.14182) 408 : 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-18T05:36:38.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:38 smithi162 bash[19760]: cluster 2024-01-18T05:36:37.009314+0000 mgr.smithi142.tzoxhd (mgr.14182) 408 : 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-18T05:36:40.278 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:40.278 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:40.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:40 smithi142 bash[16247]: cluster 2024-01-18T05:36:39.010465+0000 mgr.smithi142.tzoxhd (mgr.14182) 409 : cluster [DBG] pgmap v308: 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-18T05:36:40.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:40.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:40 smithi162 bash[19760]: cluster 2024-01-18T05:36:39.010465+0000 mgr.smithi142.tzoxhd (mgr.14182) 409 : cluster [DBG] pgmap v308: 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-18T05:36:41.860 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:41.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:41 smithi162 bash[19760]: audit 2024-01-18T05:36:40.257314+0000 mgr.smithi142.tzoxhd (mgr.14182) 410 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:41.873 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:41 smithi142 bash[16247]: audit 2024-01-18T05:36:40.257314+0000 mgr.smithi142.tzoxhd (mgr.14182) 410 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:42.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:42 smithi162 bash[19760]: cluster 2024-01-18T05:36:41.011871+0000 mgr.smithi142.tzoxhd (mgr.14182) 411 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:43.042 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:42 smithi142 bash[16247]: cluster 2024-01-18T05:36:41.011871+0000 mgr.smithi142.tzoxhd (mgr.14182) 411 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:44.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:44 smithi162 bash[19760]: cluster 2024-01-18T05:36:43.012699+0000 mgr.smithi142.tzoxhd (mgr.14182) 412 : 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-18T05:36:45.056 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:45.056 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:45.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:44 smithi142 bash[16247]: cluster 2024-01-18T05:36:43.012699+0000 mgr.smithi142.tzoxhd (mgr.14182) 412 : 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-18T05:36:45.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:46.640 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:46.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:46 smithi162 bash[19760]: cluster 2024-01-18T05:36:45.013903+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:46.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:46 smithi162 bash[19760]: audit 2024-01-18T05:36:45.038859+0000 mgr.smithi142.tzoxhd (mgr.14182) 414 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:47.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:46 smithi142 bash[16247]: cluster 2024-01-18T05:36:45.013903+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:36:47.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:46 smithi142 bash[16247]: audit 2024-01-18T05:36:45.038859+0000 mgr.smithi142.tzoxhd (mgr.14182) 414 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:48.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:48 smithi162 bash[19760]: cluster 2024-01-18T05:36:47.015000+0000 mgr.smithi142.tzoxhd (mgr.14182) 415 : 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-18T05:36:49.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:48 smithi142 bash[16247]: cluster 2024-01-18T05:36:47.015000+0000 mgr.smithi142.tzoxhd (mgr.14182) 415 : 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-18T05:36:49.750 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:49.750 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:49.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:49 smithi162 bash[19760]: audit 2024-01-18T05:36:48.984353+0000 mon.smithi142 (mon.0) 729 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:36:49.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:49 smithi162 bash[19760]: audit 2024-01-18T05:36:49.276592+0000 mon.smithi142 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:50.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:49 smithi142 bash[16247]: audit 2024-01-18T05:36:48.984353+0000 mon.smithi142 (mon.0) 729 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:36:50.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:49 smithi142 bash[16247]: audit 2024-01-18T05:36:49.276592+0000 mon.smithi142 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:50.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:50 smithi162 bash[19760]: cluster 2024-01-18T05:36:49.016782+0000 mgr.smithi142.tzoxhd (mgr.14182) 416 : cluster [DBG] pgmap v313: 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-18T05:36:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:50 smithi162 bash[19760]: audit 2024-01-18T05:36:49.724832+0000 mgr.smithi142.tzoxhd (mgr.14182) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:51.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:50 smithi142 bash[16247]: cluster 2024-01-18T05:36:49.016782+0000 mgr.smithi142.tzoxhd (mgr.14182) 416 : cluster [DBG] pgmap v313: 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-18T05:36:51.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:50 smithi142 bash[16247]: audit 2024-01-18T05:36:49.724832+0000 mgr.smithi142.tzoxhd (mgr.14182) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:51.339 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:52.753 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:52 smithi142 bash[16247]: cluster 2024-01-18T05:36:51.017981+0000 mgr.smithi142.tzoxhd (mgr.14182) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:53.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:52 smithi162 bash[19760]: cluster 2024-01-18T05:36:51.017981+0000 mgr.smithi142.tzoxhd (mgr.14182) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:36:54.527 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:54.528 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.547046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:34:34.680867Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rcsqli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.549689Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.547445Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.547731Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.548023Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.548670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:35:40.548404Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:55.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:54 smithi142 bash[16247]: cluster 2024-01-18T05:36:53.019165+0000 mgr.smithi142.tzoxhd (mgr.14182) 419 : 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-18T05:36:55.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:54 smithi162 bash[19760]: cluster 2024-01-18T05:36:53.019165+0000 mgr.smithi142.tzoxhd (mgr.14182) 419 : 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-18T05:36:55.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:36:56.128 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:54.503339+0000 mgr.smithi142.tzoxhd (mgr.14182) 420 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:54.888469+0000 mon.smithi142 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:55.180396+0000 mon.smithi142 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:55.182289+0000 mon.smithi142 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:55.192694+0000 mon.smithi142 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:55.202862+0000 mon.smithi142 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:36:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:55 smithi142 bash[16247]: audit 2024-01-18T05:36:55.222261+0000 mon.smithi142 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:54.503339+0000 mgr.smithi142.tzoxhd (mgr.14182) 420 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:54.888469+0000 mon.smithi142 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:55.180396+0000 mon.smithi142 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:55.182289+0000 mon.smithi142 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:55.192694+0000 mon.smithi142 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:55.202862+0000 mon.smithi142 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:36:56.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:55 smithi162 bash[19760]: audit 2024-01-18T05:36:55.222261+0000 mon.smithi142 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:57.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:56 smithi142 bash[16247]: cluster 2024-01-18T05:36:55.020359+0000 mgr.smithi142.tzoxhd (mgr.14182) 421 : 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-18T05:36:57.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:56 smithi142 bash[16247]: cluster 2024-01-18T05:36:55.193706+0000 mgr.smithi142.tzoxhd (mgr.14182) 422 : cluster [DBG] pgmap v317: 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-18T05:36:57.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:56 smithi142 bash[16247]: cephadm 2024-01-18T05:36:55.226132+0000 mgr.smithi142.tzoxhd (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.bmlqfj on smithi162 2024-01-18T05:36:57.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:56 smithi142 bash[16247]: cluster 2024-01-18T05:36:55.886052+0000 mon.smithi142 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:36:57.173 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:56 smithi142 bash[16247]: cluster 2024-01-18T05:36:55.886136+0000 mon.smithi142 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-01-18T05:36:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:56 smithi162 bash[19760]: cluster 2024-01-18T05:36:55.020359+0000 mgr.smithi142.tzoxhd (mgr.14182) 421 : 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-18T05:36:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:56 smithi162 bash[19760]: cluster 2024-01-18T05:36:55.193706+0000 mgr.smithi142.tzoxhd (mgr.14182) 422 : cluster [DBG] pgmap v317: 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-18T05:36:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:56 smithi162 bash[19760]: cephadm 2024-01-18T05:36:55.226132+0000 mgr.smithi142.tzoxhd (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.bmlqfj on smithi162 2024-01-18T05:36:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:56 smithi162 bash[19760]: cluster 2024-01-18T05:36:55.886052+0000 mon.smithi142 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:36:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:56 smithi162 bash[19760]: cluster 2024-01-18T05:36:55.886136+0000 mon.smithi142 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-01-18T05:36:59.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:58 smithi142 bash[16247]: cluster 2024-01-18T05:36:57.194300+0000 mgr.smithi142.tzoxhd (mgr.14182) 424 : cluster [DBG] pgmap v318: 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-18T05:36:59.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:58 smithi142 bash[16247]: audit 2024-01-18T05:36:58.504366+0000 mon.smithi142 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:59.183 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:36:59.183 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:45.212615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ezxuoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ezxuoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ezxuoj\nDeploy daemon haproxy.nfs.foo.smithi162.ezxuoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.975713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.arkpyn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-arkpyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.arkpyn\nDeploy daemon haproxy.nfs.foo.smithi142.arkpyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:35:48.977927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oicwcl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:36:59.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:58 smithi162 bash[19760]: cluster 2024-01-18T05:36:57.194300+0000 mgr.smithi142.tzoxhd (mgr.14182) 424 : cluster [DBG] pgmap v318: 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-18T05:36:59.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:58 smithi162 bash[19760]: audit 2024-01-18T05:36:58.504366+0000 mon.smithi142 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:36:59.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:00.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:36:59 smithi162 bash[19760]: audit 2024-01-18T05:36:59.098230+0000 mon.smithi142 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.bmlqfj"}]: dispatch 2024-01-18T05:37:00.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:36:59 smithi142 bash[16247]: audit 2024-01-18T05:36:59.098230+0000 mon.smithi142 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.bmlqfj"}]: dispatch 2024-01-18T05:37:00.875 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: cephadm 2024-01-18T05:36:59.096994+0000 mgr.smithi142.tzoxhd (mgr.14182) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: cephadm 2024-01-18T05:36:59.097598+0000 mgr.smithi142.tzoxhd (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: cephadm 2024-01-18T05:36:59.099843+0000 mgr.smithi142.tzoxhd (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: cephadm 2024-01-18T05:36:59.104819+0000 mgr.smithi142.tzoxhd (mgr.14182) 428 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.nohamn on smithi142 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: audit 2024-01-18T05:36:59.160185+0000 mgr.smithi142.tzoxhd (mgr.14182) 429 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:01.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:00 smithi142 bash[16247]: cluster 2024-01-18T05:36:59.194984+0000 mgr.smithi142.tzoxhd (mgr.14182) 430 : cluster [DBG] pgmap v319: 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-18T05:37:01.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: cephadm 2024-01-18T05:36:59.096994+0000 mgr.smithi142.tzoxhd (mgr.14182) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:37:01.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: cephadm 2024-01-18T05:36:59.097598+0000 mgr.smithi142.tzoxhd (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: cephadm 2024-01-18T05:36:59.099843+0000 mgr.smithi142.tzoxhd (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj 2024-01-18T05:37:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.bmlqfj ... 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: cephadm 2024-01-18T05:36:59.104819+0000 mgr.smithi142.tzoxhd (mgr.14182) 428 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.nohamn on smithi142 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: audit 2024-01-18T05:36:59.160185+0000 mgr.smithi142.tzoxhd (mgr.14182) 429 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:00 smithi162 bash[19760]: cluster 2024-01-18T05:36:59.194984+0000 mgr.smithi142.tzoxhd (mgr.14182) 430 : cluster [DBG] pgmap v319: 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-18T05:37:03.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:02 smithi142 bash[16247]: cluster 2024-01-18T05:37:01.195873+0000 mgr.smithi142.tzoxhd (mgr.14182) 431 : 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-18T05:37:03.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:02 smithi162 bash[19760]: cluster 2024-01-18T05:37:01.195873+0000 mgr.smithi142.tzoxhd (mgr.14182) 431 : 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-18T05:37:04.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:03 smithi142 bash[16247]: audit 2024-01-18T05:37:03.574637+0000 mon.smithi142 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.nohamn"}]: dispatch 2024-01-18T05:37:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:03 smithi162 bash[19760]: audit 2024-01-18T05:37:03.574637+0000 mon.smithi142 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.nohamn"}]: dispatch 2024-01-18T05:37:04.383 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:04.383 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:05.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cluster 2024-01-18T05:37:03.196498+0000 mgr.smithi142.tzoxhd (mgr.14182) 432 : 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-18T05:37:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cephadm 2024-01-18T05:37:03.573395+0000 mgr.smithi142.tzoxhd (mgr.14182) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:37:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cephadm 2024-01-18T05:37:03.573945+0000 mgr.smithi142.tzoxhd (mgr.14182) 434 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cephadm 2024-01-18T05:37:03.576171+0000 mgr.smithi142.tzoxhd (mgr.14182) 435 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cephadm 2024-01-18T05:37:03.581518+0000 mgr.smithi142.tzoxhd (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cephadm 2024-01-18T05:37:03.584716+0000 mgr.smithi142.tzoxhd (mgr.14182) 437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cluster 2024-01-18T05:37:03.585587+0000 mgr.smithi142.tzoxhd (mgr.14182) 438 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: cluster 2024-01-18T05:37:03.922876+0000 mon.smithi142 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:37:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:04 smithi142 bash[16247]: audit 2024-01-18T05:37:03.939737+0000 mon.smithi142 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cluster 2024-01-18T05:37:03.196498+0000 mgr.smithi142.tzoxhd (mgr.14182) 432 : 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-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cephadm 2024-01-18T05:37:03.573395+0000 mgr.smithi142.tzoxhd (mgr.14182) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cephadm 2024-01-18T05:37:03.573945+0000 mgr.smithi142.tzoxhd (mgr.14182) 434 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cephadm 2024-01-18T05:37:03.576171+0000 mgr.smithi142.tzoxhd (mgr.14182) 435 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn 2024-01-18T05:37:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.nohamn ... 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cephadm 2024-01-18T05:37:03.581518+0000 mgr.smithi142.tzoxhd (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cephadm 2024-01-18T05:37:03.584716+0000 mgr.smithi142.tzoxhd (mgr.14182) 437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cluster 2024-01-18T05:37:03.585587+0000 mgr.smithi142.tzoxhd (mgr.14182) 438 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: cluster 2024-01-18T05:37:03.922876+0000 mon.smithi142 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:37:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:04 smithi162 bash[19760]: audit 2024-01-18T05:37:03.939737+0000 mon.smithi142 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:37:06.078 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:06.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:05 smithi142 bash[16247]: audit 2024-01-18T05:37:04.365551+0000 mgr.smithi142.tzoxhd (mgr.14182) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:05 smithi162 bash[19760]: audit 2024-01-18T05:37:04.365551+0000 mgr.smithi142.tzoxhd (mgr.14182) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:07.290 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:06 smithi142 bash[16247]: cluster 2024-01-18T05:37:05.586727+0000 mgr.smithi142.tzoxhd (mgr.14182) 440 : cluster [DBG] pgmap v323: 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-18T05:37:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:06 smithi162 bash[19760]: cluster 2024-01-18T05:37:05.586727+0000 mgr.smithi142.tzoxhd (mgr.14182) 440 : cluster [DBG] pgmap v323: 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-18T05:37:09.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:08 smithi142 bash[16247]: cluster 2024-01-18T05:37:07.587729+0000 mgr.smithi142.tzoxhd (mgr.14182) 441 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T05:37:09.180 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:09.180 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:09.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:08 smithi162 bash[19760]: cluster 2024-01-18T05:37:07.587729+0000 mgr.smithi142.tzoxhd (mgr.14182) 441 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T05:37:09.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:10.773 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:10.786 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:10 smithi142 bash[16247]: audit 2024-01-18T05:37:09.162905+0000 mgr.smithi142.tzoxhd (mgr.14182) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:10.786 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:10 smithi142 bash[16247]: cluster 2024-01-18T05:37:09.588809+0000 mgr.smithi142.tzoxhd (mgr.14182) 443 : cluster [DBG] pgmap v325: 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-18T05:37:10.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:10 smithi162 bash[19760]: audit 2024-01-18T05:37:09.162905+0000 mgr.smithi142.tzoxhd (mgr.14182) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:10.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:10 smithi162 bash[19760]: cluster 2024-01-18T05:37:09.588809+0000 mgr.smithi142.tzoxhd (mgr.14182) 443 : cluster [DBG] pgmap v325: 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-18T05:37:13.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:12 smithi142 bash[16247]: cluster 2024-01-18T05:37:11.589738+0000 mgr.smithi142.tzoxhd (mgr.14182) 444 : cluster [DBG] pgmap v326: 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-18T05:37:13.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:12 smithi162 bash[19760]: cluster 2024-01-18T05:37:11.589738+0000 mgr.smithi142.tzoxhd (mgr.14182) 444 : cluster [DBG] pgmap v326: 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-18T05:37:13.804 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:13.804 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:14.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:14.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:14 smithi142 bash[16247]: audit 2024-01-18T05:37:13.506754+0000 mon.smithi142 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:37:14.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:14 smithi142 bash[16247]: cluster 2024-01-18T05:37:13.590962+0000 mgr.smithi142.tzoxhd (mgr.14182) 445 : cluster [DBG] pgmap v327: 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-18T05:37:14.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:14 smithi142 bash[16247]: audit 2024-01-18T05:37:13.778769+0000 mgr.smithi142.tzoxhd (mgr.14182) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:14.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:14 smithi162 bash[19760]: audit 2024-01-18T05:37:13.506754+0000 mon.smithi142 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:37:14.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:14 smithi162 bash[19760]: cluster 2024-01-18T05:37:13.590962+0000 mgr.smithi142.tzoxhd (mgr.14182) 445 : cluster [DBG] pgmap v327: 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-18T05:37:14.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:14 smithi162 bash[19760]: audit 2024-01-18T05:37:13.778769+0000 mgr.smithi142.tzoxhd (mgr.14182) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:15.400 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:16.770 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:16 smithi142 bash[16247]: cluster 2024-01-18T05:37:15.591606+0000 mgr.smithi142.tzoxhd (mgr.14182) 447 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:17.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:16 smithi162 bash[19760]: cluster 2024-01-18T05:37:15.591606+0000 mgr.smithi142.tzoxhd (mgr.14182) 447 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:18.497 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:18.497 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:18.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:18 smithi142 bash[16247]: cluster 2024-01-18T05:37:17.592726+0000 mgr.smithi142.tzoxhd (mgr.14182) 448 : cluster [DBG] pgmap v329: 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-18T05:37:19.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:19.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:18 smithi162 bash[19760]: cluster 2024-01-18T05:37:17.592726+0000 mgr.smithi142.tzoxhd (mgr.14182) 448 : cluster [DBG] pgmap v329: 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-18T05:37:20.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:19 smithi142 bash[16247]: audit 2024-01-18T05:37:18.473095+0000 mgr.smithi142.tzoxhd (mgr.14182) 449 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:20.072 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:20.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:19 smithi162 bash[19760]: audit 2024-01-18T05:37:18.473095+0000 mgr.smithi142.tzoxhd (mgr.14182) 449 : audit [DBG] from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:21.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:20 smithi142 bash[16247]: cluster 2024-01-18T05:37:19.593895+0000 mgr.smithi142.tzoxhd (mgr.14182) 450 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:21.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:20 smithi162 bash[19760]: cluster 2024-01-18T05:37:19.593895+0000 mgr.smithi142.tzoxhd (mgr.14182) 450 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:23.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:22 smithi142 bash[16247]: cluster 2024-01-18T05:37:21.595058+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:23.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:22 smithi162 bash[19760]: cluster 2024-01-18T05:37:21.595058+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:23.282 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:23.282 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:23.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:24.879 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:25.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:24 smithi142 bash[16247]: audit 2024-01-18T05:37:23.263541+0000 mgr.smithi142.tzoxhd (mgr.14182) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:25.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:24 smithi142 bash[16247]: cluster 2024-01-18T05:37:23.596252+0000 mgr.smithi142.tzoxhd (mgr.14182) 453 : 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-18T05:37:25.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:24 smithi162 bash[19760]: audit 2024-01-18T05:37:23.263541+0000 mgr.smithi142.tzoxhd (mgr.14182) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:25.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:24 smithi162 bash[19760]: cluster 2024-01-18T05:37:23.596252+0000 mgr.smithi142.tzoxhd (mgr.14182) 453 : 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-18T05:37:27.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:26 smithi142 bash[16247]: cluster 2024-01-18T05:37:25.597445+0000 mgr.smithi142.tzoxhd (mgr.14182) 454 : 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-18T05:37:27.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:26 smithi162 bash[19760]: cluster 2024-01-18T05:37:25.597445+0000 mgr.smithi142.tzoxhd (mgr.14182) 454 : 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-18T05:37:27.933 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:27.933 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:28.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:28.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:28 smithi142 bash[16247]: cluster 2024-01-18T05:37:27.598203+0000 mgr.smithi142.tzoxhd (mgr.14182) 455 : cluster [DBG] pgmap v334: 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-18T05:37:28.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:28 smithi142 bash[16247]: audit 2024-01-18T05:37:27.915036+0000 mgr.smithi142.tzoxhd (mgr.14182) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:29.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:28 smithi162 bash[19760]: cluster 2024-01-18T05:37:27.598203+0000 mgr.smithi142.tzoxhd (mgr.14182) 455 : cluster [DBG] pgmap v334: 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-18T05:37:29.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:28 smithi162 bash[19760]: audit 2024-01-18T05:37:27.915036+0000 mgr.smithi142.tzoxhd (mgr.14182) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:29.550 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:30.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:30 smithi142 bash[16247]: cluster 2024-01-18T05:37:29.599374+0000 mgr.smithi142.tzoxhd (mgr.14182) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:30.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:30 smithi162 bash[19760]: cluster 2024-01-18T05:37:29.599374+0000 mgr.smithi142.tzoxhd (mgr.14182) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:32.542 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:32.542 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:33.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:32 smithi142 bash[16247]: cluster 2024-01-18T05:37:31.600154+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:33.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:32 smithi162 bash[19760]: cluster 2024-01-18T05:37:31.600154+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:33.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:34.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:33 smithi142 bash[16247]: audit 2024-01-18T05:37:32.518473+0000 mgr.smithi142.tzoxhd (mgr.14182) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:34.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:33 smithi162 bash[19760]: audit 2024-01-18T05:37:32.518473+0000 mgr.smithi142.tzoxhd (mgr.14182) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:34.146 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:35.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:34 smithi142 bash[16247]: cluster 2024-01-18T05:37:33.601361+0000 mgr.smithi142.tzoxhd (mgr.14182) 460 : 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-18T05:37:35.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:34 smithi162 bash[19760]: cluster 2024-01-18T05:37:33.601361+0000 mgr.smithi142.tzoxhd (mgr.14182) 460 : 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-18T05:37:37.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:36 smithi142 bash[16247]: cluster 2024-01-18T05:37:35.602508+0000 mgr.smithi142.tzoxhd (mgr.14182) 461 : 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-18T05:37:37.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:36 smithi162 bash[19760]: cluster 2024-01-18T05:37:35.602508+0000 mgr.smithi142.tzoxhd (mgr.14182) 461 : 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-18T05:37:37.257 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:37.258 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:37.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:38.884 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:39.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:38 smithi142 bash[16247]: audit 2024-01-18T05:37:37.232870+0000 mgr.smithi142.tzoxhd (mgr.14182) 462 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:39.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:38 smithi142 bash[16247]: cluster 2024-01-18T05:37:37.603662+0000 mgr.smithi142.tzoxhd (mgr.14182) 463 : cluster [DBG] pgmap v339: 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-18T05:37:39.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:38 smithi162 bash[19760]: audit 2024-01-18T05:37:37.232870+0000 mgr.smithi142.tzoxhd (mgr.14182) 462 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:39.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:38 smithi162 bash[19760]: cluster 2024-01-18T05:37:37.603662+0000 mgr.smithi142.tzoxhd (mgr.14182) 463 : cluster [DBG] pgmap v339: 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-18T05:37:40.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:40 smithi142 bash[16247]: cluster 2024-01-18T05:37:39.604839+0000 mgr.smithi142.tzoxhd (mgr.14182) 464 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:40.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:40 smithi162 bash[19760]: cluster 2024-01-18T05:37:39.604839+0000 mgr.smithi142.tzoxhd (mgr.14182) 464 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:41.897 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:41.897 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:42.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:42.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:42 smithi142 bash[16247]: cluster 2024-01-18T05:37:41.605455+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:42.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:42 smithi142 bash[16247]: audit 2024-01-18T05:37:41.872721+0000 mgr.smithi142.tzoxhd (mgr.14182) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:43.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:42 smithi162 bash[19760]: cluster 2024-01-18T05:37:41.605455+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:43.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:42 smithi162 bash[19760]: audit 2024-01-18T05:37:41.872721+0000 mgr.smithi142.tzoxhd (mgr.14182) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:43.504 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:44.888 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:44 smithi142 bash[16247]: cluster 2024-01-18T05:37:43.606504+0000 mgr.smithi142.tzoxhd (mgr.14182) 467 : 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-18T05:37:45.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:44 smithi162 bash[19760]: cluster 2024-01-18T05:37:43.606504+0000 mgr.smithi142.tzoxhd (mgr.14182) 467 : 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-18T05:37:46.628 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:46.628 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:47.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:46 smithi142 bash[16247]: cluster 2024-01-18T05:37:45.607624+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:47.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:46 smithi162 bash[19760]: cluster 2024-01-18T05:37:45.607624+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:47.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:48.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:47 smithi142 bash[16247]: audit 2024-01-18T05:37:46.603483+0000 mgr.smithi142.tzoxhd (mgr.14182) 469 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:48.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:47 smithi162 bash[19760]: audit 2024-01-18T05:37:46.603483+0000 mgr.smithi142.tzoxhd (mgr.14182) 469 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:48.238 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:49.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:48 smithi142 bash[16247]: cluster 2024-01-18T05:37:47.608824+0000 mgr.smithi142.tzoxhd (mgr.14182) 470 : cluster [DBG] pgmap v344: 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-18T05:37:49.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:48 smithi162 bash[19760]: cluster 2024-01-18T05:37:47.608824+0000 mgr.smithi142.tzoxhd (mgr.14182) 470 : cluster [DBG] pgmap v344: 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-18T05:37:50.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:50 smithi142 bash[16247]: cluster 2024-01-18T05:37:49.609517+0000 mgr.smithi142.tzoxhd (mgr.14182) 471 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:50 smithi162 bash[19760]: cluster 2024-01-18T05:37:49.609517+0000 mgr.smithi142.tzoxhd (mgr.14182) 471 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:37:51.273 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:51.273 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:51.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:52.908 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:53.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:52 smithi142 bash[16247]: audit 2024-01-18T05:37:51.248376+0000 mgr.smithi142.tzoxhd (mgr.14182) 472 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:53.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:52 smithi142 bash[16247]: cluster 2024-01-18T05:37:51.610578+0000 mgr.smithi142.tzoxhd (mgr.14182) 473 : 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-18T05:37:53.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:52 smithi162 bash[19760]: audit 2024-01-18T05:37:51.248376+0000 mgr.smithi142.tzoxhd (mgr.14182) 472 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:53.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:52 smithi162 bash[19760]: cluster 2024-01-18T05:37:51.610578+0000 mgr.smithi142.tzoxhd (mgr.14182) 473 : 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-18T05:37:55.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:54 smithi142 bash[16247]: cluster 2024-01-18T05:37:53.611181+0000 mgr.smithi142.tzoxhd (mgr.14182) 474 : 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-18T05:37:55.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:54 smithi162 bash[19760]: cluster 2024-01-18T05:37:53.611181+0000 mgr.smithi142.tzoxhd (mgr.14182) 474 : 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-18T05:37:56.056 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:37:56.056 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:37:56.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:37:57.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:56 smithi142 bash[16247]: cluster 2024-01-18T05:37:55.612028+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:57.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:56 smithi162 bash[19760]: cluster 2024-01-18T05:37:55.612028+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:37:57.605 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:37:58.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:57 smithi142 bash[16247]: audit 2024-01-18T05:37:56.030168+0000 mgr.smithi142.tzoxhd (mgr.14182) 476 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:58.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:57 smithi162 bash[19760]: audit 2024-01-18T05:37:56.030168+0000 mgr.smithi142.tzoxhd (mgr.14182) 476 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:37:58.953 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:37:58 smithi142 bash[16247]: cluster 2024-01-18T05:37:57.612682+0000 mgr.smithi142.tzoxhd (mgr.14182) 477 : cluster [DBG] pgmap v349: 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-18T05:37:59.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:37:58 smithi162 bash[19760]: cluster 2024-01-18T05:37:57.612682+0000 mgr.smithi142.tzoxhd (mgr.14182) 477 : cluster [DBG] pgmap v349: 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-18T05:38:00.683 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:00.683 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:00.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:00 smithi142 bash[16247]: cluster 2024-01-18T05:37:59.613823+0000 mgr.smithi142.tzoxhd (mgr.14182) 478 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:00.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:00 smithi162 bash[19760]: cluster 2024-01-18T05:37:59.613823+0000 mgr.smithi142.tzoxhd (mgr.14182) 478 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:01.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:01.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:01 smithi142 bash[16247]: audit 2024-01-18T05:38:00.659364+0000 mgr.smithi142.tzoxhd (mgr.14182) 479 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:01.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:01 smithi162 bash[19760]: audit 2024-01-18T05:38:00.659364+0000 mgr.smithi142.tzoxhd (mgr.14182) 479 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:02.276 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:02.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:02 smithi142 bash[16247]: cluster 2024-01-18T05:38:01.614981+0000 mgr.smithi142.tzoxhd (mgr.14182) 480 : 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-18T05:38:02.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:02 smithi162 bash[19760]: cluster 2024-01-18T05:38:01.614981+0000 mgr.smithi142.tzoxhd (mgr.14182) 480 : 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-18T05:38:03.739 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:03 smithi142 bash[16247]: audit 2024-01-18T05:38:03.588489+0000 mon.smithi142 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:38:04.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:03 smithi162 bash[19760]: audit 2024-01-18T05:38:03.588489+0000 mon.smithi142 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:38:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: cluster 2024-01-18T05:38:03.615984+0000 mgr.smithi142.tzoxhd (mgr.14182) 481 : 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-18T05:38:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:03.902657+0000 mon.smithi142 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:04.201541+0000 mon.smithi142 (mon.0) 747 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:38:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:04.203323+0000 mon.smithi142 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:38:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:04.211633+0000 mon.smithi142 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:04.219849+0000 mon.smithi142 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:38:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:04 smithi142 bash[16247]: audit 2024-01-18T05:38:04.233174+0000 mon.smithi142 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: cluster 2024-01-18T05:38:03.615984+0000 mgr.smithi142.tzoxhd (mgr.14182) 481 : 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-18T05:38:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:03.902657+0000 mon.smithi142 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:04.201541+0000 mon.smithi142 (mon.0) 747 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:38:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:04.203323+0000 mon.smithi142 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:38:05.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:04.211633+0000 mon.smithi142 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:04.219849+0000 mon.smithi142 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:38:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:04 smithi162 bash[19760]: audit 2024-01-18T05:38:04.233174+0000 mon.smithi142 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:05.457 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:05.457 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:35:48.979829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.moeaoc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:06.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:06.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:05 smithi142 bash[16247]: cluster 2024-01-18T05:38:04.212623+0000 mgr.smithi142.tzoxhd (mgr.14182) 482 : cluster [DBG] pgmap v353: 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-18T05:38:06.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:05 smithi142 bash[16247]: cephadm 2024-01-18T05:38:04.236462+0000 mgr.smithi142.tzoxhd (mgr.14182) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.crvbbl on smithi162 2024-01-18T05:38:06.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:05 smithi142 bash[16247]: cluster 2024-01-18T05:38:05.209417+0000 mon.smithi142 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:38:06.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:05 smithi142 bash[16247]: cluster 2024-01-18T05:38:05.209515+0000 mon.smithi142 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-01-18T05:38:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:05 smithi162 bash[19760]: cluster 2024-01-18T05:38:04.212623+0000 mgr.smithi142.tzoxhd (mgr.14182) 482 : cluster [DBG] pgmap v353: 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-18T05:38:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:05 smithi162 bash[19760]: cephadm 2024-01-18T05:38:04.236462+0000 mgr.smithi142.tzoxhd (mgr.14182) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.crvbbl on smithi162 2024-01-18T05:38:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:05 smithi162 bash[19760]: cluster 2024-01-18T05:38:05.209417+0000 mon.smithi142 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:38:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:05 smithi162 bash[19760]: cluster 2024-01-18T05:38:05.209515+0000 mon.smithi142 (mon.0) 753 : cluster [INF] Cluster is now healthy 2024-01-18T05:38:07.073 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:06 smithi142 bash[16247]: audit 2024-01-18T05:38:05.431513+0000 mgr.smithi142.tzoxhd (mgr.14182) 484 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:06 smithi162 bash[19760]: audit 2024-01-18T05:38:05.431513+0000 mgr.smithi142.tzoxhd (mgr.14182) 484 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:08.216 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:07 smithi142 bash[16247]: cluster 2024-01-18T05:38:06.213536+0000 mgr.smithi142.tzoxhd (mgr.14182) 485 : cluster [DBG] pgmap v354: 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-18T05:38:08.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:07 smithi162 bash[19760]: cluster 2024-01-18T05:38:06.213536+0000 mgr.smithi142.tzoxhd (mgr.14182) 485 : cluster [DBG] pgmap v354: 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-18T05:38:09.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:08 smithi142 bash[16247]: audit 2024-01-18T05:38:08.204265+0000 mon.smithi142 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.crvbbl"}]: dispatch 2024-01-18T05:38:09.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:08 smithi162 bash[19760]: audit 2024-01-18T05:38:08.204265+0000 mon.smithi142 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.crvbbl"}]: dispatch 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: cephadm 2024-01-18T05:38:08.203134+0000 mgr.smithi142.tzoxhd (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: cephadm 2024-01-18T05:38:08.203572+0000 mgr.smithi142.tzoxhd (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: cephadm 2024-01-18T05:38:08.206037+0000 mgr.smithi142.tzoxhd (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: cephadm 2024-01-18T05:38:08.210743+0000 mgr.smithi142.tzoxhd (mgr.14182) 489 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.tazogp on smithi142 2024-01-18T05:38:10.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:09 smithi142 bash[16247]: cluster 2024-01-18T05:38:08.214141+0000 mgr.smithi142.tzoxhd (mgr.14182) 490 : 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-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: cephadm 2024-01-18T05:38:08.203134+0000 mgr.smithi142.tzoxhd (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: cephadm 2024-01-18T05:38:08.203572+0000 mgr.smithi142.tzoxhd (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: cephadm 2024-01-18T05:38:08.206037+0000 mgr.smithi142.tzoxhd (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.crvbbl ... 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: cephadm 2024-01-18T05:38:08.210743+0000 mgr.smithi142.tzoxhd (mgr.14182) 489 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.tazogp on smithi142 2024-01-18T05:38:10.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:09 smithi162 bash[19760]: cluster 2024-01-18T05:38:08.214141+0000 mgr.smithi142.tzoxhd (mgr.14182) 490 : 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-18T05:38:10.223 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:10.223 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:36:59.099575Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.bmlqfj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-bmlqfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.bmlqfj\nDeploy daemon haproxy.nfs.foo.smithi162.bmlqfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.575785Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nohamn on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nohamn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nohamn\nDeploy daemon haproxy.nfs.foo.smithi142.nohamn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:37:03.581290Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cvdakd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:10.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:11.835 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:12.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:11 smithi142 bash[16247]: audit 2024-01-18T05:38:10.200765+0000 mgr.smithi142.tzoxhd (mgr.14182) 491 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:12.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:11 smithi142 bash[16247]: cluster 2024-01-18T05:38:10.215065+0000 mgr.smithi142.tzoxhd (mgr.14182) 492 : 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-18T05:38:12.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:11 smithi162 bash[19760]: audit 2024-01-18T05:38:10.200765+0000 mgr.smithi142.tzoxhd (mgr.14182) 491 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:12.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:11 smithi162 bash[19760]: cluster 2024-01-18T05:38:10.215065+0000 mgr.smithi142.tzoxhd (mgr.14182) 492 : 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-18T05:38:13.213 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:12 smithi142 bash[16247]: audit 2024-01-18T05:38:12.515049+0000 mon.smithi142 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.tazogp"}]: dispatch 2024-01-18T05:38:13.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:12 smithi162 bash[19760]: audit 2024-01-18T05:38:12.515049+0000 mon.smithi142 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.tazogp"}]: dispatch 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cluster 2024-01-18T05:38:12.215835+0000 mgr.smithi142.tzoxhd (mgr.14182) 493 : 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-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cephadm 2024-01-18T05:38:12.514314+0000 mgr.smithi142.tzoxhd (mgr.14182) 494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cephadm 2024-01-18T05:38:12.514567+0000 mgr.smithi142.tzoxhd (mgr.14182) 495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cephadm 2024-01-18T05:38:12.516059+0000 mgr.smithi142.tzoxhd (mgr.14182) 496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cephadm 2024-01-18T05:38:12.517888+0000 mgr.smithi142.tzoxhd (mgr.14182) 497 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cephadm 2024-01-18T05:38:12.519598+0000 mgr.smithi142.tzoxhd (mgr.14182) 498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cluster 2024-01-18T05:38:12.520678+0000 mgr.smithi142.tzoxhd (mgr.14182) 499 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T05:38:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:13 smithi142 bash[16247]: cluster 2024-01-18T05:38:12.939455+0000 mon.smithi142 (mon.0) 756 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cluster 2024-01-18T05:38:12.215835+0000 mgr.smithi142.tzoxhd (mgr.14182) 493 : 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-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cephadm 2024-01-18T05:38:12.514314+0000 mgr.smithi142.tzoxhd (mgr.14182) 494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cephadm 2024-01-18T05:38:12.514567+0000 mgr.smithi142.tzoxhd (mgr.14182) 495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cephadm 2024-01-18T05:38:12.516059+0000 mgr.smithi142.tzoxhd (mgr.14182) 496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.tazogp ... 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cephadm 2024-01-18T05:38:12.517888+0000 mgr.smithi142.tzoxhd (mgr.14182) 497 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cephadm 2024-01-18T05:38:12.519598+0000 mgr.smithi142.tzoxhd (mgr.14182) 498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cluster 2024-01-18T05:38:12.520678+0000 mgr.smithi142.tzoxhd (mgr.14182) 499 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T05:38:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:13 smithi162 bash[19760]: cluster 2024-01-18T05:38:12.939455+0000 mon.smithi142 (mon.0) 756 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:38:15.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:14 smithi142 bash[16247]: audit 2024-01-18T05:38:13.981619+0000 mon.smithi142 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:15.215 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:15.216 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:15.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:14 smithi162 bash[19760]: audit 2024-01-18T05:38:13.981619+0000 mon.smithi142 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:38:15.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:16.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:15 smithi142 bash[16247]: cluster 2024-01-18T05:38:14.522027+0000 mgr.smithi142.tzoxhd (mgr.14182) 500 : cluster [DBG] pgmap v359: 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-18T05:38:16.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:15 smithi142 bash[16247]: audit 2024-01-18T05:38:15.190126+0000 mgr.smithi142.tzoxhd (mgr.14182) 501 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:16.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:15 smithi162 bash[19760]: cluster 2024-01-18T05:38:14.522027+0000 mgr.smithi142.tzoxhd (mgr.14182) 500 : cluster [DBG] pgmap v359: 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-18T05:38:16.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:15 smithi162 bash[19760]: audit 2024-01-18T05:38:15.190126+0000 mgr.smithi142.tzoxhd (mgr.14182) 501 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:16.824 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:17.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:16 smithi142 bash[16247]: cluster 2024-01-18T05:38:16.523269+0000 mgr.smithi142.tzoxhd (mgr.14182) 502 : cluster [DBG] pgmap v360: 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-18T05:38:17.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:17 smithi162 bash[19760]: cluster 2024-01-18T05:38:16.523269+0000 mgr.smithi142.tzoxhd (mgr.14182) 502 : cluster [DBG] pgmap v360: 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-18T05:38:19.793 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:19.793 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:19.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:19 smithi142 bash[16247]: cluster 2024-01-18T05:38:18.524469+0000 mgr.smithi142.tzoxhd (mgr.14182) 503 : cluster [DBG] pgmap v361: 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-18T05:38:19.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:19 smithi162 bash[19760]: cluster 2024-01-18T05:38:18.524469+0000 mgr.smithi142.tzoxhd (mgr.14182) 503 : cluster [DBG] pgmap v361: 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-18T05:38:20.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:20.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:20 smithi142 bash[16247]: audit 2024-01-18T05:38:19.768365+0000 mgr.smithi142.tzoxhd (mgr.14182) 504 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:20.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:20 smithi162 bash[19760]: audit 2024-01-18T05:38:19.768365+0000 mgr.smithi142.tzoxhd (mgr.14182) 504 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:21.416 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:21.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:21 smithi142 bash[16247]: cluster 2024-01-18T05:38:20.525708+0000 mgr.smithi142.tzoxhd (mgr.14182) 505 : cluster [DBG] pgmap v362: 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-18T05:38:21.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:21 smithi162 bash[19760]: cluster 2024-01-18T05:38:20.525708+0000 mgr.smithi142.tzoxhd (mgr.14182) 505 : cluster [DBG] pgmap v362: 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-18T05:38:23.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:23 smithi162 bash[19760]: cluster 2024-01-18T05:38:22.526512+0000 mgr.smithi142.tzoxhd (mgr.14182) 506 : cluster [DBG] pgmap v363: 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-18T05:38:24.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:23 smithi142 bash[16247]: cluster 2024-01-18T05:38:22.526512+0000 mgr.smithi142.tzoxhd (mgr.14182) 506 : cluster [DBG] pgmap v363: 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-18T05:38:24.648 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:24.648 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:25.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:26.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:25 smithi142 bash[16247]: cluster 2024-01-18T05:38:24.527722+0000 mgr.smithi142.tzoxhd (mgr.14182) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:26.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:25 smithi142 bash[16247]: audit 2024-01-18T05:38:24.625541+0000 mgr.smithi142.tzoxhd (mgr.14182) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:26.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:25 smithi162 bash[19760]: cluster 2024-01-18T05:38:24.527722+0000 mgr.smithi142.tzoxhd (mgr.14182) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:26.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:25 smithi162 bash[19760]: audit 2024-01-18T05:38:24.625541+0000 mgr.smithi142.tzoxhd (mgr.14182) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:26.238 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:27.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:27 smithi142 bash[16247]: cluster 2024-01-18T05:38:26.528883+0000 mgr.smithi142.tzoxhd (mgr.14182) 509 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:28.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:27 smithi162 bash[19760]: cluster 2024-01-18T05:38:26.528883+0000 mgr.smithi142.tzoxhd (mgr.14182) 509 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:29.245 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:29.246 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:29.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:30.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:29 smithi142 bash[16247]: cluster 2024-01-18T05:38:28.530038+0000 mgr.smithi142.tzoxhd (mgr.14182) 510 : cluster [DBG] pgmap v366: 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-18T05:38:30.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:29 smithi162 bash[19760]: cluster 2024-01-18T05:38:28.530038+0000 mgr.smithi142.tzoxhd (mgr.14182) 510 : cluster [DBG] pgmap v366: 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-18T05:38:30.829 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:31.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:30 smithi142 bash[16247]: audit 2024-01-18T05:38:29.227841+0000 mgr.smithi142.tzoxhd (mgr.14182) 511 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:31.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:30 smithi162 bash[19760]: audit 2024-01-18T05:38:29.227841+0000 mgr.smithi142.tzoxhd (mgr.14182) 511 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:31.953 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:31 smithi142 bash[16247]: cluster 2024-01-18T05:38:30.531283+0000 mgr.smithi142.tzoxhd (mgr.14182) 512 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:32.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:31 smithi162 bash[19760]: cluster 2024-01-18T05:38:30.531283+0000 mgr.smithi142.tzoxhd (mgr.14182) 512 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:33.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:33 smithi142 bash[16247]: cluster 2024-01-18T05:38:32.532356+0000 mgr.smithi142.tzoxhd (mgr.14182) 513 : 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-18T05:38:33.930 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:33.931 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:34.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:33 smithi162 bash[19760]: cluster 2024-01-18T05:38:32.532356+0000 mgr.smithi142.tzoxhd (mgr.14182) 513 : 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-18T05:38:34.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:34.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:34 smithi142 bash[16247]: audit 2024-01-18T05:38:33.912693+0000 mgr.smithi142.tzoxhd (mgr.14182) 514 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:35.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:34 smithi162 bash[19760]: audit 2024-01-18T05:38:33.912693+0000 mgr.smithi142.tzoxhd (mgr.14182) 514 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:35.544 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:35.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:35 smithi142 bash[16247]: cluster 2024-01-18T05:38:34.533613+0000 mgr.smithi142.tzoxhd (mgr.14182) 515 : 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-18T05:38:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:35 smithi162 bash[19760]: cluster 2024-01-18T05:38:34.533613+0000 mgr.smithi142.tzoxhd (mgr.14182) 515 : 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-18T05:38:38.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:37 smithi142 bash[16247]: cluster 2024-01-18T05:38:36.534840+0000 mgr.smithi142.tzoxhd (mgr.14182) 516 : 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-18T05:38:38.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:37 smithi162 bash[19760]: cluster 2024-01-18T05:38:36.534840+0000 mgr.smithi142.tzoxhd (mgr.14182) 516 : 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-18T05:38:38.538 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:38.538 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:39.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:40.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:39 smithi142 bash[16247]: audit 2024-01-18T05:38:38.520262+0000 mgr.smithi142.tzoxhd (mgr.14182) 517 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:40.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:39 smithi142 bash[16247]: cluster 2024-01-18T05:38:38.535958+0000 mgr.smithi142.tzoxhd (mgr.14182) 518 : cluster [DBG] pgmap v371: 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-18T05:38:40.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:39 smithi162 bash[19760]: audit 2024-01-18T05:38:38.520262+0000 mgr.smithi142.tzoxhd (mgr.14182) 517 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:40.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:39 smithi162 bash[19760]: cluster 2024-01-18T05:38:38.535958+0000 mgr.smithi142.tzoxhd (mgr.14182) 518 : cluster [DBG] pgmap v371: 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-18T05:38:40.215 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:41.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:41 smithi142 bash[16247]: cluster 2024-01-18T05:38:40.537211+0000 mgr.smithi142.tzoxhd (mgr.14182) 519 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:42.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:41 smithi162 bash[19760]: cluster 2024-01-18T05:38:40.537211+0000 mgr.smithi142.tzoxhd (mgr.14182) 519 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:43.363 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:43.363 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:43.961 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:43 smithi142 bash[16247]: cluster 2024-01-18T05:38:42.538368+0000 mgr.smithi142.tzoxhd (mgr.14182) 520 : 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-18T05:38:43.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:44.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:43 smithi162 bash[19760]: cluster 2024-01-18T05:38:42.538368+0000 mgr.smithi142.tzoxhd (mgr.14182) 520 : 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-18T05:38:44.963 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:44.974 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:44 smithi142 bash[16247]: audit 2024-01-18T05:38:43.339043+0000 mgr.smithi142.tzoxhd (mgr.14182) 521 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:45.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:44 smithi162 bash[19760]: audit 2024-01-18T05:38:43.339043+0000 mgr.smithi142.tzoxhd (mgr.14182) 521 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:45.999 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:45 smithi142 bash[16247]: cluster 2024-01-18T05:38:44.539605+0000 mgr.smithi142.tzoxhd (mgr.14182) 522 : 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-18T05:38:46.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:45 smithi162 bash[19760]: cluster 2024-01-18T05:38:44.539605+0000 mgr.smithi142.tzoxhd (mgr.14182) 522 : 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-18T05:38:47.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:47 smithi142 bash[16247]: cluster 2024-01-18T05:38:46.540804+0000 mgr.smithi142.tzoxhd (mgr.14182) 523 : 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-18T05:38:47.888 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:47.892 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:48.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:47 smithi162 bash[19760]: cluster 2024-01-18T05:38:46.540804+0000 mgr.smithi142.tzoxhd (mgr.14182) 523 : 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-18T05:38:48.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:48 smithi142 bash[16247]: audit 2024-01-18T05:38:47.862568+0000 mgr.smithi142.tzoxhd (mgr.14182) 524 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:49.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:48 smithi162 bash[19760]: audit 2024-01-18T05:38:47.862568+0000 mgr.smithi142.tzoxhd (mgr.14182) 524 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:49.493 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:49.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:49 smithi142 bash[16247]: cluster 2024-01-18T05:38:48.542037+0000 mgr.smithi142.tzoxhd (mgr.14182) 525 : cluster [DBG] pgmap v376: 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-18T05:38:50.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:49 smithi162 bash[19760]: cluster 2024-01-18T05:38:48.542037+0000 mgr.smithi142.tzoxhd (mgr.14182) 525 : cluster [DBG] pgmap v376: 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-18T05:38:52.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:51 smithi142 bash[16247]: cluster 2024-01-18T05:38:50.543313+0000 mgr.smithi142.tzoxhd (mgr.14182) 526 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:52.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:51 smithi162 bash[19760]: cluster 2024-01-18T05:38:50.543313+0000 mgr.smithi142.tzoxhd (mgr.14182) 526 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:38:52.481 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:52.481 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:53.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:54.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:53 smithi142 bash[16247]: audit 2024-01-18T05:38:52.454740+0000 mgr.smithi142.tzoxhd (mgr.14182) 527 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:54.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:53 smithi142 bash[16247]: cluster 2024-01-18T05:38:52.544056+0000 mgr.smithi142.tzoxhd (mgr.14182) 528 : 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-18T05:38:54.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:53 smithi162 bash[19760]: audit 2024-01-18T05:38:52.454740+0000 mgr.smithi142.tzoxhd (mgr.14182) 527 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:54.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:53 smithi162 bash[19760]: cluster 2024-01-18T05:38:52.544056+0000 mgr.smithi142.tzoxhd (mgr.14182) 528 : 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-18T05:38:54.129 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:56.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:55 smithi142 bash[16247]: cluster 2024-01-18T05:38:54.545183+0000 mgr.smithi142.tzoxhd (mgr.14182) 529 : 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-18T05:38:56.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:55 smithi162 bash[19760]: cluster 2024-01-18T05:38:54.545183+0000 mgr.smithi142.tzoxhd (mgr.14182) 529 : 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-18T05:38:57.158 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:38:57.158 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:38:57.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:38:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:57 smithi142 bash[16247]: cluster 2024-01-18T05:38:56.546323+0000 mgr.smithi142.tzoxhd (mgr.14182) 530 : 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-18T05:38:58.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:57 smithi162 bash[19760]: cluster 2024-01-18T05:38:56.546323+0000 mgr.smithi142.tzoxhd (mgr.14182) 530 : 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-18T05:38:58.780 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:38:59.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:58 smithi142 bash[16247]: audit 2024-01-18T05:38:57.137813+0000 mgr.smithi142.tzoxhd (mgr.14182) 531 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:38:59.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:58 smithi162 bash[19760]: audit 2024-01-18T05:38:57.137813+0000 mgr.smithi142.tzoxhd (mgr.14182) 531 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:00.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:38:59 smithi142 bash[16247]: cluster 2024-01-18T05:38:58.547496+0000 mgr.smithi142.tzoxhd (mgr.14182) 532 : cluster [DBG] pgmap v381: 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-18T05:39:00.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:38:59 smithi162 bash[19760]: cluster 2024-01-18T05:38:58.547496+0000 mgr.smithi142.tzoxhd (mgr.14182) 532 : cluster [DBG] pgmap v381: 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-18T05:39:01.772 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:01.772 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:02.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:01 smithi142 bash[16247]: cluster 2024-01-18T05:39:00.548802+0000 mgr.smithi142.tzoxhd (mgr.14182) 533 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:39:02.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:01 smithi162 bash[19760]: cluster 2024-01-18T05:39:00.548802+0000 mgr.smithi142.tzoxhd (mgr.14182) 533 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:39:02.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:03.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:02 smithi142 bash[16247]: audit 2024-01-18T05:39:01.749315+0000 mgr.smithi142.tzoxhd (mgr.14182) 534 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:03.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:02 smithi162 bash[19760]: audit 2024-01-18T05:39:01.749315+0000 mgr.smithi142.tzoxhd (mgr.14182) 534 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:03.407 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:03 smithi142 bash[16247]: cluster 2024-01-18T05:39:02.549937+0000 mgr.smithi142.tzoxhd (mgr.14182) 535 : 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-18T05:39:04.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:03 smithi162 bash[19760]: cluster 2024-01-18T05:39:02.549937+0000 mgr.smithi142.tzoxhd (mgr.14182) 535 : 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-18T05:39:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:05 smithi142 bash[16247]: cluster 2024-01-18T05:39:04.551096+0000 mgr.smithi142.tzoxhd (mgr.14182) 536 : 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-18T05:39:06.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:05 smithi162 bash[19760]: cluster 2024-01-18T05:39:04.551096+0000 mgr.smithi142.tzoxhd (mgr.14182) 536 : 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-18T05:39:06.366 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:06.366 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:06.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:07.991 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:08.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:07 smithi142 bash[16247]: audit 2024-01-18T05:39:06.347582+0000 mgr.smithi142.tzoxhd (mgr.14182) 537 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:08.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:07 smithi142 bash[16247]: cluster 2024-01-18T05:39:06.552279+0000 mgr.smithi142.tzoxhd (mgr.14182) 538 : 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-18T05:39:08.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:07 smithi162 bash[19760]: audit 2024-01-18T05:39:06.347582+0000 mgr.smithi142.tzoxhd (mgr.14182) 537 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:08.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:07 smithi162 bash[19760]: cluster 2024-01-18T05:39:06.552279+0000 mgr.smithi142.tzoxhd (mgr.14182) 538 : 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-18T05:39:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:09 smithi142 bash[16247]: cluster 2024-01-18T05:39:08.553442+0000 mgr.smithi142.tzoxhd (mgr.14182) 539 : cluster [DBG] pgmap v386: 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-18T05:39:10.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:09 smithi162 bash[19760]: cluster 2024-01-18T05:39:08.553442+0000 mgr.smithi142.tzoxhd (mgr.14182) 539 : cluster [DBG] pgmap v386: 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-18T05:39:11.189 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:11.189 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:11.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:12.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:11 smithi142 bash[16247]: cluster 2024-01-18T05:39:10.554696+0000 mgr.smithi142.tzoxhd (mgr.14182) 540 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:39:12.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:11 smithi162 bash[19760]: cluster 2024-01-18T05:39:10.554696+0000 mgr.smithi142.tzoxhd (mgr.14182) 540 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:39:12.803 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:13.081 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:12 smithi142 bash[16247]: audit 2024-01-18T05:39:11.167783+0000 mgr.smithi142.tzoxhd (mgr.14182) 541 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:13.081 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:12 smithi142 bash[16247]: audit 2024-01-18T05:39:12.523599+0000 mon.smithi142 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:39:13.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:12 smithi162 bash[19760]: audit 2024-01-18T05:39:11.167783+0000 mgr.smithi142.tzoxhd (mgr.14182) 541 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:13.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:12 smithi162 bash[19760]: audit 2024-01-18T05:39:12.523599+0000 mon.smithi142 (mon.0) 758 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: cluster 2024-01-18T05:39:12.555890+0000 mgr.smithi142.tzoxhd (mgr.14182) 542 : 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-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: audit 2024-01-18T05:39:12.855098+0000 mon.smithi142 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: audit 2024-01-18T05:39:12.856467+0000 mon.smithi142 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: audit 2024-01-18T05:39:12.863802+0000 mon.smithi142 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: cluster 2024-01-18T05:39:12.864600+0000 mgr.smithi142.tzoxhd (mgr.14182) 543 : cluster [DBG] pgmap v389: 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-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: audit 2024-01-18T05:39:12.871110+0000 mon.smithi142 (mon.0) 762 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:39:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: audit 2024-01-18T05:39:12.887871+0000 mon.smithi142 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:14.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:13 smithi142 bash[16247]: cephadm 2024-01-18T05:39:12.893244+0000 mgr.smithi142.tzoxhd (mgr.14182) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.brfrgh on smithi162 2024-01-18T05:39:14.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: cluster 2024-01-18T05:39:12.555890+0000 mgr.smithi142.tzoxhd (mgr.14182) 542 : 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-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: audit 2024-01-18T05:39:12.855098+0000 mon.smithi142 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: audit 2024-01-18T05:39:12.856467+0000 mon.smithi142 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: audit 2024-01-18T05:39:12.863802+0000 mon.smithi142 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: cluster 2024-01-18T05:39:12.864600+0000 mgr.smithi142.tzoxhd (mgr.14182) 543 : cluster [DBG] pgmap v389: 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-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: audit 2024-01-18T05:39:12.871110+0000 mon.smithi142 (mon.0) 762 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: audit 2024-01-18T05:39:12.887871+0000 mon.smithi142 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:13 smithi162 bash[19760]: cephadm 2024-01-18T05:39:12.893244+0000 mgr.smithi142.tzoxhd (mgr.14182) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.brfrgh on smithi162 2024-01-18T05:39:15.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:14 smithi142 bash[16247]: cluster 2024-01-18T05:39:13.861063+0000 mon.smithi142 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:39:15.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:14 smithi142 bash[16247]: cluster 2024-01-18T05:39:13.861127+0000 mon.smithi142 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-01-18T05:39:15.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:14 smithi162 bash[19760]: cluster 2024-01-18T05:39:13.861063+0000 mon.smithi142 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:39:15.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:14 smithi162 bash[19760]: cluster 2024-01-18T05:39:13.861127+0000 mon.smithi142 (mon.0) 765 : cluster [INF] Cluster is now healthy 2024-01-18T05:39:16.007 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:16.007 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:37:03.584599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ipqgdt on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:16.055 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:15 smithi142 bash[16247]: cluster 2024-01-18T05:39:14.865530+0000 mgr.smithi142.tzoxhd (mgr.14182) 545 : cluster [DBG] pgmap v390: 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-18T05:39:16.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:15 smithi162 bash[19760]: cluster 2024-01-18T05:39:14.865530+0000 mgr.smithi142.tzoxhd (mgr.14182) 545 : cluster [DBG] pgmap v390: 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-18T05:39:16.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:17.052 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:16 smithi142 bash[16247]: audit 2024-01-18T05:39:15.988535+0000 mgr.smithi142.tzoxhd (mgr.14182) 546 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:17.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:16 smithi162 bash[19760]: audit 2024-01-18T05:39:15.988535+0000 mgr.smithi142.tzoxhd (mgr.14182) 546 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:17.588 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:18.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:17 smithi142 bash[16247]: cluster 2024-01-18T05:39:16.866362+0000 mgr.smithi142.tzoxhd (mgr.14182) 547 : 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-18T05:39:18.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:17 smithi142 bash[16247]: audit 2024-01-18T05:39:17.040663+0000 mon.smithi142 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.brfrgh"}]: dispatch 2024-01-18T05:39:18.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:17 smithi162 bash[19760]: cluster 2024-01-18T05:39:16.866362+0000 mgr.smithi142.tzoxhd (mgr.14182) 547 : 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-18T05:39:18.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:17 smithi162 bash[19760]: audit 2024-01-18T05:39:17.040663+0000 mon.smithi142 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.brfrgh"}]: dispatch 2024-01-18T05:39:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: cephadm 2024-01-18T05:39:17.039316+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:39:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: cephadm 2024-01-18T05:39:17.039968+0000 mgr.smithi142.tzoxhd (mgr.14182) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: cephadm 2024-01-18T05:39:17.042484+0000 mgr.smithi142.tzoxhd (mgr.14182) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:18 smithi142 bash[16247]: cephadm 2024-01-18T05:39:17.047315+0000 mgr.smithi142.tzoxhd (mgr.14182) 551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.pealzi on smithi142 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: cephadm 2024-01-18T05:39:17.039316+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: cephadm 2024-01-18T05:39:17.039968+0000 mgr.smithi142.tzoxhd (mgr.14182) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: cephadm 2024-01-18T05:39:17.042484+0000 mgr.smithi142.tzoxhd (mgr.14182) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:18 smithi162 bash[19760]: cephadm 2024-01-18T05:39:17.047315+0000 mgr.smithi142.tzoxhd (mgr.14182) 551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.pealzi on smithi142 2024-01-18T05:39:20.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:19 smithi162 bash[19760]: cluster 2024-01-18T05:39:18.867488+0000 mgr.smithi142.tzoxhd (mgr.14182) 552 : 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-18T05:39:20.187 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:19 smithi142 bash[16247]: cluster 2024-01-18T05:39:18.867488+0000 mgr.smithi142.tzoxhd (mgr.14182) 552 : 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-18T05:39:20.613 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:20.614 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:08.205753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.crvbbl on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-crvbbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.crvbbl\nDeploy daemon haproxy.nfs.foo.smithi162.crvbbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.515931Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.tazogp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-tazogp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.tazogp\nDeploy daemon haproxy.nfs.foo.smithi142.tazogp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:38:12.517789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ywkbjo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:21.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:22.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:21 smithi142 bash[16247]: audit 2024-01-18T05:39:20.586371+0000 mgr.smithi142.tzoxhd (mgr.14182) 553 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:22.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:21 smithi142 bash[16247]: cluster 2024-01-18T05:39:20.868436+0000 mgr.smithi142.tzoxhd (mgr.14182) 554 : 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-18T05:39:22.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:21 smithi142 bash[16247]: audit 2024-01-18T05:39:21.196698+0000 mon.smithi142 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.pealzi"}]: dispatch 2024-01-18T05:39:22.332 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:21 smithi162 bash[19760]: audit 2024-01-18T05:39:20.586371+0000 mgr.smithi142.tzoxhd (mgr.14182) 553 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:21 smithi162 bash[19760]: cluster 2024-01-18T05:39:20.868436+0000 mgr.smithi142.tzoxhd (mgr.14182) 554 : 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-18T05:39:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:21 smithi162 bash[19760]: audit 2024-01-18T05:39:21.196698+0000 mon.smithi142 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.pealzi"}]: dispatch 2024-01-18T05:39:23.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cephadm 2024-01-18T05:39:21.195593+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cephadm 2024-01-18T05:39:21.196096+0000 mgr.smithi142.tzoxhd (mgr.14182) 556 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cephadm 2024-01-18T05:39:21.197666+0000 mgr.smithi142.tzoxhd (mgr.14182) 557 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cephadm 2024-01-18T05:39:21.202182+0000 mgr.smithi142.tzoxhd (mgr.14182) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:39:23.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cephadm 2024-01-18T05:39:21.206235+0000 mgr.smithi142.tzoxhd (mgr.14182) 559 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:39:23.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cluster 2024-01-18T05:39:21.207413+0000 mgr.smithi142.tzoxhd (mgr.14182) 560 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-01-18T05:39:23.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:22 smithi142 bash[16247]: cluster 2024-01-18T05:39:21.921809+0000 mon.smithi142 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cephadm 2024-01-18T05:39:21.195593+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cephadm 2024-01-18T05:39:21.196096+0000 mgr.smithi142.tzoxhd (mgr.14182) 556 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cephadm 2024-01-18T05:39:21.197666+0000 mgr.smithi142.tzoxhd (mgr.14182) 557 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cephadm 2024-01-18T05:39:21.202182+0000 mgr.smithi142.tzoxhd (mgr.14182) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cephadm 2024-01-18T05:39:21.206235+0000 mgr.smithi142.tzoxhd (mgr.14182) 559 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cluster 2024-01-18T05:39:21.207413+0000 mgr.smithi142.tzoxhd (mgr.14182) 560 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2024-01-18T05:39:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:22 smithi162 bash[19760]: cluster 2024-01-18T05:39:21.921809+0000 mon.smithi142 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:39:25.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:24 smithi142 bash[16247]: cluster 2024-01-18T05:39:23.208582+0000 mgr.smithi142.tzoxhd (mgr.14182) 561 : cluster [DBG] pgmap v395: 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-18T05:39:25.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:24 smithi142 bash[16247]: audit 2024-01-18T05:39:24.034588+0000 mon.smithi142 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:24 smithi162 bash[19760]: cluster 2024-01-18T05:39:23.208582+0000 mgr.smithi142.tzoxhd (mgr.14182) 561 : cluster [DBG] pgmap v395: 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-18T05:39:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:24 smithi162 bash[19760]: audit 2024-01-18T05:39:24.034588+0000 mon.smithi142 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:39:25.392 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:25.393 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:25.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:26.985 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:27.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:26 smithi142 bash[16247]: cluster 2024-01-18T05:39:25.209860+0000 mgr.smithi142.tzoxhd (mgr.14182) 562 : cluster [DBG] pgmap v396: 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-18T05:39:27.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:26 smithi142 bash[16247]: audit 2024-01-18T05:39:25.366755+0000 mgr.smithi142.tzoxhd (mgr.14182) 563 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:27.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:26 smithi162 bash[19760]: cluster 2024-01-18T05:39:25.209860+0000 mgr.smithi142.tzoxhd (mgr.14182) 562 : cluster [DBG] pgmap v396: 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-18T05:39:27.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:26 smithi162 bash[19760]: audit 2024-01-18T05:39:25.366755+0000 mgr.smithi142.tzoxhd (mgr.14182) 563 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:29.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:28 smithi142 bash[16247]: cluster 2024-01-18T05:39:27.210855+0000 mgr.smithi142.tzoxhd (mgr.14182) 564 : cluster [DBG] pgmap v397: 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-18T05:39:29.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:28 smithi162 bash[19760]: cluster 2024-01-18T05:39:27.210855+0000 mgr.smithi142.tzoxhd (mgr.14182) 564 : cluster [DBG] pgmap v397: 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-18T05:39:30.011 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:30.011 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:30.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:31.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:30 smithi142 bash[16247]: cluster 2024-01-18T05:39:29.211566+0000 mgr.smithi142.tzoxhd (mgr.14182) 565 : cluster [DBG] pgmap v398: 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-18T05:39:31.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:30 smithi142 bash[16247]: audit 2024-01-18T05:39:29.992253+0000 mgr.smithi142.tzoxhd (mgr.14182) 566 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:31.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:30 smithi162 bash[19760]: cluster 2024-01-18T05:39:29.211566+0000 mgr.smithi142.tzoxhd (mgr.14182) 565 : cluster [DBG] pgmap v398: 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-18T05:39:31.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:30 smithi162 bash[19760]: audit 2024-01-18T05:39:29.992253+0000 mgr.smithi142.tzoxhd (mgr.14182) 566 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:31.576 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:33.052 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:32 smithi142 bash[16247]: cluster 2024-01-18T05:39:31.212712+0000 mgr.smithi142.tzoxhd (mgr.14182) 567 : cluster [DBG] pgmap v399: 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-18T05:39:33.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:32 smithi162 bash[19760]: cluster 2024-01-18T05:39:31.212712+0000 mgr.smithi142.tzoxhd (mgr.14182) 567 : cluster [DBG] pgmap v399: 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-18T05:39:34.706 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:34.706 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:35.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:34 smithi142 bash[16247]: cluster 2024-01-18T05:39:33.213925+0000 mgr.smithi142.tzoxhd (mgr.14182) 568 : 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-18T05:39:35.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:35.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:34 smithi162 bash[19760]: cluster 2024-01-18T05:39:33.213925+0000 mgr.smithi142.tzoxhd (mgr.14182) 568 : 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-18T05:39:36.255 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:36.268 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:35 smithi142 bash[16247]: audit 2024-01-18T05:39:34.688021+0000 mgr.smithi142.tzoxhd (mgr.14182) 569 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:36.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:35 smithi162 bash[19760]: audit 2024-01-18T05:39:34.688021+0000 mgr.smithi142.tzoxhd (mgr.14182) 569 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:37.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:36 smithi142 bash[16247]: cluster 2024-01-18T05:39:35.214747+0000 mgr.smithi142.tzoxhd (mgr.14182) 570 : 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-18T05:39:37.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:36 smithi162 bash[19760]: cluster 2024-01-18T05:39:35.214747+0000 mgr.smithi142.tzoxhd (mgr.14182) 570 : 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-18T05:39:39.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:38 smithi142 bash[16247]: cluster 2024-01-18T05:39:37.215427+0000 mgr.smithi142.tzoxhd (mgr.14182) 571 : 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-18T05:39:39.219 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:39.219 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:39.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:38 smithi162 bash[19760]: cluster 2024-01-18T05:39:37.215427+0000 mgr.smithi142.tzoxhd (mgr.14182) 571 : 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-18T05:39:39.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:40.846 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:41.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:40 smithi142 bash[16247]: audit 2024-01-18T05:39:39.195482+0000 mgr.smithi142.tzoxhd (mgr.14182) 572 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:41.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:40 smithi142 bash[16247]: cluster 2024-01-18T05:39:39.216684+0000 mgr.smithi142.tzoxhd (mgr.14182) 573 : 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-18T05:39:41.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:40 smithi162 bash[19760]: audit 2024-01-18T05:39:39.195482+0000 mgr.smithi142.tzoxhd (mgr.14182) 572 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:41.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:40 smithi162 bash[19760]: cluster 2024-01-18T05:39:39.216684+0000 mgr.smithi142.tzoxhd (mgr.14182) 573 : 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-18T05:39:43.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:42 smithi142 bash[16247]: cluster 2024-01-18T05:39:41.217852+0000 mgr.smithi142.tzoxhd (mgr.14182) 574 : 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-18T05:39:43.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:43 smithi162 bash[19760]: cluster 2024-01-18T05:39:41.217852+0000 mgr.smithi142.tzoxhd (mgr.14182) 574 : 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-18T05:39:43.780 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:43.781 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:44.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:45.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:45 smithi142 bash[16247]: cluster 2024-01-18T05:39:43.218522+0000 mgr.smithi142.tzoxhd (mgr.14182) 575 : 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-18T05:39:45.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:45 smithi142 bash[16247]: audit 2024-01-18T05:39:43.754748+0000 mgr.smithi142.tzoxhd (mgr.14182) 576 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:45.366 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:45.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:45 smithi162 bash[19760]: cluster 2024-01-18T05:39:43.218522+0000 mgr.smithi142.tzoxhd (mgr.14182) 575 : 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-18T05:39:45.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:45 smithi162 bash[19760]: audit 2024-01-18T05:39:43.754748+0000 mgr.smithi142.tzoxhd (mgr.14182) 576 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:46.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:46 smithi142 bash[16247]: cluster 2024-01-18T05:39:45.219773+0000 mgr.smithi142.tzoxhd (mgr.14182) 577 : 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-18T05:39:46.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:46 smithi162 bash[19760]: cluster 2024-01-18T05:39:45.219773+0000 mgr.smithi142.tzoxhd (mgr.14182) 577 : 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-18T05:39:48.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:48 smithi142 bash[16247]: cluster 2024-01-18T05:39:47.220658+0000 mgr.smithi142.tzoxhd (mgr.14182) 578 : 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-18T05:39:48.579 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:48.579 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:48 smithi162 bash[19760]: cluster 2024-01-18T05:39:47.220658+0000 mgr.smithi142.tzoxhd (mgr.14182) 578 : 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-18T05:39:49.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:49.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:49 smithi142 bash[16247]: audit 2024-01-18T05:39:48.553385+0000 mgr.smithi142.tzoxhd (mgr.14182) 579 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:49.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:49 smithi162 bash[19760]: audit 2024-01-18T05:39:48.553385+0000 mgr.smithi142.tzoxhd (mgr.14182) 579 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:50.201 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:50.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:50 smithi162 bash[19760]: cluster 2024-01-18T05:39:49.221903+0000 mgr.smithi142.tzoxhd (mgr.14182) 580 : 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-18T05:39:51.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:50 smithi142 bash[16247]: cluster 2024-01-18T05:39:49.221903+0000 mgr.smithi142.tzoxhd (mgr.14182) 580 : 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-18T05:39:52.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:52 smithi162 bash[19760]: cluster 2024-01-18T05:39:51.222974+0000 mgr.smithi142.tzoxhd (mgr.14182) 581 : 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-18T05:39:52.917 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:52 smithi142 bash[16247]: cluster 2024-01-18T05:39:51.222974+0000 mgr.smithi142.tzoxhd (mgr.14182) 581 : 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-18T05:39:53.368 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:53.368 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:53.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:54.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:54 smithi162 bash[19760]: cluster 2024-01-18T05:39:53.224165+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:39:54.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:54 smithi162 bash[19760]: audit 2024-01-18T05:39:53.344715+0000 mgr.smithi142.tzoxhd (mgr.14182) 583 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:54.965 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:39:54.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:54 smithi142 bash[16247]: cluster 2024-01-18T05:39:53.224165+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:39:54.978 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:54 smithi142 bash[16247]: audit 2024-01-18T05:39:53.344715+0000 mgr.smithi142.tzoxhd (mgr.14182) 583 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:56.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:56 smithi162 bash[19760]: cluster 2024-01-18T05:39:55.225507+0000 mgr.smithi142.tzoxhd (mgr.14182) 584 : 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-18T05:39:57.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:56 smithi142 bash[16247]: cluster 2024-01-18T05:39:55.225507+0000 mgr.smithi142.tzoxhd (mgr.14182) 584 : 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-18T05:39:57.973 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:39:57.973 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:39:58.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:39:58.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:58 smithi142 bash[16247]: cluster 2024-01-18T05:39:57.226487+0000 mgr.smithi142.tzoxhd (mgr.14182) 585 : 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-18T05:39:58.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:39:58 smithi142 bash[16247]: audit 2024-01-18T05:39:57.950290+0000 mgr.smithi142.tzoxhd (mgr.14182) 586 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:58.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:58 smithi162 bash[19760]: cluster 2024-01-18T05:39:57.226487+0000 mgr.smithi142.tzoxhd (mgr.14182) 585 : 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-18T05:39:58.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:39:58 smithi162 bash[19760]: audit 2024-01-18T05:39:57.950290+0000 mgr.smithi142.tzoxhd (mgr.14182) 586 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:39:59.562 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:00.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:39:59.227732+0000 mgr.smithi142.tzoxhd (mgr.14182) 587 : 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-18T05:40:00.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000176+0000 mon.smithi142 (mon.0) 770 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T05:40:00.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000233+0000 mon.smithi142 (mon.0) 771 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000263+0000 mon.smithi142 (mon.0) 772 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000289+0000 mon.smithi142 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000395+0000 mon.smithi142 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000428+0000 mon.smithi142 (mon.0) 775 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000463+0000 mon.smithi142 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000486+0000 mon.smithi142 (mon.0) 777 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000511+0000 mon.smithi142 (mon.0) 778 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000554+0000 mon.smithi142 (mon.0) 779 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000567+0000 mon.smithi142 (mon.0) 780 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000580+0000 mon.smithi142 (mon.0) 781 : 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-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000592+0000 mon.smithi142 (mon.0) 782 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T05:40:00.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000605+0000 mon.smithi142 (mon.0) 783 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000619+0000 mon.smithi142 (mon.0) 784 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000631+0000 mon.smithi142 (mon.0) 785 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000643+0000 mon.smithi142 (mon.0) 786 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000659+0000 mon.smithi142 (mon.0) 787 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000671+0000 mon.smithi142 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000682+0000 mon.smithi142 (mon.0) 789 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000694+0000 mon.smithi142 (mon.0) 790 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000706+0000 mon.smithi142 (mon.0) 791 : 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000717+0000 mon.smithi142 (mon.0) 792 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000741+0000 mon.smithi142 (mon.0) 793 : 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-18T05:40:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000754+0000 mon.smithi142 (mon.0) 794 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T05:40:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000767+0000 mon.smithi142 (mon.0) 795 : 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000779+0000 mon.smithi142 (mon.0) 796 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:00 smithi162 bash[19760]: cluster 2024-01-18T05:40:00.000793+0000 mon.smithi142 (mon.0) 797 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:39:59.227732+0000 mgr.smithi142.tzoxhd (mgr.14182) 587 : 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-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000176+0000 mon.smithi142 (mon.0) 770 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000233+0000 mon.smithi142 (mon.0) 771 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000263+0000 mon.smithi142 (mon.0) 772 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000289+0000 mon.smithi142 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000395+0000 mon.smithi142 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000428+0000 mon.smithi142 (mon.0) 775 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000463+0000 mon.smithi142 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.874 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000486+0000 mon.smithi142 (mon.0) 777 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000511+0000 mon.smithi142 (mon.0) 778 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.brfrgh ... 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000554+0000 mon.smithi142 (mon.0) 779 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000567+0000 mon.smithi142 (mon.0) 780 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000580+0000 mon.smithi142 (mon.0) 781 : 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-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000592+0000 mon.smithi142 (mon.0) 782 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000605+0000 mon.smithi142 (mon.0) 783 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000619+0000 mon.smithi142 (mon.0) 784 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000631+0000 mon.smithi142 (mon.0) 785 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000643+0000 mon.smithi142 (mon.0) 786 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000659+0000 mon.smithi142 (mon.0) 787 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000671+0000 mon.smithi142 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000682+0000 mon.smithi142 (mon.0) 789 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000694+0000 mon.smithi142 (mon.0) 790 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi142.pealzi ... 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000706+0000 mon.smithi142 (mon.0) 791 : 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.875 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000717+0000 mon.smithi142 (mon.0) 792 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:00.876 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000741+0000 mon.smithi142 (mon.0) 793 : 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-18T05:40:00.876 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000754+0000 mon.smithi142 (mon.0) 794 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T05:40:00.876 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000767+0000 mon.smithi142 (mon.0) 795 : 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=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:00.876 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000779+0000 mon.smithi142 (mon.0) 796 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:00.876 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:00 smithi142 bash[16247]: cluster 2024-01-18T05:40:00.000793+0000 mon.smithi142 (mon.0) 797 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:02.617 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:02.617 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:02.869 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:02 smithi162 bash[19760]: cluster 2024-01-18T05:40:01.228820+0000 mgr.smithi142.tzoxhd (mgr.14182) 588 : 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-18T05:40:03.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:02 smithi142 bash[16247]: cluster 2024-01-18T05:40:01.228820+0000 mgr.smithi142.tzoxhd (mgr.14182) 588 : 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-18T05:40:03.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:03 smithi142 bash[16247]: audit 2024-01-18T05:40:02.593919+0000 mgr.smithi142.tzoxhd (mgr.14182) 589 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:04.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:03 smithi162 bash[19760]: audit 2024-01-18T05:40:02.593919+0000 mgr.smithi142.tzoxhd (mgr.14182) 589 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:04.250 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:05.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:04 smithi142 bash[16247]: cluster 2024-01-18T05:40:03.229658+0000 mgr.smithi142.tzoxhd (mgr.14182) 590 : 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-18T05:40:05.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:04 smithi162 bash[19760]: cluster 2024-01-18T05:40:03.229658+0000 mgr.smithi142.tzoxhd (mgr.14182) 590 : 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-18T05:40:06.920 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:06 smithi142 bash[16247]: cluster 2024-01-18T05:40:05.230379+0000 mgr.smithi142.tzoxhd (mgr.14182) 591 : 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-18T05:40:07.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:06 smithi162 bash[19760]: cluster 2024-01-18T05:40:05.230379+0000 mgr.smithi142.tzoxhd (mgr.14182) 591 : 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-18T05:40:07.349 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:07.349 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:07.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:08.980 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:08.993 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:08 smithi142 bash[16247]: cluster 2024-01-18T05:40:07.231293+0000 mgr.smithi142.tzoxhd (mgr.14182) 592 : 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-18T05:40:08.993 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:08 smithi142 bash[16247]: audit 2024-01-18T05:40:07.326207+0000 mgr.smithi142.tzoxhd (mgr.14182) 593 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:09.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:08 smithi162 bash[19760]: cluster 2024-01-18T05:40:07.231293+0000 mgr.smithi142.tzoxhd (mgr.14182) 592 : 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-18T05:40:09.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:08 smithi162 bash[19760]: audit 2024-01-18T05:40:07.326207+0000 mgr.smithi142.tzoxhd (mgr.14182) 593 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:11.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:10 smithi142 bash[16247]: cluster 2024-01-18T05:40:09.232602+0000 mgr.smithi142.tzoxhd (mgr.14182) 594 : 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-18T05:40:11.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:10 smithi162 bash[19760]: cluster 2024-01-18T05:40:09.232602+0000 mgr.smithi142.tzoxhd (mgr.14182) 594 : 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-18T05:40:12.147 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:12.147 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:12.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:13.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:12 smithi142 bash[16247]: cluster 2024-01-18T05:40:11.233923+0000 mgr.smithi142.tzoxhd (mgr.14182) 595 : 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-18T05:40:13.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:12 smithi162 bash[19760]: cluster 2024-01-18T05:40:11.233923+0000 mgr.smithi142.tzoxhd (mgr.14182) 595 : 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-18T05:40:13.758 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:14.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:13 smithi142 bash[16247]: audit 2024-01-18T05:40:12.122449+0000 mgr.smithi142.tzoxhd (mgr.14182) 596 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:14.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:13 smithi162 bash[19760]: audit 2024-01-18T05:40:12.122449+0000 mgr.smithi142.tzoxhd (mgr.14182) 596 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:15.055 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:14 smithi142 bash[16247]: cluster 2024-01-18T05:40:13.235168+0000 mgr.smithi142.tzoxhd (mgr.14182) 597 : 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-18T05:40:15.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:14 smithi162 bash[19760]: cluster 2024-01-18T05:40:13.235168+0000 mgr.smithi142.tzoxhd (mgr.14182) 597 : 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-18T05:40:16.784 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:16.784 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:17.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:16 smithi142 bash[16247]: cluster 2024-01-18T05:40:15.236517+0000 mgr.smithi142.tzoxhd (mgr.14182) 598 : 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-18T05:40:17.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:16 smithi162 bash[19760]: cluster 2024-01-18T05:40:15.236517+0000 mgr.smithi142.tzoxhd (mgr.14182) 598 : 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-18T05:40:17.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:18.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:17 smithi142 bash[16247]: audit 2024-01-18T05:40:16.758078+0000 mgr.smithi142.tzoxhd (mgr.14182) 599 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:18.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:17 smithi162 bash[19760]: audit 2024-01-18T05:40:16.758078+0000 mgr.smithi142.tzoxhd (mgr.14182) 599 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:18.411 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:18 smithi142 bash[16247]: cluster 2024-01-18T05:40:17.237539+0000 mgr.smithi142.tzoxhd (mgr.14182) 600 : 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-18T05:40:19.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:18 smithi162 bash[19760]: cluster 2024-01-18T05:40:17.237539+0000 mgr.smithi142.tzoxhd (mgr.14182) 600 : 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-18T05:40:21.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:20 smithi142 bash[16247]: cluster 2024-01-18T05:40:19.238799+0000 mgr.smithi142.tzoxhd (mgr.14182) 601 : 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-18T05:40:21.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:20 smithi162 bash[19760]: cluster 2024-01-18T05:40:19.238799+0000 mgr.smithi142.tzoxhd (mgr.14182) 601 : 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-18T05:40:21.672 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:21.672 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:38:12.519502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qjsuhn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.211008+0000 mon.smithi142 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.504158+0000 mon.smithi142 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.505459+0000 mon.smithi142 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.506647+0000 mon.smithi142 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.507773+0000 mon.smithi142 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.515398+0000 mon.smithi142 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.517382+0000 mon.smithi142 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.518488+0000 mon.smithi142 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.519514+0000 mon.smithi142 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.520460+0000 mon.smithi142 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.528120+0000 mon.smithi142 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.529802+0000 mon.smithi142 (mon.0) 809 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.530757+0000 mon.smithi142 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.539494+0000 mon.smithi142 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.545704+0000 mon.smithi142 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:40:22.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:21 smithi142 bash[16247]: audit 2024-01-18T05:40:21.561457+0000 mon.smithi142 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.211008+0000 mon.smithi142 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.504158+0000 mon.smithi142 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.505459+0000 mon.smithi142 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.506647+0000 mon.smithi142 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.507773+0000 mon.smithi142 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.515398+0000 mon.smithi142 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.517382+0000 mon.smithi142 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.518488+0000 mon.smithi142 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.519514+0000 mon.smithi142 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.520460+0000 mon.smithi142 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.528120+0000 mon.smithi142 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.529802+0000 mon.smithi142 (mon.0) 809 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.530757+0000 mon.smithi142 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.539494+0000 mon.smithi142 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.545704+0000 mon.smithi142 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:40:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:21 smithi162 bash[19760]: audit 2024-01-18T05:40:21.561457+0000 mon.smithi142 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:22.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cluster 2024-01-18T05:40:21.239694+0000 mgr.smithi142.tzoxhd (mgr.14182) 602 : 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-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cephadm 2024-01-18T05:40:21.508695+0000 mgr.smithi142.tzoxhd (mgr.14182) 603 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 2761M 2024-01-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cephadm 2024-01-18T05:40:21.521209+0000 mgr.smithi142.tzoxhd (mgr.14182) 604 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 2249M 2024-01-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cluster 2024-01-18T05:40:21.540254+0000 mgr.smithi142.tzoxhd (mgr.14182) 605 : cluster [DBG] pgmap v425: 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-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cephadm 2024-01-18T05:40:21.564713+0000 mgr.smithi142.tzoxhd (mgr.14182) 606 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vuqtrj on smithi162 2024-01-18T05:40:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: audit 2024-01-18T05:40:21.646655+0000 mgr.smithi142.tzoxhd (mgr.14182) 607 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:23.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cluster 2024-01-18T05:40:21.680149+0000 mon.smithi142 (mon.0) 814 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:40:23.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:22 smithi142 bash[16247]: cluster 2024-01-18T05:40:21.680232+0000 mon.smithi142 (mon.0) 815 : cluster [INF] Cluster is now healthy 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cluster 2024-01-18T05:40:21.239694+0000 mgr.smithi142.tzoxhd (mgr.14182) 602 : 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-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cephadm 2024-01-18T05:40:21.508695+0000 mgr.smithi142.tzoxhd (mgr.14182) 603 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 2761M 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cephadm 2024-01-18T05:40:21.521209+0000 mgr.smithi142.tzoxhd (mgr.14182) 604 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 2249M 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cluster 2024-01-18T05:40:21.540254+0000 mgr.smithi142.tzoxhd (mgr.14182) 605 : cluster [DBG] pgmap v425: 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-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cephadm 2024-01-18T05:40:21.564713+0000 mgr.smithi142.tzoxhd (mgr.14182) 606 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vuqtrj on smithi162 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: audit 2024-01-18T05:40:21.646655+0000 mgr.smithi142.tzoxhd (mgr.14182) 607 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cluster 2024-01-18T05:40:21.680149+0000 mon.smithi142 (mon.0) 814 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:40:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:22 smithi162 bash[19760]: cluster 2024-01-18T05:40:21.680232+0000 mon.smithi142 (mon.0) 815 : cluster [INF] Cluster is now healthy 2024-01-18T05:40:23.285 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:25.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:24 smithi142 bash[16247]: cluster 2024-01-18T05:40:23.541137+0000 mgr.smithi142.tzoxhd (mgr.14182) 608 : 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-18T05:40:25.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:24 smithi162 bash[19760]: cluster 2024-01-18T05:40:23.541137+0000 mgr.smithi142.tzoxhd (mgr.14182) 608 : 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-18T05:40:26.331 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:26.331 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:17.042226Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.brfrgh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-brfrgh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.brfrgh\nDeploy daemon haproxy.nfs.foo.smithi162.brfrgh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.197502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pealzi on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pealzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pealzi\nDeploy daemon haproxy.nfs.foo.smithi142.pealzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:39:21.201946Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tupolk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: cluster 2024-01-18T05:40:25.542170+0000 mgr.smithi142.tzoxhd (mgr.14182) 609 : 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-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: cephadm 2024-01-18T05:40:25.808671+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.006 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: cephadm 2024-01-18T05:40:25.808910+0000 mgr.smithi142.tzoxhd (mgr.14182) 611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: audit 2024-01-18T05:40:25.809426+0000 mon.smithi142 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vuqtrj"}]: dispatch 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: cephadm 2024-01-18T05:40:25.810976+0000 mgr.smithi142.tzoxhd (mgr.14182) 612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:27.008 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.009 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.009 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.009 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.009 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.009 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.010 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.010 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:26 smithi142 bash[16247]: cephadm 2024-01-18T05:40:25.816128+0000 mgr.smithi142.tzoxhd (mgr.14182) 613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xsgsnm on smithi142 2024-01-18T05:40:27.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:27.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: cluster 2024-01-18T05:40:25.542170+0000 mgr.smithi142.tzoxhd (mgr.14182) 609 : 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-18T05:40:27.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: cephadm 2024-01-18T05:40:25.808671+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:40:27.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: cephadm 2024-01-18T05:40:25.808910+0000 mgr.smithi142.tzoxhd (mgr.14182) 611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: audit 2024-01-18T05:40:25.809426+0000 mon.smithi142 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vuqtrj"}]: dispatch 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: cephadm 2024-01-18T05:40:25.810976+0000 mgr.smithi142.tzoxhd (mgr.14182) 612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.vuqtrj ... 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:26 smithi162 bash[19760]: cephadm 2024-01-18T05:40:25.816128+0000 mgr.smithi142.tzoxhd (mgr.14182) 613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xsgsnm on smithi142 2024-01-18T05:40:28.011 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:28.024 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:27 smithi142 bash[16247]: audit 2024-01-18T05:40:26.304721+0000 mgr.smithi142.tzoxhd (mgr.14182) 614 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:28.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:27 smithi162 bash[19760]: audit 2024-01-18T05:40:26.304721+0000 mgr.smithi142.tzoxhd (mgr.14182) 614 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:29.048 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:28 smithi142 bash[16247]: cluster 2024-01-18T05:40:27.542972+0000 mgr.smithi142.tzoxhd (mgr.14182) 615 : 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-18T05:40:29.048 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:28 smithi142 bash[16247]: audit 2024-01-18T05:40:28.512553+0000 mon.smithi142 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:29.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:28 smithi162 bash[19760]: cluster 2024-01-18T05:40:27.542972+0000 mgr.smithi142.tzoxhd (mgr.14182) 615 : 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-18T05:40:29.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:28 smithi162 bash[19760]: audit 2024-01-18T05:40:28.512553+0000 mon.smithi142 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:30 smithi142 bash[16247]: cluster 2024-01-18T05:40:29.543928+0000 mgr.smithi142.tzoxhd (mgr.14182) 616 : 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-18T05:40:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:30 smithi142 bash[16247]: audit 2024-01-18T05:40:30.159865+0000 mon.smithi142 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xsgsnm"}]: dispatch 2024-01-18T05:40:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:30 smithi162 bash[19760]: cluster 2024-01-18T05:40:29.543928+0000 mgr.smithi142.tzoxhd (mgr.14182) 616 : 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-18T05:40:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:30 smithi162 bash[19760]: audit 2024-01-18T05:40:30.159865+0000 mon.smithi142 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xsgsnm"}]: dispatch 2024-01-18T05:40:31.256 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:31.256 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:31.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cephadm 2024-01-18T05:40:30.158746+0000 mgr.smithi142.tzoxhd (mgr.14182) 617 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cephadm 2024-01-18T05:40:30.159238+0000 mgr.smithi142.tzoxhd (mgr.14182) 618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cephadm 2024-01-18T05:40:30.161409+0000 mgr.smithi142.tzoxhd (mgr.14182) 619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cephadm 2024-01-18T05:40:30.165747+0000 mgr.smithi142.tzoxhd (mgr.14182) 620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cephadm 2024-01-18T05:40:30.169669+0000 mgr.smithi142.tzoxhd (mgr.14182) 621 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cluster 2024-01-18T05:40:30.171284+0000 mgr.smithi142.tzoxhd (mgr.14182) 622 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T05:40:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:31 smithi142 bash[16247]: cluster 2024-01-18T05:40:30.720084+0000 mon.smithi142 (mon.0) 819 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:40:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cephadm 2024-01-18T05:40:30.158746+0000 mgr.smithi142.tzoxhd (mgr.14182) 617 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cephadm 2024-01-18T05:40:30.159238+0000 mgr.smithi142.tzoxhd (mgr.14182) 618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cephadm 2024-01-18T05:40:30.161409+0000 mgr.smithi142.tzoxhd (mgr.14182) 619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xsgsnm ... 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:40:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cephadm 2024-01-18T05:40:30.165747+0000 mgr.smithi142.tzoxhd (mgr.14182) 620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cephadm 2024-01-18T05:40:30.169669+0000 mgr.smithi142.tzoxhd (mgr.14182) 621 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:40:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cluster 2024-01-18T05:40:30.171284+0000 mgr.smithi142.tzoxhd (mgr.14182) 622 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T05:40:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:31 smithi162 bash[19760]: cluster 2024-01-18T05:40:30.720084+0000 mon.smithi142 (mon.0) 819 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:40:32.872 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:33.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:32 smithi142 bash[16247]: audit 2024-01-18T05:40:31.237600+0000 mgr.smithi142.tzoxhd (mgr.14182) 623 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:33.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:32 smithi162 bash[19760]: audit 2024-01-18T05:40:31.237600+0000 mgr.smithi142.tzoxhd (mgr.14182) 623 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:34.037 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:33 smithi142 bash[16247]: cluster 2024-01-18T05:40:32.172525+0000 mgr.smithi142.tzoxhd (mgr.14182) 624 : cluster [DBG] pgmap v431: 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-18T05:40:34.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:33 smithi162 bash[19760]: cluster 2024-01-18T05:40:32.172525+0000 mgr.smithi142.tzoxhd (mgr.14182) 624 : cluster [DBG] pgmap v431: 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-18T05:40:35.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:35 smithi162 bash[19760]: audit 2024-01-18T05:40:34.087844+0000 mon.smithi142 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:35.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:35 smithi162 bash[19760]: cluster 2024-01-18T05:40:34.173801+0000 mgr.smithi142.tzoxhd (mgr.14182) 625 : cluster [DBG] pgmap v432: 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-18T05:40:35.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:35 smithi142 bash[16247]: audit 2024-01-18T05:40:34.087844+0000 mon.smithi142 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:35.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:35 smithi142 bash[16247]: cluster 2024-01-18T05:40:34.173801+0000 mgr.smithi142.tzoxhd (mgr.14182) 625 : cluster [DBG] pgmap v432: 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-18T05:40:36.248 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:36.248 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:36.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:37.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:37 smithi142 bash[16247]: cluster 2024-01-18T05:40:36.174557+0000 mgr.smithi142.tzoxhd (mgr.14182) 626 : cluster [DBG] pgmap v433: 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-18T05:40:37.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:37 smithi142 bash[16247]: audit 2024-01-18T05:40:36.221839+0000 mgr.smithi142.tzoxhd (mgr.14182) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:37.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:37 smithi162 bash[19760]: cluster 2024-01-18T05:40:36.174557+0000 mgr.smithi142.tzoxhd (mgr.14182) 626 : cluster [DBG] pgmap v433: 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-18T05:40:37.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:37 smithi162 bash[19760]: audit 2024-01-18T05:40:36.221839+0000 mgr.smithi142.tzoxhd (mgr.14182) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:37.857 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:39.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:39 smithi142 bash[16247]: cluster 2024-01-18T05:40:38.175713+0000 mgr.smithi142.tzoxhd (mgr.14182) 628 : cluster [DBG] pgmap v434: 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-18T05:40:39.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:39 smithi162 bash[19760]: cluster 2024-01-18T05:40:38.175713+0000 mgr.smithi142.tzoxhd (mgr.14182) 628 : cluster [DBG] pgmap v434: 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-18T05:40:40.946 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:40.947 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:41.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:41.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:41 smithi142 bash[16247]: cluster 2024-01-18T05:40:40.177025+0000 mgr.smithi142.tzoxhd (mgr.14182) 629 : cluster [DBG] pgmap v435: 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-18T05:40:41.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:41 smithi142 bash[16247]: audit 2024-01-18T05:40:40.925547+0000 mgr.smithi142.tzoxhd (mgr.14182) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:41.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:41 smithi162 bash[19760]: cluster 2024-01-18T05:40:40.177025+0000 mgr.smithi142.tzoxhd (mgr.14182) 629 : cluster [DBG] pgmap v435: 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-18T05:40:41.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:41 smithi162 bash[19760]: audit 2024-01-18T05:40:40.925547+0000 mgr.smithi142.tzoxhd (mgr.14182) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:42.553 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:43.797 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:43 smithi142 bash[16247]: cluster 2024-01-18T05:40:42.177988+0000 mgr.smithi142.tzoxhd (mgr.14182) 631 : 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-18T05:40:43.798 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:43 smithi142 bash[16247]: audit 2024-01-18T05:40:43.510534+0000 mon.smithi142 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:43.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:43 smithi162 bash[19760]: cluster 2024-01-18T05:40:42.177988+0000 mgr.smithi142.tzoxhd (mgr.14182) 631 : 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-18T05:40:43.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:43 smithi162 bash[19760]: audit 2024-01-18T05:40:43.510534+0000 mon.smithi142 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:40:45.469 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:45.469 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:45.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:45 smithi142 bash[16247]: cluster 2024-01-18T05:40:44.179413+0000 mgr.smithi142.tzoxhd (mgr.14182) 632 : 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-18T05:40:45.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:45 smithi162 bash[19760]: cluster 2024-01-18T05:40:44.179413+0000 mgr.smithi142.tzoxhd (mgr.14182) 632 : 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-18T05:40:46.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:47.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:46 smithi142 bash[16247]: audit 2024-01-18T05:40:45.448347+0000 mgr.smithi142.tzoxhd (mgr.14182) 633 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:47.087 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:47.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:46 smithi162 bash[19760]: audit 2024-01-18T05:40:45.448347+0000 mgr.smithi142.tzoxhd (mgr.14182) 633 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:48.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:47 smithi142 bash[16247]: cluster 2024-01-18T05:40:46.180617+0000 mgr.smithi142.tzoxhd (mgr.14182) 634 : 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-18T05:40:48.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:47 smithi162 bash[19760]: cluster 2024-01-18T05:40:46.180617+0000 mgr.smithi142.tzoxhd (mgr.14182) 634 : 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-18T05:40:50.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:49 smithi142 bash[16247]: cluster 2024-01-18T05:40:48.181495+0000 mgr.smithi142.tzoxhd (mgr.14182) 635 : 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-18T05:40:50.117 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:50.117 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:50.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:49 smithi162 bash[19760]: cluster 2024-01-18T05:40:48.181495+0000 mgr.smithi142.tzoxhd (mgr.14182) 635 : 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-18T05:40:50.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:51.823 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:52.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:51 smithi142 bash[16247]: audit 2024-01-18T05:40:50.094341+0000 mgr.smithi142.tzoxhd (mgr.14182) 636 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:52.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:51 smithi142 bash[16247]: cluster 2024-01-18T05:40:50.182545+0000 mgr.smithi142.tzoxhd (mgr.14182) 637 : 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-18T05:40:52.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:51 smithi162 bash[19760]: audit 2024-01-18T05:40:50.094341+0000 mgr.smithi142.tzoxhd (mgr.14182) 636 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:52.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:51 smithi162 bash[19760]: cluster 2024-01-18T05:40:50.182545+0000 mgr.smithi142.tzoxhd (mgr.14182) 637 : 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-18T05:40:54.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:53 smithi142 bash[16247]: cluster 2024-01-18T05:40:52.183540+0000 mgr.smithi142.tzoxhd (mgr.14182) 638 : 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-18T05:40:54.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:53 smithi162 bash[19760]: cluster 2024-01-18T05:40:52.183540+0000 mgr.smithi142.tzoxhd (mgr.14182) 638 : 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-18T05:40:54.887 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:54.887 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:40:55.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:40:55.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:55 smithi142 bash[16247]: cluster 2024-01-18T05:40:54.185014+0000 mgr.smithi142.tzoxhd (mgr.14182) 639 : 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-18T05:40:55.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:55 smithi142 bash[16247]: audit 2024-01-18T05:40:54.863235+0000 mgr.smithi142.tzoxhd (mgr.14182) 640 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:55 smithi162 bash[19760]: cluster 2024-01-18T05:40:54.185014+0000 mgr.smithi142.tzoxhd (mgr.14182) 639 : 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-18T05:40:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:55 smithi162 bash[19760]: audit 2024-01-18T05:40:54.863235+0000 mgr.smithi142.tzoxhd (mgr.14182) 640 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:40:56.481 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:40:57.804 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:57 smithi142 bash[16247]: cluster 2024-01-18T05:40:56.186305+0000 mgr.smithi142.tzoxhd (mgr.14182) 641 : 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-18T05:40:58.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:57 smithi162 bash[19760]: cluster 2024-01-18T05:40:56.186305+0000 mgr.smithi142.tzoxhd (mgr.14182) 641 : 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-18T05:40:59.523 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:40:59.523 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:00.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:40:59 smithi142 bash[16247]: cluster 2024-01-18T05:40:58.187510+0000 mgr.smithi142.tzoxhd (mgr.14182) 642 : 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-18T05:41:00.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:40:59 smithi162 bash[19760]: cluster 2024-01-18T05:40:58.187510+0000 mgr.smithi142.tzoxhd (mgr.14182) 642 : 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-18T05:41:00.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:01.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:00 smithi142 bash[16247]: audit 2024-01-18T05:40:59.504411+0000 mgr.smithi142.tzoxhd (mgr.14182) 643 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:01.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:00 smithi162 bash[19760]: audit 2024-01-18T05:40:59.504411+0000 mgr.smithi142.tzoxhd (mgr.14182) 643 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:01.177 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:02.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:01 smithi142 bash[16247]: cluster 2024-01-18T05:41:00.188901+0000 mgr.smithi142.tzoxhd (mgr.14182) 644 : 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-18T05:41:02.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:01 smithi162 bash[19760]: cluster 2024-01-18T05:41:00.188901+0000 mgr.smithi142.tzoxhd (mgr.14182) 644 : 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-18T05:41:04.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:03 smithi142 bash[16247]: cluster 2024-01-18T05:41:02.189931+0000 mgr.smithi142.tzoxhd (mgr.14182) 645 : 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-18T05:41:04.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:03 smithi162 bash[19760]: cluster 2024-01-18T05:41:02.189931+0000 mgr.smithi142.tzoxhd (mgr.14182) 645 : 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-18T05:41:04.169 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:04.170 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:04.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:05.744 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:05 smithi142 bash[16247]: audit 2024-01-18T05:41:04.151388+0000 mgr.smithi142.tzoxhd (mgr.14182) 646 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:05 smithi142 bash[16247]: cluster 2024-01-18T05:41:04.191336+0000 mgr.smithi142.tzoxhd (mgr.14182) 647 : 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-18T05:41:06.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:05 smithi162 bash[19760]: audit 2024-01-18T05:41:04.151388+0000 mgr.smithi142.tzoxhd (mgr.14182) 646 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:06.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:05 smithi162 bash[19760]: cluster 2024-01-18T05:41:04.191336+0000 mgr.smithi142.tzoxhd (mgr.14182) 647 : 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-18T05:41:08.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:07 smithi142 bash[16247]: cluster 2024-01-18T05:41:06.192625+0000 mgr.smithi142.tzoxhd (mgr.14182) 648 : 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-18T05:41:08.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:07 smithi162 bash[19760]: cluster 2024-01-18T05:41:06.192625+0000 mgr.smithi142.tzoxhd (mgr.14182) 648 : 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-18T05:41:08.790 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:08.791 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:09.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:09 smithi142 bash[16247]: cluster 2024-01-18T05:41:08.193886+0000 mgr.smithi142.tzoxhd (mgr.14182) 649 : 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-18T05:41:10.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:09 smithi142 bash[16247]: audit 2024-01-18T05:41:08.767142+0000 mgr.smithi142.tzoxhd (mgr.14182) 650 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:09 smithi162 bash[19760]: cluster 2024-01-18T05:41:08.193886+0000 mgr.smithi142.tzoxhd (mgr.14182) 649 : 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-18T05:41:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:09 smithi162 bash[19760]: audit 2024-01-18T05:41:08.767142+0000 mgr.smithi142.tzoxhd (mgr.14182) 650 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:10.367 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:12.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:11 smithi142 bash[16247]: cluster 2024-01-18T05:41:10.195144+0000 mgr.smithi142.tzoxhd (mgr.14182) 651 : 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-18T05:41:12.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:11 smithi162 bash[19760]: cluster 2024-01-18T05:41:10.195144+0000 mgr.smithi142.tzoxhd (mgr.14182) 651 : 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-18T05:41:13.458 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:13.459 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:13.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:13 smithi142 bash[16247]: cluster 2024-01-18T05:41:12.196092+0000 mgr.smithi142.tzoxhd (mgr.14182) 652 : 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-18T05:41:14.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:14.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:13 smithi162 bash[19760]: cluster 2024-01-18T05:41:12.196092+0000 mgr.smithi142.tzoxhd (mgr.14182) 652 : 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-18T05:41:15.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:14 smithi142 bash[16247]: audit 2024-01-18T05:41:13.434989+0000 mgr.smithi142.tzoxhd (mgr.14182) 653 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:15.072 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:15.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:14 smithi162 bash[19760]: audit 2024-01-18T05:41:13.434989+0000 mgr.smithi142.tzoxhd (mgr.14182) 653 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:16.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:15 smithi142 bash[16247]: cluster 2024-01-18T05:41:14.197468+0000 mgr.smithi142.tzoxhd (mgr.14182) 654 : 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-18T05:41:16.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:15 smithi162 bash[19760]: cluster 2024-01-18T05:41:14.197468+0000 mgr.smithi142.tzoxhd (mgr.14182) 654 : 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-18T05:41:18.069 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:18.069 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:18.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:17 smithi142 bash[16247]: cluster 2024-01-18T05:41:16.198459+0000 mgr.smithi142.tzoxhd (mgr.14182) 655 : 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-18T05:41:18.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:17 smithi162 bash[19760]: cluster 2024-01-18T05:41:16.198459+0000 mgr.smithi142.tzoxhd (mgr.14182) 655 : 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-18T05:41:18.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:19.721 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:20.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:19 smithi142 bash[16247]: audit 2024-01-18T05:41:18.042609+0000 mgr.smithi142.tzoxhd (mgr.14182) 656 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:20.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:19 smithi142 bash[16247]: cluster 2024-01-18T05:41:18.199613+0000 mgr.smithi142.tzoxhd (mgr.14182) 657 : 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-18T05:41:20.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:19 smithi162 bash[19760]: audit 2024-01-18T05:41:18.042609+0000 mgr.smithi142.tzoxhd (mgr.14182) 656 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:20.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:19 smithi162 bash[19760]: cluster 2024-01-18T05:41:18.199613+0000 mgr.smithi142.tzoxhd (mgr.14182) 657 : 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-18T05:41:22.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:21 smithi142 bash[16247]: cluster 2024-01-18T05:41:20.200927+0000 mgr.smithi142.tzoxhd (mgr.14182) 658 : 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-18T05:41:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:21 smithi162 bash[19760]: cluster 2024-01-18T05:41:20.200927+0000 mgr.smithi142.tzoxhd (mgr.14182) 658 : 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-18T05:41:22.822 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:22.822 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:23.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:24.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:23 smithi142 bash[16247]: cluster 2024-01-18T05:41:22.201843+0000 mgr.smithi142.tzoxhd (mgr.14182) 659 : 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-18T05:41:24.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:23 smithi142 bash[16247]: audit 2024-01-18T05:41:22.795813+0000 mgr.smithi142.tzoxhd (mgr.14182) 660 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:24.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:23 smithi162 bash[19760]: cluster 2024-01-18T05:41:22.201843+0000 mgr.smithi142.tzoxhd (mgr.14182) 659 : 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-18T05:41:24.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:23 smithi162 bash[19760]: audit 2024-01-18T05:41:22.795813+0000 mgr.smithi142.tzoxhd (mgr.14182) 660 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:24.470 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:25.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:25 smithi142 bash[16247]: cluster 2024-01-18T05:41:24.203134+0000 mgr.smithi142.tzoxhd (mgr.14182) 661 : 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-18T05:41:26.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:25 smithi162 bash[19760]: cluster 2024-01-18T05:41:24.203134+0000 mgr.smithi142.tzoxhd (mgr.14182) 661 : 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-18T05:41:27.602 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:27.602 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:28.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:27 smithi142 bash[16247]: cluster 2024-01-18T05:41:26.204292+0000 mgr.smithi142.tzoxhd (mgr.14182) 662 : 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-18T05:41:28.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:27 smithi162 bash[19760]: cluster 2024-01-18T05:41:26.204292+0000 mgr.smithi142.tzoxhd (mgr.14182) 662 : 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-18T05:41:28.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:29.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:28 smithi142 bash[16247]: audit 2024-01-18T05:41:27.576946+0000 mgr.smithi142.tzoxhd (mgr.14182) 663 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:29.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:28 smithi162 bash[19760]: audit 2024-01-18T05:41:27.576946+0000 mgr.smithi142.tzoxhd (mgr.14182) 663 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:29.200 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:30.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:29 smithi142 bash[16247]: cluster 2024-01-18T05:41:28.205481+0000 mgr.smithi142.tzoxhd (mgr.14182) 664 : 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-18T05:41:30.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:29 smithi162 bash[19760]: cluster 2024-01-18T05:41:28.205481+0000 mgr.smithi142.tzoxhd (mgr.14182) 664 : 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-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.174358+0000 mon.smithi142 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.492028+0000 mon.smithi142 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.493866+0000 mon.smithi142 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.503503+0000 mon.smithi142 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.512340+0000 mon.smithi142 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:41:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:30 smithi142 bash[16247]: audit 2024-01-18T05:41:30.526763+0000 mon.smithi142 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.174358+0000 mon.smithi142 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.492028+0000 mon.smithi142 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.493866+0000 mon.smithi142 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.503503+0000 mon.smithi142 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.512340+0000 mon.smithi142 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:41:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:30 smithi162 bash[19760]: audit 2024-01-18T05:41:30.526763+0000 mon.smithi142 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:31 smithi142 bash[16247]: cluster 2024-01-18T05:41:30.206672+0000 mgr.smithi142.tzoxhd (mgr.14182) 665 : 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-18T05:41:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:31 smithi142 bash[16247]: cluster 2024-01-18T05:41:30.504527+0000 mgr.smithi142.tzoxhd (mgr.14182) 666 : 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-18T05:41:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:31 smithi142 bash[16247]: cephadm 2024-01-18T05:41:30.529736+0000 mgr.smithi142.tzoxhd (mgr.14182) 667 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.dhwtwm on smithi162 2024-01-18T05:41:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:31 smithi142 bash[16247]: cluster 2024-01-18T05:41:30.756463+0000 mon.smithi142 (mon.0) 828 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:41:32.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:31 smithi142 bash[16247]: cluster 2024-01-18T05:41:30.756530+0000 mon.smithi142 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-01-18T05:41:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:31 smithi162 bash[19760]: cluster 2024-01-18T05:41:30.206672+0000 mgr.smithi142.tzoxhd (mgr.14182) 665 : 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-18T05:41:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:31 smithi162 bash[19760]: cluster 2024-01-18T05:41:30.504527+0000 mgr.smithi142.tzoxhd (mgr.14182) 666 : 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-18T05:41:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:31 smithi162 bash[19760]: cephadm 2024-01-18T05:41:30.529736+0000 mgr.smithi142.tzoxhd (mgr.14182) 667 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.dhwtwm on smithi162 2024-01-18T05:41:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:31 smithi162 bash[19760]: cluster 2024-01-18T05:41:30.756463+0000 mon.smithi142 (mon.0) 828 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:41:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:31 smithi162 bash[19760]: cluster 2024-01-18T05:41:30.756530+0000 mon.smithi142 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-01-18T05:41:32.337 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:32.337 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:39:21.206004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zydpaj on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:32.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:33.980 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:34.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:33 smithi142 bash[16247]: audit 2024-01-18T05:41:32.313634+0000 mgr.smithi142.tzoxhd (mgr.14182) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:34.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:33 smithi142 bash[16247]: cluster 2024-01-18T05:41:32.505231+0000 mgr.smithi142.tzoxhd (mgr.14182) 669 : 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-18T05:41:34.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:33 smithi162 bash[19760]: audit 2024-01-18T05:41:32.313634+0000 mgr.smithi142.tzoxhd (mgr.14182) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:34.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:33 smithi162 bash[19760]: cluster 2024-01-18T05:41:32.505231+0000 mgr.smithi142.tzoxhd (mgr.14182) 669 : 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-18T05:41:36.076 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: cluster 2024-01-18T05:41:34.506288+0000 mgr.smithi142.tzoxhd (mgr.14182) 670 : 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-18T05:41:36.076 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: cephadm 2024-01-18T05:41:35.018229+0000 mgr.smithi142.tzoxhd (mgr.14182) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.076 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.076 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:41:36.077 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: cephadm 2024-01-18T05:41:35.018618+0000 mgr.smithi142.tzoxhd (mgr.14182) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.078 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: audit 2024-01-18T05:41:35.019184+0000 mon.smithi142 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.dhwtwm"}]: dispatch 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: cephadm 2024-01-18T05:41:35.020921+0000 mgr.smithi142.tzoxhd (mgr.14182) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: cluster 2024-01-18T05:41:34.506288+0000 mgr.smithi142.tzoxhd (mgr.14182) 670 : 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-18T05:41:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: cephadm 2024-01-18T05:41:35.018229+0000 mgr.smithi142.tzoxhd (mgr.14182) 671 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:41:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: cephadm 2024-01-18T05:41:35.018618+0000 mgr.smithi142.tzoxhd (mgr.14182) 672 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: audit 2024-01-18T05:41:35.019184+0000 mon.smithi142 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.dhwtwm"}]: dispatch 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: cephadm 2024-01-18T05:41:35.020921+0000 mgr.smithi142.tzoxhd (mgr.14182) 673 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.dhwtwm ... 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:37.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:36 smithi142 bash[16247]: cephadm 2024-01-18T05:41:35.025144+0000 mgr.smithi142.tzoxhd (mgr.14182) 674 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.knkgfc on smithi142 2024-01-18T05:41:37.108 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:37.108 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:25.810647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vuqtrj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-vuqtrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.vuqtrj\nDeploy daemon haproxy.nfs.foo.smithi162.vuqtrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.161172Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xsgsnm on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xsgsnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xsgsnm\nDeploy daemon haproxy.nfs.foo.smithi142.xsgsnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:40:30.165517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.cddgjv on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:37.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:36 smithi162 bash[19760]: cephadm 2024-01-18T05:41:35.025144+0000 mgr.smithi142.tzoxhd (mgr.14182) 674 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.knkgfc on smithi142 2024-01-18T05:41:37.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:38.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:37 smithi142 bash[16247]: cluster 2024-01-18T05:41:36.507163+0000 mgr.smithi142.tzoxhd (mgr.14182) 675 : cluster [DBG] pgmap v464: 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-18T05:41:38.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:37 smithi162 bash[19760]: cluster 2024-01-18T05:41:36.507163+0000 mgr.smithi142.tzoxhd (mgr.14182) 675 : cluster [DBG] pgmap v464: 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-18T05:41:38.709 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:39.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:38 smithi142 bash[16247]: audit 2024-01-18T05:41:37.090107+0000 mgr.smithi142.tzoxhd (mgr.14182) 676 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:39.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:38 smithi162 bash[19760]: audit 2024-01-18T05:41:37.090107+0000 mgr.smithi142.tzoxhd (mgr.14182) 676 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:39 smithi162 bash[19760]: cluster 2024-01-18T05:41:38.508115+0000 mgr.smithi142.tzoxhd (mgr.14182) 677 : cluster [DBG] pgmap v465: 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-18T05:41:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:39 smithi162 bash[19760]: audit 2024-01-18T05:41:39.643644+0000 mon.smithi142 (mon.0) 831 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.knkgfc"}]: dispatch 2024-01-18T05:41:40.155 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:39 smithi142 bash[16247]: cluster 2024-01-18T05:41:38.508115+0000 mgr.smithi142.tzoxhd (mgr.14182) 677 : cluster [DBG] pgmap v465: 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-18T05:41:40.155 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:39 smithi142 bash[16247]: audit 2024-01-18T05:41:39.643644+0000 mon.smithi142 (mon.0) 831 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.knkgfc"}]: dispatch 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cephadm 2024-01-18T05:41:39.642661+0000 mgr.smithi142.tzoxhd (mgr.14182) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cephadm 2024-01-18T05:41:39.643120+0000 mgr.smithi142.tzoxhd (mgr.14182) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cephadm 2024-01-18T05:41:39.644932+0000 mgr.smithi142.tzoxhd (mgr.14182) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cephadm 2024-01-18T05:41:39.648225+0000 mgr.smithi142.tzoxhd (mgr.14182) 681 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cephadm 2024-01-18T05:41:39.651039+0000 mgr.smithi142.tzoxhd (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cluster 2024-01-18T05:41:39.652450+0000 mgr.smithi142.tzoxhd (mgr.14182) 683 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-18T05:41:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:40 smithi162 bash[19760]: cluster 2024-01-18T05:41:40.607287+0000 mon.smithi142 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:41:41.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cephadm 2024-01-18T05:41:39.642661+0000 mgr.smithi142.tzoxhd (mgr.14182) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:41:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cephadm 2024-01-18T05:41:39.643120+0000 mgr.smithi142.tzoxhd (mgr.14182) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cephadm 2024-01-18T05:41:39.644932+0000 mgr.smithi142.tzoxhd (mgr.14182) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.knkgfc ... 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:41:41.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:41:41.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:41:41.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cephadm 2024-01-18T05:41:39.648225+0000 mgr.smithi142.tzoxhd (mgr.14182) 681 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:41:41.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cephadm 2024-01-18T05:41:39.651039+0000 mgr.smithi142.tzoxhd (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:41:41.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cluster 2024-01-18T05:41:39.652450+0000 mgr.smithi142.tzoxhd (mgr.14182) 683 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-01-18T05:41:41.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:40 smithi142 bash[16247]: cluster 2024-01-18T05:41:40.607287+0000 mon.smithi142 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:41:42.066 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:42.066 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:42.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:43.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:42 smithi142 bash[16247]: cluster 2024-01-18T05:41:41.653373+0000 mgr.smithi142.tzoxhd (mgr.14182) 684 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:43.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:42 smithi162 bash[19760]: cluster 2024-01-18T05:41:41.653373+0000 mgr.smithi142.tzoxhd (mgr.14182) 684 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:43.695 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:44.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:43 smithi142 bash[16247]: audit 2024-01-18T05:41:42.040415+0000 mgr.smithi142.tzoxhd (mgr.14182) 685 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:44.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:43 smithi162 bash[19760]: audit 2024-01-18T05:41:42.040415+0000 mgr.smithi142.tzoxhd (mgr.14182) 685 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:45.030 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:44 smithi142 bash[16247]: cluster 2024-01-18T05:41:43.654538+0000 mgr.smithi142.tzoxhd (mgr.14182) 686 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:45.031 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:44 smithi142 bash[16247]: audit 2024-01-18T05:41:44.139376+0000 mon.smithi142 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:45.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:44 smithi162 bash[19760]: cluster 2024-01-18T05:41:43.654538+0000 mgr.smithi142.tzoxhd (mgr.14182) 686 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:45.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:44 smithi162 bash[19760]: audit 2024-01-18T05:41:44.139376+0000 mon.smithi142 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:41:46.761 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:46.761 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:47.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:46 smithi162 bash[19760]: cluster 2024-01-18T05:41:45.655707+0000 mgr.smithi142.tzoxhd (mgr.14182) 687 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:47.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:46 smithi142 bash[16247]: cluster 2024-01-18T05:41:45.655707+0000 mgr.smithi142.tzoxhd (mgr.14182) 687 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:47.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:48.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:47 smithi162 bash[19760]: audit 2024-01-18T05:41:46.734901+0000 mgr.smithi142.tzoxhd (mgr.14182) 688 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:48.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:47 smithi142 bash[16247]: audit 2024-01-18T05:41:46.734901+0000 mgr.smithi142.tzoxhd (mgr.14182) 688 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:48.372 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:49.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:48 smithi162 bash[19760]: cluster 2024-01-18T05:41:47.656883+0000 mgr.smithi142.tzoxhd (mgr.14182) 689 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-01-18T05:41:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:48 smithi142 bash[16247]: cluster 2024-01-18T05:41:47.656883+0000 mgr.smithi142.tzoxhd (mgr.14182) 689 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-01-18T05:41:51.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:50 smithi142 bash[16247]: cluster 2024-01-18T05:41:49.657979+0000 mgr.smithi142.tzoxhd (mgr.14182) 690 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:51.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:50 smithi162 bash[19760]: cluster 2024-01-18T05:41:49.657979+0000 mgr.smithi142.tzoxhd (mgr.14182) 690 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-18T05:41:51.637 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:51.638 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:52.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:53.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:52 smithi142 bash[16247]: audit 2024-01-18T05:41:51.614442+0000 mgr.smithi142.tzoxhd (mgr.14182) 691 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:53.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:52 smithi142 bash[16247]: cluster 2024-01-18T05:41:51.659114+0000 mgr.smithi142.tzoxhd (mgr.14182) 692 : 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-18T05:41:53.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:52 smithi162 bash[19760]: audit 2024-01-18T05:41:51.614442+0000 mgr.smithi142.tzoxhd (mgr.14182) 691 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:53.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:52 smithi162 bash[19760]: cluster 2024-01-18T05:41:51.659114+0000 mgr.smithi142.tzoxhd (mgr.14182) 692 : 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-18T05:41:53.204 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:55.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:54 smithi142 bash[16247]: cluster 2024-01-18T05:41:53.660333+0000 mgr.smithi142.tzoxhd (mgr.14182) 693 : 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-18T05:41:55.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:54 smithi162 bash[19760]: cluster 2024-01-18T05:41:53.660333+0000 mgr.smithi142.tzoxhd (mgr.14182) 693 : 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-18T05:41:56.490 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:41:56.491 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:41:56.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:56 smithi142 bash[16247]: cluster 2024-01-18T05:41:55.661596+0000 mgr.smithi142.tzoxhd (mgr.14182) 694 : 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-18T05:41:57.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:41:57.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:56 smithi162 bash[19760]: cluster 2024-01-18T05:41:55.661596+0000 mgr.smithi142.tzoxhd (mgr.14182) 694 : 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-18T05:41:58.056 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:41:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:57 smithi142 bash[16247]: audit 2024-01-18T05:41:56.464422+0000 mgr.smithi142.tzoxhd (mgr.14182) 695 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:58.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:57 smithi162 bash[19760]: audit 2024-01-18T05:41:56.464422+0000 mgr.smithi142.tzoxhd (mgr.14182) 695 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:41:59.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:41:58 smithi142 bash[16247]: cluster 2024-01-18T05:41:57.662741+0000 mgr.smithi142.tzoxhd (mgr.14182) 696 : 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-18T05:41:59.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:41:58 smithi162 bash[19760]: cluster 2024-01-18T05:41:57.662741+0000 mgr.smithi142.tzoxhd (mgr.14182) 696 : 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-18T05:42:01.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:00 smithi142 bash[16247]: cluster 2024-01-18T05:41:59.663828+0000 mgr.smithi142.tzoxhd (mgr.14182) 697 : 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-18T05:42:01.075 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:01.075 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:01.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:00 smithi162 bash[19760]: cluster 2024-01-18T05:41:59.663828+0000 mgr.smithi142.tzoxhd (mgr.14182) 697 : 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-18T05:42:01.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:02.678 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:03.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:02 smithi142 bash[16247]: audit 2024-01-18T05:42:01.053021+0000 mgr.smithi142.tzoxhd (mgr.14182) 698 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:03.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:02 smithi142 bash[16247]: cluster 2024-01-18T05:42:01.665005+0000 mgr.smithi142.tzoxhd (mgr.14182) 699 : 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-18T05:42:03.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:02 smithi162 bash[19760]: audit 2024-01-18T05:42:01.053021+0000 mgr.smithi142.tzoxhd (mgr.14182) 698 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:03.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:02 smithi162 bash[19760]: cluster 2024-01-18T05:42:01.665005+0000 mgr.smithi142.tzoxhd (mgr.14182) 699 : 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-18T05:42:05.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:04 smithi142 bash[16247]: cluster 2024-01-18T05:42:03.666415+0000 mgr.smithi142.tzoxhd (mgr.14182) 700 : 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-18T05:42:05.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:04 smithi162 bash[19760]: cluster 2024-01-18T05:42:03.666415+0000 mgr.smithi142.tzoxhd (mgr.14182) 700 : 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-18T05:42:05.857 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:05.857 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:06.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:07.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:06 smithi142 bash[16247]: cluster 2024-01-18T05:42:05.667633+0000 mgr.smithi142.tzoxhd (mgr.14182) 701 : 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-18T05:42:07.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:06 smithi142 bash[16247]: audit 2024-01-18T05:42:05.833974+0000 mgr.smithi142.tzoxhd (mgr.14182) 702 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:07.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:06 smithi162 bash[19760]: cluster 2024-01-18T05:42:05.667633+0000 mgr.smithi142.tzoxhd (mgr.14182) 701 : 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-18T05:42:07.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:06 smithi162 bash[19760]: audit 2024-01-18T05:42:05.833974+0000 mgr.smithi142.tzoxhd (mgr.14182) 702 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:07.383 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:09.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:08 smithi142 bash[16247]: cluster 2024-01-18T05:42:07.668828+0000 mgr.smithi142.tzoxhd (mgr.14182) 703 : 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-18T05:42:09.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:08 smithi162 bash[19760]: cluster 2024-01-18T05:42:07.668828+0000 mgr.smithi142.tzoxhd (mgr.14182) 703 : 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-18T05:42:10.437 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:10.437 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:10.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:10 smithi142 bash[16247]: cluster 2024-01-18T05:42:09.669998+0000 mgr.smithi142.tzoxhd (mgr.14182) 704 : 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-18T05:42:11.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:11.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:10 smithi162 bash[19760]: cluster 2024-01-18T05:42:09.669998+0000 mgr.smithi142.tzoxhd (mgr.14182) 704 : 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-18T05:42:12.016 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:12.028 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:11 smithi142 bash[16247]: audit 2024-01-18T05:42:10.411119+0000 mgr.smithi142.tzoxhd (mgr.14182) 705 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:12.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:11 smithi162 bash[19760]: audit 2024-01-18T05:42:10.411119+0000 mgr.smithi142.tzoxhd (mgr.14182) 705 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:13.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:12 smithi142 bash[16247]: cluster 2024-01-18T05:42:11.671128+0000 mgr.smithi142.tzoxhd (mgr.14182) 706 : 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-18T05:42:13.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:12 smithi162 bash[19760]: cluster 2024-01-18T05:42:11.671128+0000 mgr.smithi142.tzoxhd (mgr.14182) 706 : 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-18T05:42:15.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:14 smithi142 bash[16247]: cluster 2024-01-18T05:42:13.672398+0000 mgr.smithi142.tzoxhd (mgr.14182) 707 : 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-18T05:42:15.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:14 smithi162 bash[19760]: cluster 2024-01-18T05:42:13.672398+0000 mgr.smithi142.tzoxhd (mgr.14182) 707 : 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-18T05:42:15.211 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:15.211 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:15.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:16.848 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:17.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:16 smithi142 bash[16247]: audit 2024-01-18T05:42:15.184662+0000 mgr.smithi142.tzoxhd (mgr.14182) 708 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:17.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:16 smithi142 bash[16247]: cluster 2024-01-18T05:42:15.673709+0000 mgr.smithi142.tzoxhd (mgr.14182) 709 : 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-18T05:42:17.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:16 smithi162 bash[19760]: audit 2024-01-18T05:42:15.184662+0000 mgr.smithi142.tzoxhd (mgr.14182) 708 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:17.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:16 smithi162 bash[19760]: cluster 2024-01-18T05:42:15.673709+0000 mgr.smithi142.tzoxhd (mgr.14182) 709 : 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-18T05:42:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:18 smithi142 bash[16247]: cluster 2024-01-18T05:42:17.674414+0000 mgr.smithi142.tzoxhd (mgr.14182) 710 : 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-18T05:42:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:18 smithi162 bash[19760]: cluster 2024-01-18T05:42:17.674414+0000 mgr.smithi142.tzoxhd (mgr.14182) 710 : 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-18T05:42:19.935 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:19.935 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:20.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:20.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:20 smithi142 bash[16247]: cluster 2024-01-18T05:42:19.675428+0000 mgr.smithi142.tzoxhd (mgr.14182) 711 : 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-18T05:42:20.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:20 smithi142 bash[16247]: audit 2024-01-18T05:42:19.908476+0000 mgr.smithi142.tzoxhd (mgr.14182) 712 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:21.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:20 smithi162 bash[19760]: cluster 2024-01-18T05:42:19.675428+0000 mgr.smithi142.tzoxhd (mgr.14182) 711 : 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-18T05:42:21.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:20 smithi162 bash[19760]: audit 2024-01-18T05:42:19.908476+0000 mgr.smithi142.tzoxhd (mgr.14182) 712 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:21.550 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:22.846 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:22 smithi142 bash[16247]: cluster 2024-01-18T05:42:21.676606+0000 mgr.smithi142.tzoxhd (mgr.14182) 713 : 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-18T05:42:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:22 smithi162 bash[19760]: cluster 2024-01-18T05:42:21.676606+0000 mgr.smithi142.tzoxhd (mgr.14182) 713 : 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-18T05:42:24.501 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:24.502 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:24.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:24 smithi142 bash[16247]: cluster 2024-01-18T05:42:23.677266+0000 mgr.smithi142.tzoxhd (mgr.14182) 714 : 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-18T05:42:25.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:24 smithi162 bash[19760]: cluster 2024-01-18T05:42:23.677266+0000 mgr.smithi142.tzoxhd (mgr.14182) 714 : 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-18T05:42:25.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:26.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:25 smithi142 bash[16247]: audit 2024-01-18T05:42:24.483044+0000 mgr.smithi142.tzoxhd (mgr.14182) 715 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:26.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:25 smithi162 bash[19760]: audit 2024-01-18T05:42:24.483044+0000 mgr.smithi142.tzoxhd (mgr.14182) 715 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:26.126 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:27.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:26 smithi142 bash[16247]: cluster 2024-01-18T05:42:25.678571+0000 mgr.smithi142.tzoxhd (mgr.14182) 716 : 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-18T05:42:27.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:26 smithi162 bash[19760]: cluster 2024-01-18T05:42:25.678571+0000 mgr.smithi142.tzoxhd (mgr.14182) 716 : 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-18T05:42:29.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:28 smithi142 bash[16247]: cluster 2024-01-18T05:42:27.679876+0000 mgr.smithi142.tzoxhd (mgr.14182) 717 : 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-18T05:42:29.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:28 smithi162 bash[19760]: cluster 2024-01-18T05:42:27.679876+0000 mgr.smithi142.tzoxhd (mgr.14182) 717 : 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-18T05:42:29.147 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:29.148 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:29.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:30.815 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:31.075 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:30 smithi142 bash[16247]: audit 2024-01-18T05:42:29.121585+0000 mgr.smithi142.tzoxhd (mgr.14182) 718 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:31.075 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:30 smithi142 bash[16247]: cluster 2024-01-18T05:42:29.680859+0000 mgr.smithi142.tzoxhd (mgr.14182) 719 : 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-18T05:42:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:30 smithi162 bash[19760]: audit 2024-01-18T05:42:29.121585+0000 mgr.smithi142.tzoxhd (mgr.14182) 718 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:30 smithi162 bash[19760]: cluster 2024-01-18T05:42:29.680859+0000 mgr.smithi142.tzoxhd (mgr.14182) 719 : 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-18T05:42:33.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:32 smithi142 bash[16247]: cluster 2024-01-18T05:42:31.681475+0000 mgr.smithi142.tzoxhd (mgr.14182) 720 : 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-18T05:42:33.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:32 smithi162 bash[19760]: cluster 2024-01-18T05:42:31.681475+0000 mgr.smithi142.tzoxhd (mgr.14182) 720 : 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-18T05:42:33.948 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:33.949 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:34.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:35.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:34 smithi142 bash[16247]: cluster 2024-01-18T05:42:33.682254+0000 mgr.smithi142.tzoxhd (mgr.14182) 721 : 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-18T05:42:35.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:34 smithi142 bash[16247]: audit 2024-01-18T05:42:33.930119+0000 mgr.smithi142.tzoxhd (mgr.14182) 722 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:35.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:34 smithi162 bash[19760]: cluster 2024-01-18T05:42:33.682254+0000 mgr.smithi142.tzoxhd (mgr.14182) 721 : 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-18T05:42:35.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:34 smithi162 bash[19760]: audit 2024-01-18T05:42:33.930119+0000 mgr.smithi142.tzoxhd (mgr.14182) 722 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:35.603 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:36.922 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:36 smithi142 bash[16247]: cluster 2024-01-18T05:42:35.683075+0000 mgr.smithi142.tzoxhd (mgr.14182) 723 : 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-18T05:42:37.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:36 smithi162 bash[19760]: cluster 2024-01-18T05:42:35.683075+0000 mgr.smithi142.tzoxhd (mgr.14182) 723 : 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-18T05:42:38.677 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:38.677 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:39.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:38 smithi142 bash[16247]: cluster 2024-01-18T05:42:37.684341+0000 mgr.smithi142.tzoxhd (mgr.14182) 724 : 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-18T05:42:39.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:38 smithi162 bash[19760]: cluster 2024-01-18T05:42:37.684341+0000 mgr.smithi142.tzoxhd (mgr.14182) 724 : 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-18T05:42:39.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:40.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:39 smithi142 bash[16247]: audit 2024-01-18T05:42:38.650970+0000 mgr.smithi142.tzoxhd (mgr.14182) 725 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:40.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:39 smithi142 bash[16247]: audit 2024-01-18T05:42:39.655556+0000 mon.smithi142 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:42:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:39 smithi162 bash[19760]: audit 2024-01-18T05:42:38.650970+0000 mgr.smithi142.tzoxhd (mgr.14182) 725 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:39 smithi162 bash[19760]: audit 2024-01-18T05:42:39.655556+0000 mon.smithi142 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:42:40.330 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: cluster 2024-01-18T05:42:39.685395+0000 mgr.smithi142.tzoxhd (mgr.14182) 726 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: audit 2024-01-18T05:42:39.995807+0000 mon.smithi142 (mon.0) 835 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: audit 2024-01-18T05:42:39.997143+0000 mon.smithi142 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: audit 2024-01-18T05:42:40.006951+0000 mon.smithi142 (mon.0) 837 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: cluster 2024-01-18T05:42:40.008123+0000 mgr.smithi142.tzoxhd (mgr.14182) 727 : 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-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: audit 2024-01-18T05:42:40.015129+0000 mon.smithi142 (mon.0) 838 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: audit 2024-01-18T05:42:40.030472+0000 mon.smithi142 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: cephadm 2024-01-18T05:42:40.033945+0000 mgr.smithi142.tzoxhd (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.flgxst on smithi162 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: cluster 2024-01-18T05:42:40.620862+0000 mon.smithi142 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:42:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:40 smithi142 bash[16247]: cluster 2024-01-18T05:42:40.620945+0000 mon.smithi142 (mon.0) 841 : cluster [INF] Cluster is now healthy 2024-01-18T05:42:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: cluster 2024-01-18T05:42:39.685395+0000 mgr.smithi142.tzoxhd (mgr.14182) 726 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:42:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: audit 2024-01-18T05:42:39.995807+0000 mon.smithi142 (mon.0) 835 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:42:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: audit 2024-01-18T05:42:39.997143+0000 mon.smithi142 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: audit 2024-01-18T05:42:40.006951+0000 mon.smithi142 (mon.0) 837 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: cluster 2024-01-18T05:42:40.008123+0000 mgr.smithi142.tzoxhd (mgr.14182) 727 : 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-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: audit 2024-01-18T05:42:40.015129+0000 mon.smithi142 (mon.0) 838 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: audit 2024-01-18T05:42:40.030472+0000 mon.smithi142 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: cephadm 2024-01-18T05:42:40.033945+0000 mgr.smithi142.tzoxhd (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.flgxst on smithi162 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: cluster 2024-01-18T05:42:40.620862+0000 mon.smithi142 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:42:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:40 smithi162 bash[19760]: cluster 2024-01-18T05:42:40.620945+0000 mon.smithi142 (mon.0) 841 : cluster [INF] Cluster is now healthy 2024-01-18T05:42:42.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:42 smithi162 bash[19760]: cluster 2024-01-18T05:42:42.008699+0000 mgr.smithi142.tzoxhd (mgr.14182) 729 : 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-18T05:42:42.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:42 smithi142 bash[16247]: cluster 2024-01-18T05:42:42.008699+0000 mgr.smithi142.tzoxhd (mgr.14182) 729 : 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-18T05:42:43.567 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:43.568 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:40:30.169457Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qdykwf on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:35.020595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dhwtwm on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-dhwtwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.dhwtwm\nDeploy daemon haproxy.nfs.foo.smithi162.dhwtwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.644686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.knkgfc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-knkgfc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.knkgfc\nDeploy daemon haproxy.nfs.foo.smithi142.knkgfc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:41:39.648026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ksptav on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:44.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:44.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: audit 2024-01-18T05:42:43.515448+0000 mon.smithi142 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: audit 2024-01-18T05:42:43.544401+0000 mgr.smithi142.tzoxhd (mgr.14182) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: cluster 2024-01-18T05:42:44.009269+0000 mgr.smithi142.tzoxhd (mgr.14182) 731 : 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-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: cephadm 2024-01-18T05:42:44.017949+0000 mgr.smithi142.tzoxhd (mgr.14182) 732 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: cephadm 2024-01-18T05:42:44.018241+0000 mgr.smithi142.tzoxhd (mgr.14182) 733 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: audit 2024-01-18T05:42:44.018867+0000 mon.smithi142 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.flgxst"}]: dispatch 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: cephadm 2024-01-18T05:42:44.020609+0000 mgr.smithi142.tzoxhd (mgr.14182) 734 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:44.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.823 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:44 smithi142 bash[16247]: cephadm 2024-01-18T05:42:44.025579+0000 mgr.smithi142.tzoxhd (mgr.14182) 735 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xrsncz on smithi142 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: audit 2024-01-18T05:42:43.515448+0000 mon.smithi142 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: audit 2024-01-18T05:42:43.544401+0000 mgr.smithi142.tzoxhd (mgr.14182) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: cluster 2024-01-18T05:42:44.009269+0000 mgr.smithi142.tzoxhd (mgr.14182) 731 : 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-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: cephadm 2024-01-18T05:42:44.017949+0000 mgr.smithi142.tzoxhd (mgr.14182) 732 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:42:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: cephadm 2024-01-18T05:42:44.018241+0000 mgr.smithi142.tzoxhd (mgr.14182) 733 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: audit 2024-01-18T05:42:44.018867+0000 mon.smithi142 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.flgxst"}]: dispatch 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: cephadm 2024-01-18T05:42:44.020609+0000 mgr.smithi142.tzoxhd (mgr.14182) 734 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.flgxst ... 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:44 smithi162 bash[19760]: cephadm 2024-01-18T05:42:44.025579+0000 mgr.smithi142.tzoxhd (mgr.14182) 735 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xrsncz on smithi142 2024-01-18T05:42:45.113 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:46.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:46 smithi162 bash[19760]: cluster 2024-01-18T05:42:46.010197+0000 mgr.smithi142.tzoxhd (mgr.14182) 736 : cluster [DBG] pgmap v500: 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-18T05:42:46.459 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:46 smithi142 bash[16247]: cluster 2024-01-18T05:42:46.010197+0000 mgr.smithi142.tzoxhd (mgr.14182) 736 : cluster [DBG] pgmap v500: 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-18T05:42:48.247 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:48.247 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:48.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:47 smithi142 bash[16247]: audit 2024-01-18T05:42:47.892948+0000 mon.smithi142 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xrsncz"}]: dispatch 2024-01-18T05:42:48.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:47 smithi162 bash[19760]: audit 2024-01-18T05:42:47.892948+0000 mon.smithi142 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xrsncz"}]: dispatch 2024-01-18T05:42:48.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cephadm 2024-01-18T05:42:47.892145+0000 mgr.smithi142.tzoxhd (mgr.14182) 737 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cephadm 2024-01-18T05:42:47.892438+0000 mgr.smithi142.tzoxhd (mgr.14182) 738 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cephadm 2024-01-18T05:42:47.894180+0000 mgr.smithi142.tzoxhd (mgr.14182) 739 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cephadm 2024-01-18T05:42:47.896131+0000 mgr.smithi142.tzoxhd (mgr.14182) 740 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:42:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cephadm 2024-01-18T05:42:47.897743+0000 mgr.smithi142.tzoxhd (mgr.14182) 741 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:42:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cluster 2024-01-18T05:42:47.898649+0000 mgr.smithi142.tzoxhd (mgr.14182) 742 : 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-18T05:42:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:48 smithi142 bash[16247]: cluster 2024-01-18T05:42:47.950200+0000 mon.smithi142 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cephadm 2024-01-18T05:42:47.892145+0000 mgr.smithi142.tzoxhd (mgr.14182) 737 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cephadm 2024-01-18T05:42:47.892438+0000 mgr.smithi142.tzoxhd (mgr.14182) 738 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cephadm 2024-01-18T05:42:47.894180+0000 mgr.smithi142.tzoxhd (mgr.14182) 739 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz 2024-01-18T05:42:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.xrsncz ... 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cephadm 2024-01-18T05:42:47.896131+0000 mgr.smithi142.tzoxhd (mgr.14182) 740 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cephadm 2024-01-18T05:42:47.897743+0000 mgr.smithi142.tzoxhd (mgr.14182) 741 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cluster 2024-01-18T05:42:47.898649+0000 mgr.smithi142.tzoxhd (mgr.14182) 742 : 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-18T05:42:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:48 smithi162 bash[19760]: cluster 2024-01-18T05:42:47.950200+0000 mon.smithi142 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:42:49.885 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:49 smithi142 bash[16247]: audit 2024-01-18T05:42:48.220975+0000 mgr.smithi142.tzoxhd (mgr.14182) 743 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:49 smithi142 bash[16247]: audit 2024-01-18T05:42:49.184734+0000 mon.smithi142 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:50.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:49 smithi162 bash[19760]: audit 2024-01-18T05:42:48.220975+0000 mgr.smithi142.tzoxhd (mgr.14182) 743 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:50.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:49 smithi162 bash[19760]: audit 2024-01-18T05:42:49.184734+0000 mon.smithi142 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:51.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:50 smithi142 bash[16247]: cluster 2024-01-18T05:42:49.899506+0000 mgr.smithi142.tzoxhd (mgr.14182) 744 : cluster [DBG] pgmap v502: 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-18T05:42:51.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:50 smithi162 bash[19760]: cluster 2024-01-18T05:42:49.899506+0000 mgr.smithi142.tzoxhd (mgr.14182) 744 : cluster [DBG] pgmap v502: 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-18T05:42:52.945 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:52.945 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:53.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:52 smithi142 bash[16247]: cluster 2024-01-18T05:42:51.900715+0000 mgr.smithi142.tzoxhd (mgr.14182) 745 : cluster [DBG] pgmap v503: 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-18T05:42:53.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:52 smithi162 bash[19760]: cluster 2024-01-18T05:42:51.900715+0000 mgr.smithi142.tzoxhd (mgr.14182) 745 : cluster [DBG] pgmap v503: 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-18T05:42:53.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:54.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:53 smithi142 bash[16247]: audit 2024-01-18T05:42:52.923888+0000 mgr.smithi142.tzoxhd (mgr.14182) 746 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:54.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:53 smithi162 bash[19760]: audit 2024-01-18T05:42:52.923888+0000 mgr.smithi142.tzoxhd (mgr.14182) 746 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:54.612 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:42:55.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:54 smithi142 bash[16247]: cluster 2024-01-18T05:42:53.901969+0000 mgr.smithi142.tzoxhd (mgr.14182) 747 : cluster [DBG] pgmap v504: 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-18T05:42:55.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:54 smithi162 bash[19760]: cluster 2024-01-18T05:42:53.901969+0000 mgr.smithi142.tzoxhd (mgr.14182) 747 : cluster [DBG] pgmap v504: 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-18T05:42:57.286 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:56 smithi142 bash[16247]: cluster 2024-01-18T05:42:55.903144+0000 mgr.smithi142.tzoxhd (mgr.14182) 748 : cluster [DBG] pgmap v505: 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-18T05:42:57.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:56 smithi162 bash[19760]: cluster 2024-01-18T05:42:55.903144+0000 mgr.smithi142.tzoxhd (mgr.14182) 748 : cluster [DBG] pgmap v505: 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-18T05:42:57.743 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:42:57.743 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:42:58.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:42:59.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:58 smithi142 bash[16247]: audit 2024-01-18T05:42:57.724930+0000 mgr.smithi142.tzoxhd (mgr.14182) 749 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:59.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:58 smithi142 bash[16247]: cluster 2024-01-18T05:42:57.904393+0000 mgr.smithi142.tzoxhd (mgr.14182) 750 : cluster [DBG] pgmap v506: 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-18T05:42:59.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:42:58 smithi142 bash[16247]: audit 2024-01-18T05:42:58.516847+0000 mon.smithi142 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:59.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:58 smithi162 bash[19760]: audit 2024-01-18T05:42:57.724930+0000 mgr.smithi142.tzoxhd (mgr.14182) 749 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:42:59.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:58 smithi162 bash[19760]: cluster 2024-01-18T05:42:57.904393+0000 mgr.smithi142.tzoxhd (mgr.14182) 750 : cluster [DBG] pgmap v506: 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-18T05:42:59.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:42:58 smithi162 bash[19760]: audit 2024-01-18T05:42:58.516847+0000 mon.smithi142 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:42:59.389 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:00.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:00 smithi142 bash[16247]: cluster 2024-01-18T05:42:59.905720+0000 mgr.smithi142.tzoxhd (mgr.14182) 751 : 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-18T05:43:01.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:00 smithi162 bash[19760]: cluster 2024-01-18T05:42:59.905720+0000 mgr.smithi142.tzoxhd (mgr.14182) 751 : 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-18T05:43:02.432 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:02.432 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:03.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:03.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:02 smithi142 bash[16247]: cluster 2024-01-18T05:43:01.906855+0000 mgr.smithi142.tzoxhd (mgr.14182) 752 : 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-18T05:43:03.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:02 smithi162 bash[19760]: cluster 2024-01-18T05:43:01.906855+0000 mgr.smithi142.tzoxhd (mgr.14182) 752 : 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-18T05:43:04.050 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:04.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:03 smithi142 bash[16247]: audit 2024-01-18T05:43:02.409128+0000 mgr.smithi142.tzoxhd (mgr.14182) 753 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:03 smithi162 bash[19760]: audit 2024-01-18T05:43:02.409128+0000 mgr.smithi142.tzoxhd (mgr.14182) 753 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:04 smithi142 bash[16247]: cluster 2024-01-18T05:43:03.908150+0000 mgr.smithi142.tzoxhd (mgr.14182) 754 : 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-18T05:43:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:04 smithi162 bash[19760]: cluster 2024-01-18T05:43:03.908150+0000 mgr.smithi142.tzoxhd (mgr.14182) 754 : 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-18T05:43:07.183 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:07.184 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:07.255 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:06 smithi142 bash[16247]: cluster 2024-01-18T05:43:05.909283+0000 mgr.smithi142.tzoxhd (mgr.14182) 755 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:07.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:06 smithi162 bash[19760]: cluster 2024-01-18T05:43:05.909283+0000 mgr.smithi142.tzoxhd (mgr.14182) 755 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:07.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:08.799 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:09.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:08 smithi142 bash[16247]: audit 2024-01-18T05:43:07.154056+0000 mgr.smithi142.tzoxhd (mgr.14182) 756 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:09.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:08 smithi142 bash[16247]: cluster 2024-01-18T05:43:07.910493+0000 mgr.smithi142.tzoxhd (mgr.14182) 757 : cluster [DBG] pgmap v511: 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-18T05:43:09.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:08 smithi162 bash[19760]: audit 2024-01-18T05:43:07.154056+0000 mgr.smithi142.tzoxhd (mgr.14182) 756 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:08 smithi162 bash[19760]: cluster 2024-01-18T05:43:07.910493+0000 mgr.smithi142.tzoxhd (mgr.14182) 757 : cluster [DBG] pgmap v511: 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-18T05:43:11.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:10 smithi142 bash[16247]: cluster 2024-01-18T05:43:09.911753+0000 mgr.smithi142.tzoxhd (mgr.14182) 758 : 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-18T05:43:11.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:10 smithi162 bash[19760]: cluster 2024-01-18T05:43:09.911753+0000 mgr.smithi142.tzoxhd (mgr.14182) 758 : 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-18T05:43:11.923 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:11.923 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:12.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:13.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:12 smithi142 bash[16247]: audit 2024-01-18T05:43:11.903142+0000 mgr.smithi142.tzoxhd (mgr.14182) 759 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:13.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:12 smithi142 bash[16247]: cluster 2024-01-18T05:43:11.912389+0000 mgr.smithi142.tzoxhd (mgr.14182) 760 : 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-18T05:43:13.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:12 smithi162 bash[19760]: audit 2024-01-18T05:43:11.903142+0000 mgr.smithi142.tzoxhd (mgr.14182) 759 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:12 smithi162 bash[19760]: cluster 2024-01-18T05:43:11.912389+0000 mgr.smithi142.tzoxhd (mgr.14182) 760 : 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-18T05:43:13.501 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:15.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:14 smithi142 bash[16247]: cluster 2024-01-18T05:43:13.913619+0000 mgr.smithi142.tzoxhd (mgr.14182) 761 : 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-18T05:43:15.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:14 smithi162 bash[19760]: cluster 2024-01-18T05:43:13.913619+0000 mgr.smithi142.tzoxhd (mgr.14182) 761 : 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-18T05:43:16.670 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:16.670 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:17.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:16 smithi142 bash[16247]: cluster 2024-01-18T05:43:15.914848+0000 mgr.smithi142.tzoxhd (mgr.14182) 762 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:17.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:17.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:16 smithi162 bash[19760]: cluster 2024-01-18T05:43:15.914848+0000 mgr.smithi142.tzoxhd (mgr.14182) 762 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:18.267 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:18.281 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:17 smithi142 bash[16247]: audit 2024-01-18T05:43:16.651833+0000 mgr.smithi142.tzoxhd (mgr.14182) 763 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:18.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:17 smithi162 bash[19760]: audit 2024-01-18T05:43:16.651833+0000 mgr.smithi142.tzoxhd (mgr.14182) 763 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:19.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:18 smithi142 bash[16247]: cluster 2024-01-18T05:43:17.916164+0000 mgr.smithi142.tzoxhd (mgr.14182) 764 : cluster [DBG] pgmap v516: 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-18T05:43:19.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:18 smithi162 bash[19760]: cluster 2024-01-18T05:43:17.916164+0000 mgr.smithi142.tzoxhd (mgr.14182) 764 : cluster [DBG] pgmap v516: 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-18T05:43:20.937 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:20 smithi142 bash[16247]: cluster 2024-01-18T05:43:19.917420+0000 mgr.smithi142.tzoxhd (mgr.14182) 765 : 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-18T05:43:21.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:20 smithi162 bash[19760]: cluster 2024-01-18T05:43:19.917420+0000 mgr.smithi142.tzoxhd (mgr.14182) 765 : 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-18T05:43:21.381 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:21.381 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:22.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:23.005 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:23.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:22 smithi142 bash[16247]: audit 2024-01-18T05:43:21.358107+0000 mgr.smithi142.tzoxhd (mgr.14182) 766 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:23.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:22 smithi142 bash[16247]: cluster 2024-01-18T05:43:21.918478+0000 mgr.smithi142.tzoxhd (mgr.14182) 767 : 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-18T05:43:23.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:22 smithi162 bash[19760]: audit 2024-01-18T05:43:21.358107+0000 mgr.smithi142.tzoxhd (mgr.14182) 766 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:22 smithi162 bash[19760]: cluster 2024-01-18T05:43:21.918478+0000 mgr.smithi142.tzoxhd (mgr.14182) 767 : 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-18T05:43:25.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:24 smithi142 bash[16247]: cluster 2024-01-18T05:43:23.919170+0000 mgr.smithi142.tzoxhd (mgr.14182) 768 : 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-18T05:43:25.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:24 smithi162 bash[19760]: cluster 2024-01-18T05:43:23.919170+0000 mgr.smithi142.tzoxhd (mgr.14182) 768 : 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-18T05:43:26.108 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:26.108 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:26.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:27.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:26 smithi142 bash[16247]: cluster 2024-01-18T05:43:25.920281+0000 mgr.smithi142.tzoxhd (mgr.14182) 769 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:27.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:26 smithi162 bash[19760]: cluster 2024-01-18T05:43:25.920281+0000 mgr.smithi142.tzoxhd (mgr.14182) 769 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:27.681 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:28.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:27 smithi142 bash[16247]: audit 2024-01-18T05:43:26.089413+0000 mgr.smithi142.tzoxhd (mgr.14182) 770 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:28.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:27 smithi162 bash[19760]: audit 2024-01-18T05:43:26.089413+0000 mgr.smithi142.tzoxhd (mgr.14182) 770 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:29.116 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:29 smithi142 bash[16247]: cluster 2024-01-18T05:43:27.921609+0000 mgr.smithi142.tzoxhd (mgr.14182) 771 : cluster [DBG] pgmap v521: 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-18T05:43:29.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:29 smithi162 bash[19760]: cluster 2024-01-18T05:43:27.921609+0000 mgr.smithi142.tzoxhd (mgr.14182) 771 : cluster [DBG] pgmap v521: 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-18T05:43:30.856 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:30.856 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:30.918 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:30 smithi142 bash[16247]: cluster 2024-01-18T05:43:29.922591+0000 mgr.smithi142.tzoxhd (mgr.14182) 772 : 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-18T05:43:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:30 smithi162 bash[19760]: cluster 2024-01-18T05:43:29.922591+0000 mgr.smithi142.tzoxhd (mgr.14182) 772 : 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-18T05:43:31.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:31.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:31 smithi142 bash[16247]: audit 2024-01-18T05:43:30.829441+0000 mgr.smithi142.tzoxhd (mgr.14182) 773 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:32.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:31 smithi162 bash[19760]: audit 2024-01-18T05:43:30.829441+0000 mgr.smithi142.tzoxhd (mgr.14182) 773 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:32.435 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:32.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:32 smithi142 bash[16247]: cluster 2024-01-18T05:43:31.923680+0000 mgr.smithi142.tzoxhd (mgr.14182) 774 : 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-18T05:43:33.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:32 smithi162 bash[19760]: cluster 2024-01-18T05:43:31.923680+0000 mgr.smithi142.tzoxhd (mgr.14182) 774 : 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-18T05:43:35.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:34 smithi142 bash[16247]: cluster 2024-01-18T05:43:33.924911+0000 mgr.smithi142.tzoxhd (mgr.14182) 775 : 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-18T05:43:35.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:34 smithi162 bash[19760]: cluster 2024-01-18T05:43:33.924911+0000 mgr.smithi142.tzoxhd (mgr.14182) 775 : 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-18T05:43:35.436 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:35.436 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:36.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:37.061 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:37.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:36 smithi142 bash[16247]: audit 2024-01-18T05:43:35.413507+0000 mgr.smithi142.tzoxhd (mgr.14182) 776 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:37.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:36 smithi142 bash[16247]: cluster 2024-01-18T05:43:35.925956+0000 mgr.smithi142.tzoxhd (mgr.14182) 777 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:37.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:36 smithi162 bash[19760]: audit 2024-01-18T05:43:35.413507+0000 mgr.smithi142.tzoxhd (mgr.14182) 776 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:37.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:36 smithi162 bash[19760]: cluster 2024-01-18T05:43:35.925956+0000 mgr.smithi142.tzoxhd (mgr.14182) 777 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:39.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:38 smithi142 bash[16247]: cluster 2024-01-18T05:43:37.927159+0000 mgr.smithi142.tzoxhd (mgr.14182) 778 : cluster [DBG] pgmap v526: 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-18T05:43:39.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:38 smithi162 bash[19760]: cluster 2024-01-18T05:43:37.927159+0000 mgr.smithi142.tzoxhd (mgr.14182) 778 : cluster [DBG] pgmap v526: 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-18T05:43:40.171 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:40.171 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:40.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:40 smithi142 bash[16247]: cluster 2024-01-18T05:43:39.928311+0000 mgr.smithi142.tzoxhd (mgr.14182) 779 : 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-18T05:43:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:40 smithi162 bash[19760]: cluster 2024-01-18T05:43:39.928311+0000 mgr.smithi142.tzoxhd (mgr.14182) 779 : 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-18T05:43:41.734 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:42.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:41 smithi142 bash[16247]: audit 2024-01-18T05:43:40.144450+0000 mgr.smithi142.tzoxhd (mgr.14182) 780 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:42.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:41 smithi162 bash[19760]: audit 2024-01-18T05:43:40.144450+0000 mgr.smithi142.tzoxhd (mgr.14182) 780 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:42.933 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:42 smithi142 bash[16247]: cluster 2024-01-18T05:43:41.929143+0000 mgr.smithi142.tzoxhd (mgr.14182) 781 : 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-18T05:43:43.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:42 smithi162 bash[19760]: cluster 2024-01-18T05:43:41.929143+0000 mgr.smithi142.tzoxhd (mgr.14182) 781 : 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-18T05:43:44.793 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:44.793 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:45.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:44 smithi142 bash[16247]: cluster 2024-01-18T05:43:43.930152+0000 mgr.smithi142.tzoxhd (mgr.14182) 782 : 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-18T05:43:45.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:45.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:44 smithi162 bash[19760]: cluster 2024-01-18T05:43:43.930152+0000 mgr.smithi142.tzoxhd (mgr.14182) 782 : 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-18T05:43:46.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:45 smithi142 bash[16247]: audit 2024-01-18T05:43:44.772245+0000 mgr.smithi142.tzoxhd (mgr.14182) 783 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:46.370 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:46.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:45 smithi162 bash[19760]: audit 2024-01-18T05:43:44.772245+0000 mgr.smithi142.tzoxhd (mgr.14182) 783 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:47.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:47 smithi142 bash[16247]: cluster 2024-01-18T05:43:45.931371+0000 mgr.smithi142.tzoxhd (mgr.14182) 784 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:47.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:47 smithi162 bash[19760]: cluster 2024-01-18T05:43:45.931371+0000 mgr.smithi142.tzoxhd (mgr.14182) 784 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:43:48.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:48 smithi142 bash[16247]: audit 2024-01-18T05:43:47.901594+0000 mon.smithi142 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:43:48.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:48 smithi162 bash[19760]: audit 2024-01-18T05:43:47.901594+0000 mon.smithi142 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: cluster 2024-01-18T05:43:47.932225+0000 mgr.smithi142.tzoxhd (mgr.14182) 785 : cluster [DBG] pgmap v531: 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-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: audit 2024-01-18T05:43:48.203701+0000 mon.smithi142 (mon.0) 849 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: audit 2024-01-18T05:43:48.205275+0000 mon.smithi142 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: audit 2024-01-18T05:43:48.215258+0000 mon.smithi142 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: audit 2024-01-18T05:43:48.225367+0000 mon.smithi142 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:43:49.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:49 smithi142 bash[16247]: audit 2024-01-18T05:43:48.242983+0000 mon.smithi142 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: cluster 2024-01-18T05:43:47.932225+0000 mgr.smithi142.tzoxhd (mgr.14182) 785 : cluster [DBG] pgmap v531: 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-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: audit 2024-01-18T05:43:48.203701+0000 mon.smithi142 (mon.0) 849 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: audit 2024-01-18T05:43:48.205275+0000 mon.smithi142 (mon.0) 850 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: audit 2024-01-18T05:43:48.215258+0000 mon.smithi142 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: audit 2024-01-18T05:43:48.225367+0000 mon.smithi142 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:43:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:49 smithi162 bash[19760]: audit 2024-01-18T05:43:48.242983+0000 mon.smithi142 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:43:49.441 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:49.441 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:41:39.650883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wrnjtr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:50.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:50 smithi142 bash[16247]: cluster 2024-01-18T05:43:48.215999+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:43:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:50 smithi142 bash[16247]: cephadm 2024-01-18T05:43:48.248565+0000 mgr.smithi142.tzoxhd (mgr.14182) 787 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.kbxzsj on smithi162 2024-01-18T05:43:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:50 smithi142 bash[16247]: cluster 2024-01-18T05:43:49.211249+0000 mon.smithi142 (mon.0) 854 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:43:50.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:50 smithi142 bash[16247]: cluster 2024-01-18T05:43:49.211319+0000 mon.smithi142 (mon.0) 855 : cluster [INF] Cluster is now healthy 2024-01-18T05:43:50.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:50 smithi162 bash[19760]: cluster 2024-01-18T05:43:48.215999+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:43:50.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:50 smithi162 bash[19760]: cephadm 2024-01-18T05:43:48.248565+0000 mgr.smithi142.tzoxhd (mgr.14182) 787 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.kbxzsj on smithi162 2024-01-18T05:43:50.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:50 smithi162 bash[19760]: cluster 2024-01-18T05:43:49.211249+0000 mon.smithi142 (mon.0) 854 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:43:50.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:50 smithi162 bash[19760]: cluster 2024-01-18T05:43:49.211319+0000 mon.smithi142 (mon.0) 855 : cluster [INF] Cluster is now healthy 2024-01-18T05:43:51.094 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:51.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:51 smithi142 bash[16247]: audit 2024-01-18T05:43:49.415276+0000 mgr.smithi142.tzoxhd (mgr.14182) 788 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:51.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:51 smithi162 bash[19760]: audit 2024-01-18T05:43:49.415276+0000 mgr.smithi142.tzoxhd (mgr.14182) 788 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:52.200 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:52 smithi142 bash[16247]: cluster 2024-01-18T05:43:50.217070+0000 mgr.smithi142.tzoxhd (mgr.14182) 789 : 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-18T05:43:52.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:52 smithi162 bash[19760]: cluster 2024-01-18T05:43:50.217070+0000 mgr.smithi142.tzoxhd (mgr.14182) 789 : 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-18T05:43:53.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:53 smithi142 bash[16247]: audit 2024-01-18T05:43:52.511718+0000 mon.smithi142 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.kbxzsj"}]: dispatch 2024-01-18T05:43:53.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:53 smithi162 bash[19760]: audit 2024-01-18T05:43:52.511718+0000 mon.smithi142 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.kbxzsj"}]: dispatch 2024-01-18T05:43:54.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: cluster 2024-01-18T05:43:52.217773+0000 mgr.smithi142.tzoxhd (mgr.14182) 790 : 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-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: cephadm 2024-01-18T05:43:52.510616+0000 mgr.smithi142.tzoxhd (mgr.14182) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: cephadm 2024-01-18T05:43:52.511139+0000 mgr.smithi142.tzoxhd (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: cephadm 2024-01-18T05:43:52.513194+0000 mgr.smithi142.tzoxhd (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:54 smithi142 bash[16247]: cephadm 2024-01-18T05:43:52.517400+0000 mgr.smithi142.tzoxhd (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.mafowo on smithi142 2024-01-18T05:43:54.366 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:54.366 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:44.020362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.flgxst on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-flgxst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.flgxst\nDeploy daemon haproxy.nfs.foo.smithi162.flgxst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.894048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xrsncz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xrsncz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xrsncz\nDeploy daemon haproxy.nfs.foo.smithi142.xrsncz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:42:47.896007Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ujziup on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: cluster 2024-01-18T05:43:52.217773+0000 mgr.smithi142.tzoxhd (mgr.14182) 790 : 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-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: cephadm 2024-01-18T05:43:52.510616+0000 mgr.smithi142.tzoxhd (mgr.14182) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: cephadm 2024-01-18T05:43:52.511139+0000 mgr.smithi142.tzoxhd (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: cephadm 2024-01-18T05:43:52.513194+0000 mgr.smithi142.tzoxhd (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.kbxzsj ... 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:54.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:54 smithi162 bash[19760]: cephadm 2024-01-18T05:43:52.517400+0000 mgr.smithi142.tzoxhd (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.mafowo on smithi142 2024-01-18T05:43:55.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:43:56.018 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:43:56.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:56 smithi142 bash[16247]: cluster 2024-01-18T05:43:54.218735+0000 mgr.smithi142.tzoxhd (mgr.14182) 795 : cluster [DBG] pgmap v535: 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-18T05:43:56.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:56 smithi142 bash[16247]: audit 2024-01-18T05:43:54.345985+0000 mgr.smithi142.tzoxhd (mgr.14182) 796 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:56.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:56 smithi162 bash[19760]: cluster 2024-01-18T05:43:54.218735+0000 mgr.smithi142.tzoxhd (mgr.14182) 795 : cluster [DBG] pgmap v535: 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-18T05:43:56.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:56 smithi162 bash[19760]: audit 2024-01-18T05:43:54.345985+0000 mgr.smithi142.tzoxhd (mgr.14182) 796 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:43:57.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:57 smithi142 bash[16247]: audit 2024-01-18T05:43:56.981128+0000 mon.smithi142 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.mafowo"}]: dispatch 2024-01-18T05:43:57.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:57 smithi162 bash[19760]: audit 2024-01-18T05:43:56.981128+0000 mon.smithi142 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.mafowo"}]: dispatch 2024-01-18T05:43:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cluster 2024-01-18T05:43:56.219647+0000 mgr.smithi142.tzoxhd (mgr.14182) 797 : cluster [DBG] pgmap v536: 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-18T05:43:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cephadm 2024-01-18T05:43:56.979986+0000 mgr.smithi142.tzoxhd (mgr.14182) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:43:58.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cephadm 2024-01-18T05:43:56.980447+0000 mgr.smithi142.tzoxhd (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cephadm 2024-01-18T05:43:56.982771+0000 mgr.smithi142.tzoxhd (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cephadm 2024-01-18T05:43:56.987084+0000 mgr.smithi142.tzoxhd (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:43:58.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cephadm 2024-01-18T05:43:56.991017+0000 mgr.smithi142.tzoxhd (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:43:58.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cluster 2024-01-18T05:43:56.992674+0000 mgr.smithi142.tzoxhd (mgr.14182) 803 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:43:58.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:58 smithi162 bash[19760]: cluster 2024-01-18T05:43:57.050147+0000 mon.smithi142 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:43:58.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cluster 2024-01-18T05:43:56.219647+0000 mgr.smithi142.tzoxhd (mgr.14182) 797 : cluster [DBG] pgmap v536: 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-18T05:43:58.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cephadm 2024-01-18T05:43:56.979986+0000 mgr.smithi142.tzoxhd (mgr.14182) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cephadm 2024-01-18T05:43:56.980447+0000 mgr.smithi142.tzoxhd (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cephadm 2024-01-18T05:43:56.982771+0000 mgr.smithi142.tzoxhd (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mafowo ... 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:43:58.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:43:58.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:43:58.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cephadm 2024-01-18T05:43:56.987084+0000 mgr.smithi142.tzoxhd (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:43:58.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cephadm 2024-01-18T05:43:56.991017+0000 mgr.smithi142.tzoxhd (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:43:58.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cluster 2024-01-18T05:43:56.992674+0000 mgr.smithi142.tzoxhd (mgr.14182) 803 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:43:58.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:58 smithi142 bash[16247]: cluster 2024-01-18T05:43:57.050147+0000 mon.smithi142 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:43:59.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:43:59 smithi162 bash[19760]: cluster 2024-01-18T05:43:58.994031+0000 mgr.smithi142.tzoxhd (mgr.14182) 804 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:43:59.542 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:43:59.542 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:43:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:43:59 smithi142 bash[16247]: cluster 2024-01-18T05:43:58.994031+0000 mgr.smithi142.tzoxhd (mgr.14182) 804 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:00.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:00.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:00 smithi142 bash[16247]: audit 2024-01-18T05:43:59.235625+0000 mon.smithi142 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:00.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:00 smithi142 bash[16247]: audit 2024-01-18T05:43:59.520679+0000 mgr.smithi142.tzoxhd (mgr.14182) 805 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:00.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:00 smithi162 bash[19760]: audit 2024-01-18T05:43:59.235625+0000 mon.smithi142 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:00.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:00 smithi162 bash[19760]: audit 2024-01-18T05:43:59.520679+0000 mgr.smithi142.tzoxhd (mgr.14182) 805 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:01.171 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:01.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:01 smithi142 bash[16247]: cluster 2024-01-18T05:44:00.995301+0000 mgr.smithi142.tzoxhd (mgr.14182) 806 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:01.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:01 smithi162 bash[19760]: cluster 2024-01-18T05:44:00.995301+0000 mgr.smithi142.tzoxhd (mgr.14182) 806 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:04.224 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:04.225 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:04.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:04 smithi142 bash[16247]: cluster 2024-01-18T05:44:02.996552+0000 mgr.smithi142.tzoxhd (mgr.14182) 807 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:04 smithi162 bash[19760]: cluster 2024-01-18T05:44:02.996552+0000 mgr.smithi142.tzoxhd (mgr.14182) 807 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:04.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:05.842 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:05 smithi142 bash[16247]: audit 2024-01-18T05:44:04.198370+0000 mgr.smithi142.tzoxhd (mgr.14182) 808 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:05 smithi142 bash[16247]: cluster 2024-01-18T05:44:04.997813+0000 mgr.smithi142.tzoxhd (mgr.14182) 809 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:06.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:05 smithi162 bash[19760]: audit 2024-01-18T05:44:04.198370+0000 mgr.smithi142.tzoxhd (mgr.14182) 808 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:06.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:05 smithi162 bash[19760]: cluster 2024-01-18T05:44:04.997813+0000 mgr.smithi142.tzoxhd (mgr.14182) 809 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-18T05:44:08.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:08 smithi162 bash[19760]: cluster 2024-01-18T05:44:06.998892+0000 mgr.smithi142.tzoxhd (mgr.14182) 810 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T05:44:08.440 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:08 smithi142 bash[16247]: cluster 2024-01-18T05:44:06.998892+0000 mgr.smithi142.tzoxhd (mgr.14182) 810 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T05:44:08.887 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:08.887 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:09.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:09 smithi142 bash[16247]: audit 2024-01-18T05:44:08.862285+0000 mgr.smithi142.tzoxhd (mgr.14182) 811 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:09.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:09 smithi142 bash[16247]: cluster 2024-01-18T05:44:09.000633+0000 mgr.smithi142.tzoxhd (mgr.14182) 812 : cluster [DBG] pgmap v543: 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-18T05:44:09.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:09.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:09 smithi162 bash[19760]: audit 2024-01-18T05:44:08.862285+0000 mgr.smithi142.tzoxhd (mgr.14182) 811 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:09.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:09 smithi162 bash[19760]: cluster 2024-01-18T05:44:09.000633+0000 mgr.smithi142.tzoxhd (mgr.14182) 812 : cluster [DBG] pgmap v543: 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-18T05:44:10.551 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:12.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:12 smithi142 bash[16247]: cluster 2024-01-18T05:44:11.001994+0000 mgr.smithi142.tzoxhd (mgr.14182) 813 : 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-18T05:44:12.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:12 smithi162 bash[19760]: cluster 2024-01-18T05:44:11.001994+0000 mgr.smithi142.tzoxhd (mgr.14182) 813 : 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-18T05:44:13.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:13 smithi162 bash[19760]: cluster 2024-01-18T05:44:13.003233+0000 mgr.smithi142.tzoxhd (mgr.14182) 814 : 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-18T05:44:13.377 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:13 smithi142 bash[16247]: cluster 2024-01-18T05:44:13.003233+0000 mgr.smithi142.tzoxhd (mgr.14182) 814 : 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-18T05:44:13.775 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:13.775 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:14 smithi142 bash[16247]: audit 2024-01-18T05:44:13.748527+0000 mgr.smithi142.tzoxhd (mgr.14182) 815 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:14.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:14 smithi162 bash[19760]: audit 2024-01-18T05:44:13.748527+0000 mgr.smithi142.tzoxhd (mgr.14182) 815 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:15.367 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:16.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:15 smithi142 bash[16247]: cluster 2024-01-18T05:44:15.004483+0000 mgr.smithi142.tzoxhd (mgr.14182) 816 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:16.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:15 smithi162 bash[19760]: cluster 2024-01-18T05:44:15.004483+0000 mgr.smithi142.tzoxhd (mgr.14182) 816 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:17.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:17 smithi142 bash[16247]: cluster 2024-01-18T05:44:17.005589+0000 mgr.smithi142.tzoxhd (mgr.14182) 817 : 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-18T05:44:17.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:17 smithi162 bash[19760]: cluster 2024-01-18T05:44:17.005589+0000 mgr.smithi142.tzoxhd (mgr.14182) 817 : 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-18T05:44:18.591 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:18.592 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:19.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:19.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:19 smithi142 bash[16247]: audit 2024-01-18T05:44:18.567694+0000 mgr.smithi142.tzoxhd (mgr.14182) 818 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:19.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:19 smithi142 bash[16247]: cluster 2024-01-18T05:44:19.006851+0000 mgr.smithi142.tzoxhd (mgr.14182) 819 : cluster [DBG] pgmap v548: 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-18T05:44:19.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:19 smithi162 bash[19760]: audit 2024-01-18T05:44:18.567694+0000 mgr.smithi142.tzoxhd (mgr.14182) 818 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:19.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:19 smithi162 bash[19760]: cluster 2024-01-18T05:44:19.006851+0000 mgr.smithi142.tzoxhd (mgr.14182) 819 : cluster [DBG] pgmap v548: 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-18T05:44:20.171 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:21.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:21 smithi142 bash[16247]: cluster 2024-01-18T05:44:21.007966+0000 mgr.smithi142.tzoxhd (mgr.14182) 820 : 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-18T05:44:21.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:21 smithi162 bash[19760]: cluster 2024-01-18T05:44:21.007966+0000 mgr.smithi142.tzoxhd (mgr.14182) 820 : 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-18T05:44:23.321 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:23.322 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:23.391 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:23 smithi142 bash[16247]: cluster 2024-01-18T05:44:23.009188+0000 mgr.smithi142.tzoxhd (mgr.14182) 821 : 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-18T05:44:23.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:23 smithi162 bash[19760]: cluster 2024-01-18T05:44:23.009188+0000 mgr.smithi142.tzoxhd (mgr.14182) 821 : 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-18T05:44:23.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:24.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:24 smithi142 bash[16247]: audit 2024-01-18T05:44:23.295002+0000 mgr.smithi142.tzoxhd (mgr.14182) 822 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:24.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:24 smithi162 bash[19760]: audit 2024-01-18T05:44:23.295002+0000 mgr.smithi142.tzoxhd (mgr.14182) 822 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:24.916 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:25.975 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:25 smithi142 bash[16247]: cluster 2024-01-18T05:44:25.010408+0000 mgr.smithi142.tzoxhd (mgr.14182) 823 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:26.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:25 smithi162 bash[19760]: cluster 2024-01-18T05:44:25.010408+0000 mgr.smithi142.tzoxhd (mgr.14182) 823 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:27.511 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:27 smithi142 bash[16247]: cluster 2024-01-18T05:44:27.011463+0000 mgr.smithi142.tzoxhd (mgr.14182) 824 : 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-18T05:44:27.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:27 smithi162 bash[19760]: cluster 2024-01-18T05:44:27.011463+0000 mgr.smithi142.tzoxhd (mgr.14182) 824 : 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-18T05:44:27.937 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:27.937 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:28.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:28 smithi142 bash[16247]: audit 2024-01-18T05:44:27.918425+0000 mgr.smithi142.tzoxhd (mgr.14182) 825 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:28.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:28.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:28 smithi162 bash[19760]: audit 2024-01-18T05:44:27.918425+0000 mgr.smithi142.tzoxhd (mgr.14182) 825 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:29.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:29 smithi142 bash[16247]: cluster 2024-01-18T05:44:29.012732+0000 mgr.smithi142.tzoxhd (mgr.14182) 826 : cluster [DBG] pgmap v553: 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-18T05:44:29.578 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:29.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:29 smithi162 bash[19760]: cluster 2024-01-18T05:44:29.012732+0000 mgr.smithi142.tzoxhd (mgr.14182) 826 : cluster [DBG] pgmap v553: 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-18T05:44:31.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:31 smithi142 bash[16247]: cluster 2024-01-18T05:44:31.013889+0000 mgr.smithi142.tzoxhd (mgr.14182) 827 : 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-18T05:44:31.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:31 smithi162 bash[19760]: cluster 2024-01-18T05:44:31.013889+0000 mgr.smithi142.tzoxhd (mgr.14182) 827 : 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-18T05:44:32.718 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:32.719 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:33.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:33.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:33 smithi142 bash[16247]: audit 2024-01-18T05:44:32.694825+0000 mgr.smithi142.tzoxhd (mgr.14182) 828 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:33.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:33 smithi142 bash[16247]: cluster 2024-01-18T05:44:33.015165+0000 mgr.smithi142.tzoxhd (mgr.14182) 829 : 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-18T05:44:33.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:33 smithi162 bash[19760]: audit 2024-01-18T05:44:32.694825+0000 mgr.smithi142.tzoxhd (mgr.14182) 828 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:33.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:33 smithi162 bash[19760]: cluster 2024-01-18T05:44:33.015165+0000 mgr.smithi142.tzoxhd (mgr.14182) 829 : 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-18T05:44:34.316 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:35 smithi142 bash[16247]: cluster 2024-01-18T05:44:35.016488+0000 mgr.smithi142.tzoxhd (mgr.14182) 830 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:35 smithi162 bash[19760]: cluster 2024-01-18T05:44:35.016488+0000 mgr.smithi142.tzoxhd (mgr.14182) 830 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:37.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:37 smithi142 bash[16247]: cluster 2024-01-18T05:44:37.017722+0000 mgr.smithi142.tzoxhd (mgr.14182) 831 : 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-18T05:44:37.355 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:37.355 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:37.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:37 smithi162 bash[19760]: cluster 2024-01-18T05:44:37.017722+0000 mgr.smithi142.tzoxhd (mgr.14182) 831 : 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-18T05:44:37.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:38.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:38 smithi142 bash[16247]: audit 2024-01-18T05:44:37.330554+0000 mgr.smithi142.tzoxhd (mgr.14182) 832 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:38.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:38 smithi162 bash[19760]: audit 2024-01-18T05:44:37.330554+0000 mgr.smithi142.tzoxhd (mgr.14182) 832 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:38.984 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:39.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:39 smithi142 bash[16247]: cluster 2024-01-18T05:44:39.018944+0000 mgr.smithi142.tzoxhd (mgr.14182) 833 : cluster [DBG] pgmap v558: 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-18T05:44:39.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:39 smithi162 bash[19760]: cluster 2024-01-18T05:44:39.018944+0000 mgr.smithi142.tzoxhd (mgr.14182) 833 : cluster [DBG] pgmap v558: 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-18T05:44:41.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:41 smithi142 bash[16247]: cluster 2024-01-18T05:44:41.020142+0000 mgr.smithi142.tzoxhd (mgr.14182) 834 : 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-18T05:44:41.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:41 smithi162 bash[19760]: cluster 2024-01-18T05:44:41.020142+0000 mgr.smithi142.tzoxhd (mgr.14182) 834 : 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-18T05:44:42.148 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:42.148 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:42.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:43.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:43 smithi142 bash[16247]: audit 2024-01-18T05:44:42.129134+0000 mgr.smithi142.tzoxhd (mgr.14182) 835 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:43.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:43 smithi142 bash[16247]: cluster 2024-01-18T05:44:43.021293+0000 mgr.smithi142.tzoxhd (mgr.14182) 836 : 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-18T05:44:43.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:43 smithi162 bash[19760]: audit 2024-01-18T05:44:42.129134+0000 mgr.smithi142.tzoxhd (mgr.14182) 835 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:43.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:43 smithi162 bash[19760]: cluster 2024-01-18T05:44:43.021293+0000 mgr.smithi142.tzoxhd (mgr.14182) 836 : 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-18T05:44:43.732 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:46.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:45 smithi142 bash[16247]: cluster 2024-01-18T05:44:45.022630+0000 mgr.smithi142.tzoxhd (mgr.14182) 837 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:46.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:45 smithi162 bash[19760]: cluster 2024-01-18T05:44:45.022630+0000 mgr.smithi142.tzoxhd (mgr.14182) 837 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:46.756 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:46.756 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:47.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:47.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:47 smithi142 bash[16247]: audit 2024-01-18T05:44:46.736226+0000 mgr.smithi142.tzoxhd (mgr.14182) 838 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:47.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:47 smithi142 bash[16247]: cluster 2024-01-18T05:44:47.023632+0000 mgr.smithi142.tzoxhd (mgr.14182) 839 : 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-18T05:44:47.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:47 smithi162 bash[19760]: audit 2024-01-18T05:44:46.736226+0000 mgr.smithi142.tzoxhd (mgr.14182) 838 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:47.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:47 smithi162 bash[19760]: cluster 2024-01-18T05:44:47.023632+0000 mgr.smithi142.tzoxhd (mgr.14182) 839 : 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-18T05:44:48.325 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:49.453 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:49 smithi142 bash[16247]: cluster 2024-01-18T05:44:49.025052+0000 mgr.smithi142.tzoxhd (mgr.14182) 840 : cluster [DBG] pgmap v563: 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-18T05:44:49.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:49 smithi162 bash[19760]: cluster 2024-01-18T05:44:49.025052+0000 mgr.smithi142.tzoxhd (mgr.14182) 840 : cluster [DBG] pgmap v563: 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-18T05:44:51.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:51 smithi142 bash[16247]: cluster 2024-01-18T05:44:51.026221+0000 mgr.smithi142.tzoxhd (mgr.14182) 841 : 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-18T05:44:51.407 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:51.408 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:51.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:51 smithi162 bash[19760]: cluster 2024-01-18T05:44:51.026221+0000 mgr.smithi142.tzoxhd (mgr.14182) 841 : 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-18T05:44:52.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:52.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:52 smithi142 bash[16247]: audit 2024-01-18T05:44:51.383220+0000 mgr.smithi142.tzoxhd (mgr.14182) 842 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:52.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:52 smithi162 bash[19760]: audit 2024-01-18T05:44:51.383220+0000 mgr.smithi142.tzoxhd (mgr.14182) 842 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:53.012 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:53.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:53 smithi142 bash[16247]: cluster 2024-01-18T05:44:53.026968+0000 mgr.smithi142.tzoxhd (mgr.14182) 843 : 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-18T05:44:53.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:53 smithi162 bash[19760]: cluster 2024-01-18T05:44:53.026968+0000 mgr.smithi142.tzoxhd (mgr.14182) 843 : 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-18T05:44:55.864 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:44:55.864 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:44:56.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:55 smithi142 bash[16247]: cluster 2024-01-18T05:44:55.028302+0000 mgr.smithi142.tzoxhd (mgr.14182) 844 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:55 smithi162 bash[19760]: cluster 2024-01-18T05:44:55.028302+0000 mgr.smithi142.tzoxhd (mgr.14182) 844 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:56.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:44:56.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:56 smithi142 bash[16247]: audit 2024-01-18T05:44:55.843567+0000 mgr.smithi142.tzoxhd (mgr.14182) 845 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:57.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:56 smithi162 bash[19760]: audit 2024-01-18T05:44:55.843567+0000 mgr.smithi142.tzoxhd (mgr.14182) 845 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:44:57.449 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:44:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:56.995557+0000 mon.smithi142 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:44:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: cluster 2024-01-18T05:44:57.028930+0000 mgr.smithi142.tzoxhd (mgr.14182) 846 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:57.307817+0000 mon.smithi142 (mon.0) 861 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:44:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:57.309576+0000 mon.smithi142 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:44:58.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:57.317669+0000 mon.smithi142 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:58.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:57.324303+0000 mon.smithi142 (mon.0) 864 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:44:58.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:57 smithi142 bash[16247]: audit 2024-01-18T05:44:57.339644+0000 mon.smithi142 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:58.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:56.995557+0000 mon.smithi142 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: cluster 2024-01-18T05:44:57.028930+0000 mgr.smithi142.tzoxhd (mgr.14182) 846 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:57.307817+0000 mon.smithi142 (mon.0) 861 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:57.309576+0000 mon.smithi142 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:57.317669+0000 mon.smithi142 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:57.324303+0000 mon.smithi142 (mon.0) 864 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:44:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:57 smithi162 bash[19760]: audit 2024-01-18T05:44:57.339644+0000 mon.smithi142 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:58.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:58 smithi142 bash[16247]: cluster 2024-01-18T05:44:57.318395+0000 mgr.smithi142.tzoxhd (mgr.14182) 847 : 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-18T05:44:58.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:58 smithi142 bash[16247]: cephadm 2024-01-18T05:44:57.345878+0000 mgr.smithi142.tzoxhd (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rdjzhj on smithi162 2024-01-18T05:44:58.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:58 smithi142 bash[16247]: cluster 2024-01-18T05:44:57.682776+0000 mon.smithi142 (mon.0) 866 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:44:58.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:58 smithi142 bash[16247]: cluster 2024-01-18T05:44:57.682844+0000 mon.smithi142 (mon.0) 867 : cluster [INF] Cluster is now healthy 2024-01-18T05:44:58.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:44:58 smithi142 bash[16247]: audit 2024-01-18T05:44:58.520425+0000 mon.smithi142 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:44:59.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:58 smithi162 bash[19760]: cluster 2024-01-18T05:44:57.318395+0000 mgr.smithi142.tzoxhd (mgr.14182) 847 : 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-18T05:44:59.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:58 smithi162 bash[19760]: cephadm 2024-01-18T05:44:57.345878+0000 mgr.smithi142.tzoxhd (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rdjzhj on smithi162 2024-01-18T05:44:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:58 smithi162 bash[19760]: cluster 2024-01-18T05:44:57.682776+0000 mon.smithi142 (mon.0) 866 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:44:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:58 smithi162 bash[19760]: cluster 2024-01-18T05:44:57.682844+0000 mon.smithi142 (mon.0) 867 : cluster [INF] Cluster is now healthy 2024-01-18T05:44:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:44:58 smithi162 bash[19760]: audit 2024-01-18T05:44:58.520425+0000 mon.smithi142 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:45:00.616 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:00.617 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:42:47.897645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zsqfmw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:52.512967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kbxzsj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-kbxzsj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.kbxzsj\nDeploy daemon haproxy.nfs.foo.smithi162.kbxzsj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.982468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mafowo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mafowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mafowo\nDeploy daemon haproxy.nfs.foo.smithi142.mafowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:43:56.986870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yahnls on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:01.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:00 smithi142 bash[16247]: cluster 2024-01-18T05:44:59.319461+0000 mgr.smithi142.tzoxhd (mgr.14182) 849 : 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-18T05:45:01.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:00 smithi162 bash[19760]: cluster 2024-01-18T05:44:59.319461+0000 mgr.smithi142.tzoxhd (mgr.14182) 849 : 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-18T05:45:01.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:02.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:01 smithi142 bash[16247]: audit 2024-01-18T05:45:00.597853+0000 mgr.smithi142.tzoxhd (mgr.14182) 850 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:02.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:01 smithi142 bash[16247]: audit 2024-01-18T05:45:01.220227+0000 mon.smithi142 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rdjzhj"}]: dispatch 2024-01-18T05:45:02.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:01 smithi162 bash[19760]: audit 2024-01-18T05:45:00.597853+0000 mgr.smithi142.tzoxhd (mgr.14182) 850 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:02.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:01 smithi162 bash[19760]: audit 2024-01-18T05:45:01.220227+0000 mon.smithi142 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rdjzhj"}]: dispatch 2024-01-18T05:45:02.204 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: cephadm 2024-01-18T05:45:01.219021+0000 mgr.smithi142.tzoxhd (mgr.14182) 851 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: cephadm 2024-01-18T05:45:01.219418+0000 mgr.smithi142.tzoxhd (mgr.14182) 852 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: cephadm 2024-01-18T05:45:01.222158+0000 mgr.smithi142.tzoxhd (mgr.14182) 853 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: cephadm 2024-01-18T05:45:01.227889+0000 mgr.smithi142.tzoxhd (mgr.14182) 854 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.mutvti on smithi142 2024-01-18T05:45:03.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:02 smithi142 bash[16247]: cluster 2024-01-18T05:45:01.320426+0000 mgr.smithi142.tzoxhd (mgr.14182) 855 : cluster [DBG] pgmap v570: 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-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: cephadm 2024-01-18T05:45:01.219021+0000 mgr.smithi142.tzoxhd (mgr.14182) 851 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: cephadm 2024-01-18T05:45:01.219418+0000 mgr.smithi142.tzoxhd (mgr.14182) 852 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: cephadm 2024-01-18T05:45:01.222158+0000 mgr.smithi142.tzoxhd (mgr.14182) 853 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.rdjzhj ... 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: cephadm 2024-01-18T05:45:01.227889+0000 mgr.smithi142.tzoxhd (mgr.14182) 854 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.mutvti on smithi142 2024-01-18T05:45:03.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:02 smithi162 bash[19760]: cluster 2024-01-18T05:45:01.320426+0000 mgr.smithi142.tzoxhd (mgr.14182) 855 : cluster [DBG] pgmap v570: 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-18T05:45:05.058 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:04 smithi142 bash[16247]: cluster 2024-01-18T05:45:03.321382+0000 mgr.smithi142.tzoxhd (mgr.14182) 856 : cluster [DBG] pgmap v571: 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-18T05:45:05.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:04 smithi162 bash[19760]: cluster 2024-01-18T05:45:03.321382+0000 mgr.smithi142.tzoxhd (mgr.14182) 856 : cluster [DBG] pgmap v571: 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-18T05:45:05.550 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:05.550 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:06.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:05 smithi142 bash[16247]: audit 2024-01-18T05:45:05.149009+0000 mon.smithi142 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.mutvti"}]: dispatch 2024-01-18T05:45:06.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:05 smithi162 bash[19760]: audit 2024-01-18T05:45:05.149009+0000 mon.smithi142 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.mutvti"}]: dispatch 2024-01-18T05:45:06.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cephadm 2024-01-18T05:45:05.148151+0000 mgr.smithi142.tzoxhd (mgr.14182) 857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cephadm 2024-01-18T05:45:05.148470+0000 mgr.smithi142.tzoxhd (mgr.14182) 858 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cephadm 2024-01-18T05:45:05.150145+0000 mgr.smithi142.tzoxhd (mgr.14182) 859 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cephadm 2024-01-18T05:45:05.152172+0000 mgr.smithi142.tzoxhd (mgr.14182) 860 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cephadm 2024-01-18T05:45:05.153746+0000 mgr.smithi142.tzoxhd (mgr.14182) 861 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cluster 2024-01-18T05:45:05.154786+0000 mgr.smithi142.tzoxhd (mgr.14182) 862 : cluster [DBG] pgmap v572: 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-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: audit 2024-01-18T05:45:05.524771+0000 mgr.smithi142.tzoxhd (mgr.14182) 863 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:07.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:06 smithi142 bash[16247]: cluster 2024-01-18T05:45:05.719667+0000 mon.smithi142 (mon.0) 871 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:45:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cephadm 2024-01-18T05:45:05.148151+0000 mgr.smithi142.tzoxhd (mgr.14182) 857 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:45:07.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cephadm 2024-01-18T05:45:05.148470+0000 mgr.smithi142.tzoxhd (mgr.14182) 858 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cephadm 2024-01-18T05:45:05.150145+0000 mgr.smithi142.tzoxhd (mgr.14182) 859 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.mutvti ... 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cephadm 2024-01-18T05:45:05.152172+0000 mgr.smithi142.tzoxhd (mgr.14182) 860 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cephadm 2024-01-18T05:45:05.153746+0000 mgr.smithi142.tzoxhd (mgr.14182) 861 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:45:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cluster 2024-01-18T05:45:05.154786+0000 mgr.smithi142.tzoxhd (mgr.14182) 862 : cluster [DBG] pgmap v572: 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-18T05:45:07.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: audit 2024-01-18T05:45:05.524771+0000 mgr.smithi142.tzoxhd (mgr.14182) 863 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:07.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:06 smithi162 bash[19760]: cluster 2024-01-18T05:45:05.719667+0000 mon.smithi142 (mon.0) 871 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:45:07.234 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:09.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:08 smithi142 bash[16247]: cluster 2024-01-18T05:45:07.155725+0000 mgr.smithi142.tzoxhd (mgr.14182) 864 : cluster [DBG] pgmap v573: 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-18T05:45:09.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:08 smithi162 bash[19760]: cluster 2024-01-18T05:45:07.155725+0000 mgr.smithi142.tzoxhd (mgr.14182) 864 : cluster [DBG] pgmap v573: 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-18T05:45:10.346 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:10.346 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:10.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:10 smithi142 bash[16247]: cluster 2024-01-18T05:45:09.157046+0000 mgr.smithi142.tzoxhd (mgr.14182) 865 : cluster [DBG] pgmap v574: 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-18T05:45:10.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:10 smithi142 bash[16247]: audit 2024-01-18T05:45:09.290277+0000 mon.smithi142 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:45:10.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:10 smithi162 bash[19760]: cluster 2024-01-18T05:45:09.157046+0000 mgr.smithi142.tzoxhd (mgr.14182) 865 : cluster [DBG] pgmap v574: 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-18T05:45:10.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:10 smithi162 bash[19760]: audit 2024-01-18T05:45:09.290277+0000 mon.smithi142 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:45:11.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:11.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:11 smithi142 bash[16247]: audit 2024-01-18T05:45:10.322428+0000 mgr.smithi142.tzoxhd (mgr.14182) 866 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:11.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:11 smithi162 bash[19760]: audit 2024-01-18T05:45:10.322428+0000 mgr.smithi142.tzoxhd (mgr.14182) 866 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:12.004 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:12.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:12 smithi142 bash[16247]: cluster 2024-01-18T05:45:11.158374+0000 mgr.smithi142.tzoxhd (mgr.14182) 867 : 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-18T05:45:12.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:12 smithi162 bash[19760]: cluster 2024-01-18T05:45:11.158374+0000 mgr.smithi142.tzoxhd (mgr.14182) 867 : 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-18T05:45:14.805 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:14 smithi142 bash[16247]: cluster 2024-01-18T05:45:13.159620+0000 mgr.smithi142.tzoxhd (mgr.14182) 868 : cluster [DBG] pgmap v576: 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-18T05:45:14.806 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:14 smithi142 bash[16247]: audit 2024-01-18T05:45:13.522997+0000 mon.smithi142 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:45:14.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:14 smithi162 bash[19760]: cluster 2024-01-18T05:45:13.159620+0000 mgr.smithi142.tzoxhd (mgr.14182) 868 : cluster [DBG] pgmap v576: 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-18T05:45:14.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:14 smithi162 bash[19760]: audit 2024-01-18T05:45:13.522997+0000 mon.smithi142 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:45:15.158 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:15.158 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:15.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:16.769 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:17.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:16 smithi142 bash[16247]: audit 2024-01-18T05:45:15.132421+0000 mgr.smithi142.tzoxhd (mgr.14182) 869 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:17.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:16 smithi142 bash[16247]: cluster 2024-01-18T05:45:15.160949+0000 mgr.smithi142.tzoxhd (mgr.14182) 870 : cluster [DBG] pgmap v577: 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-18T05:45:17.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:16 smithi162 bash[19760]: audit 2024-01-18T05:45:15.132421+0000 mgr.smithi142.tzoxhd (mgr.14182) 869 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:17.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:16 smithi162 bash[19760]: cluster 2024-01-18T05:45:15.160949+0000 mgr.smithi142.tzoxhd (mgr.14182) 870 : cluster [DBG] pgmap v577: 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-18T05:45:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:18 smithi142 bash[16247]: cluster 2024-01-18T05:45:17.161837+0000 mgr.smithi142.tzoxhd (mgr.14182) 871 : 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-18T05:45:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:18 smithi162 bash[19760]: cluster 2024-01-18T05:45:17.161837+0000 mgr.smithi142.tzoxhd (mgr.14182) 871 : 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-18T05:45:19.798 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:19.799 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:20.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:21.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:20 smithi142 bash[16247]: cluster 2024-01-18T05:45:19.162738+0000 mgr.smithi142.tzoxhd (mgr.14182) 872 : cluster [DBG] pgmap v579: 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-18T05:45:21.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:20 smithi142 bash[16247]: audit 2024-01-18T05:45:19.779766+0000 mgr.smithi142.tzoxhd (mgr.14182) 873 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:21.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:20 smithi162 bash[19760]: cluster 2024-01-18T05:45:19.162738+0000 mgr.smithi142.tzoxhd (mgr.14182) 872 : cluster [DBG] pgmap v579: 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-18T05:45:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:20 smithi162 bash[19760]: audit 2024-01-18T05:45:19.779766+0000 mgr.smithi142.tzoxhd (mgr.14182) 873 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:21.407 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:22.865 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:22 smithi142 bash[16247]: cluster 2024-01-18T05:45:21.163874+0000 mgr.smithi142.tzoxhd (mgr.14182) 874 : 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-18T05:45:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:22 smithi162 bash[19760]: cluster 2024-01-18T05:45:21.163874+0000 mgr.smithi142.tzoxhd (mgr.14182) 874 : 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-18T05:45:24.534 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:24.534 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:25.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:24 smithi142 bash[16247]: cluster 2024-01-18T05:45:23.164591+0000 mgr.smithi142.tzoxhd (mgr.14182) 875 : 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-18T05:45:25.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:24 smithi162 bash[19760]: cluster 2024-01-18T05:45:23.164591+0000 mgr.smithi142.tzoxhd (mgr.14182) 875 : 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-18T05:45:25.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:26.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:25 smithi142 bash[16247]: audit 2024-01-18T05:45:24.515203+0000 mgr.smithi142.tzoxhd (mgr.14182) 876 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:26.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:25 smithi162 bash[19760]: audit 2024-01-18T05:45:24.515203+0000 mgr.smithi142.tzoxhd (mgr.14182) 876 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:26.182 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:27.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:26 smithi142 bash[16247]: cluster 2024-01-18T05:45:25.165874+0000 mgr.smithi142.tzoxhd (mgr.14182) 877 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:27.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:26 smithi162 bash[19760]: cluster 2024-01-18T05:45:25.165874+0000 mgr.smithi142.tzoxhd (mgr.14182) 877 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:29.065 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:28 smithi142 bash[16247]: cluster 2024-01-18T05:45:27.167019+0000 mgr.smithi142.tzoxhd (mgr.14182) 878 : 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-18T05:45:29.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:28 smithi162 bash[19760]: cluster 2024-01-18T05:45:27.167019+0000 mgr.smithi142.tzoxhd (mgr.14182) 878 : 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-18T05:45:29.493 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:29.493 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:30.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:30 smithi142 bash[16247]: cluster 2024-01-18T05:45:29.168010+0000 mgr.smithi142.tzoxhd (mgr.14182) 879 : cluster [DBG] pgmap v584: 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-18T05:45:31.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:30 smithi142 bash[16247]: audit 2024-01-18T05:45:29.468741+0000 mgr.smithi142.tzoxhd (mgr.14182) 880 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:31.108 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:30 smithi162 bash[19760]: cluster 2024-01-18T05:45:29.168010+0000 mgr.smithi142.tzoxhd (mgr.14182) 879 : cluster [DBG] pgmap v584: 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-18T05:45:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:30 smithi162 bash[19760]: audit 2024-01-18T05:45:29.468741+0000 mgr.smithi142.tzoxhd (mgr.14182) 880 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:33.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:32 smithi142 bash[16247]: cluster 2024-01-18T05:45:31.169182+0000 mgr.smithi142.tzoxhd (mgr.14182) 881 : 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-18T05:45:33.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:32 smithi162 bash[19760]: cluster 2024-01-18T05:45:31.169182+0000 mgr.smithi142.tzoxhd (mgr.14182) 881 : 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-18T05:45:34.279 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:34.279 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:34.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:35.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:34 smithi142 bash[16247]: cluster 2024-01-18T05:45:33.170462+0000 mgr.smithi142.tzoxhd (mgr.14182) 882 : 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-18T05:45:35.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:34 smithi162 bash[19760]: cluster 2024-01-18T05:45:33.170462+0000 mgr.smithi142.tzoxhd (mgr.14182) 882 : 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-18T05:45:35.876 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:36.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:35 smithi142 bash[16247]: audit 2024-01-18T05:45:34.258034+0000 mgr.smithi142.tzoxhd (mgr.14182) 883 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:36.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:35 smithi162 bash[19760]: audit 2024-01-18T05:45:34.258034+0000 mgr.smithi142.tzoxhd (mgr.14182) 883 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:37.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:36 smithi142 bash[16247]: cluster 2024-01-18T05:45:35.171812+0000 mgr.smithi142.tzoxhd (mgr.14182) 884 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:37.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:36 smithi162 bash[19760]: cluster 2024-01-18T05:45:35.171812+0000 mgr.smithi142.tzoxhd (mgr.14182) 884 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:39.008 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:39.009 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:39.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:38 smithi142 bash[16247]: cluster 2024-01-18T05:45:37.172963+0000 mgr.smithi142.tzoxhd (mgr.14182) 885 : 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-18T05:45:39.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:38 smithi162 bash[19760]: cluster 2024-01-18T05:45:37.172963+0000 mgr.smithi142.tzoxhd (mgr.14182) 885 : 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-18T05:45:39.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:40.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:39 smithi142 bash[16247]: audit 2024-01-18T05:45:38.985192+0000 mgr.smithi142.tzoxhd (mgr.14182) 886 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:39 smithi162 bash[19760]: audit 2024-01-18T05:45:38.985192+0000 mgr.smithi142.tzoxhd (mgr.14182) 886 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:40.625 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:41.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:40 smithi142 bash[16247]: cluster 2024-01-18T05:45:39.174287+0000 mgr.smithi142.tzoxhd (mgr.14182) 887 : cluster [DBG] pgmap v589: 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-18T05:45:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:40 smithi162 bash[19760]: cluster 2024-01-18T05:45:39.174287+0000 mgr.smithi142.tzoxhd (mgr.14182) 887 : cluster [DBG] pgmap v589: 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-18T05:45:43.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:42 smithi142 bash[16247]: cluster 2024-01-18T05:45:41.175477+0000 mgr.smithi142.tzoxhd (mgr.14182) 888 : 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-18T05:45:43.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:42 smithi162 bash[19760]: cluster 2024-01-18T05:45:41.175477+0000 mgr.smithi142.tzoxhd (mgr.14182) 888 : 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-18T05:45:43.647 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:43.648 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:44.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:45.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:44 smithi142 bash[16247]: cluster 2024-01-18T05:45:43.176697+0000 mgr.smithi142.tzoxhd (mgr.14182) 889 : 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-18T05:45:45.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:44 smithi142 bash[16247]: audit 2024-01-18T05:45:43.620853+0000 mgr.smithi142.tzoxhd (mgr.14182) 890 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:45.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:44 smithi162 bash[19760]: cluster 2024-01-18T05:45:43.176697+0000 mgr.smithi142.tzoxhd (mgr.14182) 889 : 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-18T05:45:45.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:44 smithi162 bash[19760]: audit 2024-01-18T05:45:43.620853+0000 mgr.smithi142.tzoxhd (mgr.14182) 890 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:45.301 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:47.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:46 smithi142 bash[16247]: cluster 2024-01-18T05:45:45.178106+0000 mgr.smithi142.tzoxhd (mgr.14182) 891 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:47.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:46 smithi162 bash[19760]: cluster 2024-01-18T05:45:45.178106+0000 mgr.smithi142.tzoxhd (mgr.14182) 891 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:48.499 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:48.499 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:49.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:49.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:48 smithi142 bash[16247]: cluster 2024-01-18T05:45:47.179157+0000 mgr.smithi142.tzoxhd (mgr.14182) 892 : 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-18T05:45:49.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:48 smithi162 bash[19760]: cluster 2024-01-18T05:45:47.179157+0000 mgr.smithi142.tzoxhd (mgr.14182) 892 : 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-18T05:45:50.060 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:50.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:49 smithi142 bash[16247]: audit 2024-01-18T05:45:48.473099+0000 mgr.smithi142.tzoxhd (mgr.14182) 893 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:50.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:49 smithi162 bash[19760]: audit 2024-01-18T05:45:48.473099+0000 mgr.smithi142.tzoxhd (mgr.14182) 893 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:51.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:50 smithi162 bash[19760]: cluster 2024-01-18T05:45:49.180583+0000 mgr.smithi142.tzoxhd (mgr.14182) 894 : cluster [DBG] pgmap v594: 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-18T05:45:51.182 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:50 smithi142 bash[16247]: cluster 2024-01-18T05:45:49.180583+0000 mgr.smithi142.tzoxhd (mgr.14182) 894 : cluster [DBG] pgmap v594: 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-18T05:45:53.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:52 smithi162 bash[19760]: cluster 2024-01-18T05:45:51.181509+0000 mgr.smithi142.tzoxhd (mgr.14182) 895 : 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-18T05:45:53.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:52 smithi142 bash[16247]: cluster 2024-01-18T05:45:51.181509+0000 mgr.smithi142.tzoxhd (mgr.14182) 895 : 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-18T05:45:53.346 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:53.347 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:53.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:54.941 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:45:55.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:54 smithi162 bash[19760]: cluster 2024-01-18T05:45:53.182622+0000 mgr.smithi142.tzoxhd (mgr.14182) 896 : 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-18T05:45:55.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:54 smithi162 bash[19760]: audit 2024-01-18T05:45:53.327667+0000 mgr.smithi142.tzoxhd (mgr.14182) 897 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:55.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:54 smithi142 bash[16247]: cluster 2024-01-18T05:45:53.182622+0000 mgr.smithi142.tzoxhd (mgr.14182) 896 : 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-18T05:45:55.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:54 smithi142 bash[16247]: audit 2024-01-18T05:45:53.327667+0000 mgr.smithi142.tzoxhd (mgr.14182) 897 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:45:57.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:56 smithi162 bash[19760]: cluster 2024-01-18T05:45:55.183904+0000 mgr.smithi142.tzoxhd (mgr.14182) 898 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:57.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:56 smithi142 bash[16247]: cluster 2024-01-18T05:45:55.183904+0000 mgr.smithi142.tzoxhd (mgr.14182) 898 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:45:58.122 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:45:58.122 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:45:58.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:45:59.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:58 smithi142 bash[16247]: cluster 2024-01-18T05:45:57.184985+0000 mgr.smithi142.tzoxhd (mgr.14182) 899 : 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-18T05:45:59.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:58 smithi162 bash[19760]: cluster 2024-01-18T05:45:57.184985+0000 mgr.smithi142.tzoxhd (mgr.14182) 899 : 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-18T05:45:59.716 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:00.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:45:59 smithi142 bash[16247]: audit 2024-01-18T05:45:58.096783+0000 mgr.smithi142.tzoxhd (mgr.14182) 900 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:00.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:45:59 smithi162 bash[19760]: audit 2024-01-18T05:45:58.096783+0000 mgr.smithi142.tzoxhd (mgr.14182) 900 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:01.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:00 smithi142 bash[16247]: cluster 2024-01-18T05:45:59.186424+0000 mgr.smithi142.tzoxhd (mgr.14182) 901 : cluster [DBG] pgmap v599: 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-18T05:46:01.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:00 smithi162 bash[19760]: cluster 2024-01-18T05:45:59.186424+0000 mgr.smithi142.tzoxhd (mgr.14182) 901 : cluster [DBG] pgmap v599: 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-18T05:46:02.940 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:02.940 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:02 smithi162 bash[19760]: cluster 2024-01-18T05:46:01.187683+0000 mgr.smithi142.tzoxhd (mgr.14182) 902 : 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-18T05:46:03.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:02 smithi142 bash[16247]: cluster 2024-01-18T05:46:01.187683+0000 mgr.smithi142.tzoxhd (mgr.14182) 902 : 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-18T05:46:03.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:04.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:03 smithi142 bash[16247]: audit 2024-01-18T05:46:02.914868+0000 mgr.smithi142.tzoxhd (mgr.14182) 903 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:04.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:03 smithi162 bash[19760]: audit 2024-01-18T05:46:02.914868+0000 mgr.smithi142.tzoxhd (mgr.14182) 903 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:04.584 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:05.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:04 smithi142 bash[16247]: cluster 2024-01-18T05:46:03.188876+0000 mgr.smithi142.tzoxhd (mgr.14182) 904 : 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-18T05:46:05.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:04 smithi162 bash[19760]: cluster 2024-01-18T05:46:03.188876+0000 mgr.smithi142.tzoxhd (mgr.14182) 904 : 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-18T05:46:06.012 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:05 smithi142 bash[16247]: audit 2024-01-18T05:46:05.157897+0000 mon.smithi142 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:46:06.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:05 smithi162 bash[19760]: audit 2024-01-18T05:46:05.157897+0000 mon.smithi142 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:46:07.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:06 smithi142 bash[16247]: cluster 2024-01-18T05:46:05.190188+0000 mgr.smithi142.tzoxhd (mgr.14182) 905 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:06 smithi162 bash[19760]: cluster 2024-01-18T05:46:05.190188+0000 mgr.smithi142.tzoxhd (mgr.14182) 905 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:07.891 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:07.891 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:35:40.989290Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:35:40.989487Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:35:40.989679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:35:40.990817Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:35:40.989082Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:35:40.988780Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:35:40.991008Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:35:40.989868Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:35:40.990057Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:08.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:09.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:08 smithi142 bash[16247]: cluster 2024-01-18T05:46:07.191216+0000 mgr.smithi142.tzoxhd (mgr.14182) 906 : 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-18T05:46:09.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:08 smithi142 bash[16247]: audit 2024-01-18T05:46:07.871818+0000 mgr.smithi142.tzoxhd (mgr.14182) 907 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:09.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:08 smithi162 bash[19760]: cluster 2024-01-18T05:46:07.191216+0000 mgr.smithi142.tzoxhd (mgr.14182) 906 : 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-18T05:46:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:08 smithi162 bash[19760]: audit 2024-01-18T05:46:07.871818+0000 mgr.smithi142.tzoxhd (mgr.14182) 907 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:09.499 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:11.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:10 smithi142 bash[16247]: cluster 2024-01-18T05:46:09.192552+0000 mgr.smithi142.tzoxhd (mgr.14182) 908 : cluster [DBG] pgmap v604: 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-18T05:46:11.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:10 smithi162 bash[19760]: cluster 2024-01-18T05:46:09.192552+0000 mgr.smithi142.tzoxhd (mgr.14182) 908 : cluster [DBG] pgmap v604: 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-18T05:46:12.635 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:12.635 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:43:56.990807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.lsmuyz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: cluster 2024-01-18T05:46:11.193754+0000 mgr.smithi142.tzoxhd (mgr.14182) 909 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.400695+0000 mon.smithi142 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.699145+0000 mon.smithi142 (mon.0) 876 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.700528+0000 mon.smithi142 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.708812+0000 mon.smithi142 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: cluster 2024-01-18T05:46:11.709792+0000 mgr.smithi142.tzoxhd (mgr.14182) 910 : 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-18T05:46:12.693 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.716732+0000 mon.smithi142 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:46:12.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: audit 2024-01-18T05:46:11.730364+0000 mon.smithi142 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: cephadm 2024-01-18T05:46:11.733313+0000 mgr.smithi142.tzoxhd (mgr.14182) 911 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ifoybe on smithi162 2024-01-18T05:46:12.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: cluster 2024-01-18T05:46:11.887872+0000 mon.smithi142 (mon.0) 881 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:46:12.694 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:12 smithi142 bash[16247]: cluster 2024-01-18T05:46:11.887943+0000 mon.smithi142 (mon.0) 882 : cluster [INF] Cluster is now healthy 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: cluster 2024-01-18T05:46:11.193754+0000 mgr.smithi142.tzoxhd (mgr.14182) 909 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.400695+0000 mon.smithi142 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.699145+0000 mon.smithi142 (mon.0) 876 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.700528+0000 mon.smithi142 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.708812+0000 mon.smithi142 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: cluster 2024-01-18T05:46:11.709792+0000 mgr.smithi142.tzoxhd (mgr.14182) 910 : 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-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.716732+0000 mon.smithi142 (mon.0) 879 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: audit 2024-01-18T05:46:11.730364+0000 mon.smithi142 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:12.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: cephadm 2024-01-18T05:46:11.733313+0000 mgr.smithi142.tzoxhd (mgr.14182) 911 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ifoybe on smithi162 2024-01-18T05:46:12.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: cluster 2024-01-18T05:46:11.887872+0000 mon.smithi142 (mon.0) 881 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:46:12.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:12 smithi162 bash[19760]: cluster 2024-01-18T05:46:11.887943+0000 mon.smithi142 (mon.0) 882 : cluster [INF] Cluster is now healthy 2024-01-18T05:46:13.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:13.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:13 smithi142 bash[16247]: audit 2024-01-18T05:46:12.610520+0000 mgr.smithi142.tzoxhd (mgr.14182) 912 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:13.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:13 smithi162 bash[19760]: audit 2024-01-18T05:46:12.610520+0000 mgr.smithi142.tzoxhd (mgr.14182) 912 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:14.318 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:14.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:14 smithi142 bash[16247]: audit 2024-01-18T05:46:13.522348+0000 mon.smithi142 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:14.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:14 smithi142 bash[16247]: cluster 2024-01-18T05:46:13.710701+0000 mgr.smithi142.tzoxhd (mgr.14182) 913 : 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-18T05:46:14.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:14 smithi162 bash[19760]: audit 2024-01-18T05:46:13.522348+0000 mon.smithi142 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:14.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:14 smithi162 bash[19760]: cluster 2024-01-18T05:46:13.710701+0000 mgr.smithi142.tzoxhd (mgr.14182) 913 : 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-18T05:46:15.870 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:15 smithi162 bash[19760]: audit 2024-01-18T05:46:15.636814+0000 mon.smithi142 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ifoybe"}]: dispatch 2024-01-18T05:46:16.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:15 smithi142 bash[16247]: audit 2024-01-18T05:46:15.636814+0000 mon.smithi142 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ifoybe"}]: dispatch 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: cephadm 2024-01-18T05:46:15.635448+0000 mgr.smithi142.tzoxhd (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.039 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.040 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: cephadm 2024-01-18T05:46:15.635988+0000 mgr.smithi142.tzoxhd (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: cephadm 2024-01-18T05:46:15.638496+0000 mgr.smithi142.tzoxhd (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.041 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.042 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.042 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: cephadm 2024-01-18T05:46:15.643612+0000 mgr.smithi142.tzoxhd (mgr.14182) 917 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.jhjiuv on smithi142 2024-01-18T05:46:17.042 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:16 smithi142 bash[16247]: cluster 2024-01-18T05:46:15.711444+0000 mgr.smithi142.tzoxhd (mgr.14182) 918 : cluster [DBG] pgmap v608: 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-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: cephadm 2024-01-18T05:46:15.635448+0000 mgr.smithi142.tzoxhd (mgr.14182) 914 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: cephadm 2024-01-18T05:46:15.635988+0000 mgr.smithi142.tzoxhd (mgr.14182) 915 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: cephadm 2024-01-18T05:46:15.638496+0000 mgr.smithi142.tzoxhd (mgr.14182) 916 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.ifoybe ... 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: cephadm 2024-01-18T05:46:15.643612+0000 mgr.smithi142.tzoxhd (mgr.14182) 917 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.jhjiuv on smithi142 2024-01-18T05:46:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:16 smithi162 bash[19760]: cluster 2024-01-18T05:46:15.711444+0000 mgr.smithi142.tzoxhd (mgr.14182) 918 : cluster [DBG] pgmap v608: 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-18T05:46:17.402 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:17.402 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:01.221812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rdjzhj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-rdjzhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.rdjzhj\nDeploy daemon haproxy.nfs.foo.smithi162.rdjzhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.149993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.mutvti on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-mutvti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.mutvti\nDeploy daemon haproxy.nfs.foo.smithi142.mutvti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:45:05.152052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oljvlo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:18.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:19.057 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:18 smithi142 bash[16247]: audit 2024-01-18T05:46:17.374702+0000 mgr.smithi142.tzoxhd (mgr.14182) 919 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:19.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:18 smithi142 bash[16247]: cluster 2024-01-18T05:46:17.712403+0000 mgr.smithi142.tzoxhd (mgr.14182) 920 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T05:46:19.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:18 smithi162 bash[19760]: audit 2024-01-18T05:46:17.374702+0000 mgr.smithi142.tzoxhd (mgr.14182) 919 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:18 smithi162 bash[19760]: cluster 2024-01-18T05:46:17.712403+0000 mgr.smithi142.tzoxhd (mgr.14182) 920 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cluster 2024-01-18T05:46:19.713481+0000 mgr.smithi142.tzoxhd (mgr.14182) 921 : cluster [DBG] pgmap v610: 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-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cephadm 2024-01-18T05:46:20.068987+0000 mgr.smithi142.tzoxhd (mgr.14182) 922 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cephadm 2024-01-18T05:46:20.069340+0000 mgr.smithi142.tzoxhd (mgr.14182) 923 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: audit 2024-01-18T05:46:20.069836+0000 mon.smithi142 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.jhjiuv"}]: dispatch 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cephadm 2024-01-18T05:46:20.071214+0000 mgr.smithi142.tzoxhd (mgr.14182) 924 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cephadm 2024-01-18T05:46:20.074594+0000 mgr.smithi142.tzoxhd (mgr.14182) 925 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:46:21.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cephadm 2024-01-18T05:46:20.077766+0000 mgr.smithi142.tzoxhd (mgr.14182) 926 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:46:21.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:20 smithi142 bash[16247]: cluster 2024-01-18T05:46:20.079232+0000 mgr.smithi142.tzoxhd (mgr.14182) 927 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cluster 2024-01-18T05:46:19.713481+0000 mgr.smithi142.tzoxhd (mgr.14182) 921 : cluster [DBG] pgmap v610: 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-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cephadm 2024-01-18T05:46:20.068987+0000 mgr.smithi142.tzoxhd (mgr.14182) 922 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cephadm 2024-01-18T05:46:20.069340+0000 mgr.smithi142.tzoxhd (mgr.14182) 923 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: audit 2024-01-18T05:46:20.069836+0000 mon.smithi142 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.jhjiuv"}]: dispatch 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cephadm 2024-01-18T05:46:20.071214+0000 mgr.smithi142.tzoxhd (mgr.14182) 924 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.jhjiuv ... 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cephadm 2024-01-18T05:46:20.074594+0000 mgr.smithi142.tzoxhd (mgr.14182) 925 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cephadm 2024-01-18T05:46:20.077766+0000 mgr.smithi142.tzoxhd (mgr.14182) 926 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:46:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:20 smithi162 bash[19760]: cluster 2024-01-18T05:46:20.079232+0000 mgr.smithi142.tzoxhd (mgr.14182) 927 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T05:46:22.017 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:21 smithi142 bash[16247]: cluster 2024-01-18T05:46:20.734308+0000 mon.smithi142 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:46:22.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:21 smithi162 bash[19760]: cluster 2024-01-18T05:46:20.734308+0000 mon.smithi142 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:46:22.449 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:22.450 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:23.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:22 smithi142 bash[16247]: cluster 2024-01-18T05:46:22.080117+0000 mgr.smithi142.tzoxhd (mgr.14182) 928 : cluster [DBG] pgmap v612: 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-18T05:46:23.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:23.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:22 smithi162 bash[19760]: cluster 2024-01-18T05:46:22.080117+0000 mgr.smithi142.tzoxhd (mgr.14182) 928 : cluster [DBG] pgmap v612: 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-18T05:46:24.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:23 smithi142 bash[16247]: audit 2024-01-18T05:46:22.430028+0000 mgr.smithi142.tzoxhd (mgr.14182) 929 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:24.078 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:24.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:23 smithi162 bash[19760]: audit 2024-01-18T05:46:22.430028+0000 mgr.smithi142.tzoxhd (mgr.14182) 929 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:25.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:24 smithi142 bash[16247]: cluster 2024-01-18T05:46:24.080835+0000 mgr.smithi142.tzoxhd (mgr.14182) 930 : cluster [DBG] pgmap v613: 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-18T05:46:25.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:24 smithi142 bash[16247]: audit 2024-01-18T05:46:24.344988+0000 mon.smithi142 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:25.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:24 smithi162 bash[19760]: cluster 2024-01-18T05:46:24.080835+0000 mgr.smithi142.tzoxhd (mgr.14182) 930 : cluster [DBG] pgmap v613: 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-18T05:46:25.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:24 smithi162 bash[19760]: audit 2024-01-18T05:46:24.344988+0000 mon.smithi142 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:26 smithi142 bash[16247]: cluster 2024-01-18T05:46:26.081680+0000 mgr.smithi142.tzoxhd (mgr.14182) 931 : cluster [DBG] pgmap v614: 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-18T05:46:26.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:26 smithi162 bash[19760]: cluster 2024-01-18T05:46:26.081680+0000 mgr.smithi142.tzoxhd (mgr.14182) 931 : cluster [DBG] pgmap v614: 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-18T05:46:27.357 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:27.357 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:27.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:28 smithi142 bash[16247]: audit 2024-01-18T05:46:27.330204+0000 mgr.smithi142.tzoxhd (mgr.14182) 932 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:28 smithi142 bash[16247]: cluster 2024-01-18T05:46:28.082884+0000 mgr.smithi142.tzoxhd (mgr.14182) 933 : cluster [DBG] pgmap v615: 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-18T05:46:28.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:28 smithi162 bash[19760]: audit 2024-01-18T05:46:27.330204+0000 mgr.smithi142.tzoxhd (mgr.14182) 932 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:28.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:28 smithi162 bash[19760]: cluster 2024-01-18T05:46:28.082884+0000 mgr.smithi142.tzoxhd (mgr.14182) 933 : cluster [DBG] pgmap v615: 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-18T05:46:28.922 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:29.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:29 smithi142 bash[16247]: audit 2024-01-18T05:46:28.522265+0000 mon.smithi142 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:29 smithi162 bash[19760]: audit 2024-01-18T05:46:28.522265+0000 mon.smithi142 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:46:31.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:30 smithi142 bash[16247]: cluster 2024-01-18T05:46:30.083647+0000 mgr.smithi142.tzoxhd (mgr.14182) 934 : cluster [DBG] pgmap v616: 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-18T05:46:31.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:30 smithi162 bash[19760]: cluster 2024-01-18T05:46:30.083647+0000 mgr.smithi142.tzoxhd (mgr.14182) 934 : cluster [DBG] pgmap v616: 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-18T05:46:32.214 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:32.214 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:32.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:32 smithi142 bash[16247]: cluster 2024-01-18T05:46:32.084324+0000 mgr.smithi142.tzoxhd (mgr.14182) 935 : 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-18T05:46:32.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:32 smithi162 bash[19760]: cluster 2024-01-18T05:46:32.084324+0000 mgr.smithi142.tzoxhd (mgr.14182) 935 : 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-18T05:46:32.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:33.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:33 smithi142 bash[16247]: audit 2024-01-18T05:46:32.195353+0000 mgr.smithi142.tzoxhd (mgr.14182) 936 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:33.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:33 smithi162 bash[19760]: audit 2024-01-18T05:46:32.195353+0000 mgr.smithi142.tzoxhd (mgr.14182) 936 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:33.819 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:34 smithi142 bash[16247]: cluster 2024-01-18T05:46:34.085222+0000 mgr.smithi142.tzoxhd (mgr.14182) 937 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:34 smithi162 bash[19760]: cluster 2024-01-18T05:46:34.085222+0000 mgr.smithi142.tzoxhd (mgr.14182) 937 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:36.910 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:36.911 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:37.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:37 smithi142 bash[16247]: cluster 2024-01-18T05:46:36.086456+0000 mgr.smithi142.tzoxhd (mgr.14182) 938 : 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-18T05:46:37.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:37 smithi142 bash[16247]: audit 2024-01-18T05:46:36.884667+0000 mgr.smithi142.tzoxhd (mgr.14182) 939 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:37.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:37.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:37 smithi162 bash[19760]: cluster 2024-01-18T05:46:36.086456+0000 mgr.smithi142.tzoxhd (mgr.14182) 938 : 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-18T05:46:37.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:37 smithi162 bash[19760]: audit 2024-01-18T05:46:36.884667+0000 mgr.smithi142.tzoxhd (mgr.14182) 939 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:38.533 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:39.536 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:39 smithi142 bash[16247]: cluster 2024-01-18T05:46:38.087840+0000 mgr.smithi142.tzoxhd (mgr.14182) 940 : cluster [DBG] pgmap v620: 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-18T05:46:39.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:39 smithi162 bash[19760]: cluster 2024-01-18T05:46:38.087840+0000 mgr.smithi142.tzoxhd (mgr.14182) 940 : cluster [DBG] pgmap v620: 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-18T05:46:41.495 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:41.495 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:41.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:41 smithi142 bash[16247]: cluster 2024-01-18T05:46:40.088602+0000 mgr.smithi142.tzoxhd (mgr.14182) 941 : 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-18T05:46:42.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:42.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:41 smithi162 bash[19760]: cluster 2024-01-18T05:46:40.088602+0000 mgr.smithi142.tzoxhd (mgr.14182) 941 : 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-18T05:46:43.036 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:43.049 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:42 smithi142 bash[16247]: audit 2024-01-18T05:46:41.470340+0000 mgr.smithi142.tzoxhd (mgr.14182) 942 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:43.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:42 smithi162 bash[19760]: audit 2024-01-18T05:46:41.470340+0000 mgr.smithi142.tzoxhd (mgr.14182) 942 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:44.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:43 smithi142 bash[16247]: cluster 2024-01-18T05:46:42.089649+0000 mgr.smithi142.tzoxhd (mgr.14182) 943 : 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-18T05:46:44.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:43 smithi162 bash[19760]: cluster 2024-01-18T05:46:42.089649+0000 mgr.smithi142.tzoxhd (mgr.14182) 943 : 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-18T05:46:46.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:45 smithi142 bash[16247]: cluster 2024-01-18T05:46:44.090778+0000 mgr.smithi142.tzoxhd (mgr.14182) 944 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:46.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:45 smithi162 bash[19760]: cluster 2024-01-18T05:46:44.090778+0000 mgr.smithi142.tzoxhd (mgr.14182) 944 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:46.143 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:46.144 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:46.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:47.750 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:48.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:47 smithi142 bash[16247]: cluster 2024-01-18T05:46:46.091915+0000 mgr.smithi142.tzoxhd (mgr.14182) 945 : 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-18T05:46:48.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:47 smithi142 bash[16247]: audit 2024-01-18T05:46:46.118597+0000 mgr.smithi142.tzoxhd (mgr.14182) 946 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:48.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:47 smithi162 bash[19760]: cluster 2024-01-18T05:46:46.091915+0000 mgr.smithi142.tzoxhd (mgr.14182) 945 : 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-18T05:46:48.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:47 smithi162 bash[19760]: audit 2024-01-18T05:46:46.118597+0000 mgr.smithi142.tzoxhd (mgr.14182) 946 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:50.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:49 smithi142 bash[16247]: cluster 2024-01-18T05:46:48.093123+0000 mgr.smithi142.tzoxhd (mgr.14182) 947 : cluster [DBG] pgmap v625: 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-18T05:46:50.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:49 smithi162 bash[19760]: cluster 2024-01-18T05:46:48.093123+0000 mgr.smithi142.tzoxhd (mgr.14182) 947 : cluster [DBG] pgmap v625: 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-18T05:46:50.902 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:50.903 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:51.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:51.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:51 smithi142 bash[16247]: cluster 2024-01-18T05:46:50.094383+0000 mgr.smithi142.tzoxhd (mgr.14182) 948 : 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-18T05:46:51.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:51 smithi142 bash[16247]: audit 2024-01-18T05:46:50.883341+0000 mgr.smithi142.tzoxhd (mgr.14182) 949 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:52.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:51 smithi162 bash[19760]: cluster 2024-01-18T05:46:50.094383+0000 mgr.smithi142.tzoxhd (mgr.14182) 948 : 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-18T05:46:52.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:51 smithi162 bash[19760]: audit 2024-01-18T05:46:50.883341+0000 mgr.smithi142.tzoxhd (mgr.14182) 949 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:52.532 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:53.937 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:53 smithi142 bash[16247]: cluster 2024-01-18T05:46:52.095314+0000 mgr.smithi142.tzoxhd (mgr.14182) 950 : 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-18T05:46:54.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:53 smithi162 bash[19760]: cluster 2024-01-18T05:46:52.095314+0000 mgr.smithi142.tzoxhd (mgr.14182) 950 : 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-18T05:46:55.685 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:46:55.685 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:46:56.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:55 smithi142 bash[16247]: cluster 2024-01-18T05:46:54.096653+0000 mgr.smithi142.tzoxhd (mgr.14182) 951 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:55 smithi162 bash[19760]: cluster 2024-01-18T05:46:54.096653+0000 mgr.smithi142.tzoxhd (mgr.14182) 951 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:46:56.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:46:57.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:56 smithi142 bash[16247]: audit 2024-01-18T05:46:55.659577+0000 mgr.smithi142.tzoxhd (mgr.14182) 952 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:57.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:56 smithi162 bash[19760]: audit 2024-01-18T05:46:55.659577+0000 mgr.smithi142.tzoxhd (mgr.14182) 952 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:46:57.303 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:46:58.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:57 smithi142 bash[16247]: cluster 2024-01-18T05:46:56.097859+0000 mgr.smithi142.tzoxhd (mgr.14182) 953 : 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-18T05:46:58.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:57 smithi162 bash[19760]: cluster 2024-01-18T05:46:56.097859+0000 mgr.smithi142.tzoxhd (mgr.14182) 953 : 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-18T05:47:00.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:46:59 smithi142 bash[16247]: cluster 2024-01-18T05:46:58.098892+0000 mgr.smithi142.tzoxhd (mgr.14182) 954 : cluster [DBG] pgmap v630: 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-18T05:47:00.132 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:46:59 smithi162 bash[19760]: cluster 2024-01-18T05:46:58.098892+0000 mgr.smithi142.tzoxhd (mgr.14182) 954 : cluster [DBG] pgmap v630: 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-18T05:47:00.410 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:00.411 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:00.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:01.987 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:02.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:01 smithi142 bash[16247]: cluster 2024-01-18T05:47:00.099735+0000 mgr.smithi142.tzoxhd (mgr.14182) 955 : 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-18T05:47:02.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:01 smithi142 bash[16247]: audit 2024-01-18T05:47:00.384356+0000 mgr.smithi142.tzoxhd (mgr.14182) 956 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:02.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:01 smithi162 bash[19760]: cluster 2024-01-18T05:47:00.099735+0000 mgr.smithi142.tzoxhd (mgr.14182) 955 : 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-18T05:47:02.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:01 smithi162 bash[19760]: audit 2024-01-18T05:47:00.384356+0000 mgr.smithi142.tzoxhd (mgr.14182) 956 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:04.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:03 smithi162 bash[19760]: cluster 2024-01-18T05:47:02.100378+0000 mgr.smithi142.tzoxhd (mgr.14182) 957 : 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-18T05:47:04.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:03 smithi142 bash[16247]: cluster 2024-01-18T05:47:02.100378+0000 mgr.smithi142.tzoxhd (mgr.14182) 957 : 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-18T05:47:05.227 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:05.227 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:05.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:06.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:05 smithi142 bash[16247]: cluster 2024-01-18T05:47:04.101732+0000 mgr.smithi142.tzoxhd (mgr.14182) 958 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:06.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:05 smithi162 bash[19760]: cluster 2024-01-18T05:47:04.101732+0000 mgr.smithi142.tzoxhd (mgr.14182) 958 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:06.798 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:07.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:06 smithi142 bash[16247]: audit 2024-01-18T05:47:05.199242+0000 mgr.smithi142.tzoxhd (mgr.14182) 959 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:07.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:06 smithi162 bash[19760]: audit 2024-01-18T05:47:05.199242+0000 mgr.smithi142.tzoxhd (mgr.14182) 959 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:08.069 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:07 smithi142 bash[16247]: cluster 2024-01-18T05:47:06.102911+0000 mgr.smithi142.tzoxhd (mgr.14182) 960 : 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-18T05:47:08.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:07 smithi162 bash[19760]: cluster 2024-01-18T05:47:06.102911+0000 mgr.smithi142.tzoxhd (mgr.14182) 960 : 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-18T05:47:09.701 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:09.701 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:10.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:09 smithi142 bash[16247]: cluster 2024-01-18T05:47:08.103595+0000 mgr.smithi142.tzoxhd (mgr.14182) 961 : cluster [DBG] pgmap v635: 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-18T05:47:10.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:09 smithi162 bash[19760]: cluster 2024-01-18T05:47:08.103595+0000 mgr.smithi142.tzoxhd (mgr.14182) 961 : cluster [DBG] pgmap v635: 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-18T05:47:10.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:11.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:10 smithi162 bash[19760]: audit 2024-01-18T05:47:09.673961+0000 mgr.smithi142.tzoxhd (mgr.14182) 962 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:11.280 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:11.292 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:10 smithi142 bash[16247]: audit 2024-01-18T05:47:09.673961+0000 mgr.smithi142.tzoxhd (mgr.14182) 962 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:12.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:11 smithi162 bash[19760]: cluster 2024-01-18T05:47:10.104851+0000 mgr.smithi142.tzoxhd (mgr.14182) 963 : 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-18T05:47:12.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:11 smithi142 bash[16247]: cluster 2024-01-18T05:47:10.104851+0000 mgr.smithi142.tzoxhd (mgr.14182) 963 : 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-18T05:47:14.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:13 smithi162 bash[19760]: cluster 2024-01-18T05:47:12.105942+0000 mgr.smithi142.tzoxhd (mgr.14182) 964 : 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-18T05:47:14.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:13 smithi142 bash[16247]: cluster 2024-01-18T05:47:12.105942+0000 mgr.smithi142.tzoxhd (mgr.14182) 964 : 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-18T05:47:14.423 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:14.423 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:14.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:15.998 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:16.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:15 smithi142 bash[16247]: cluster 2024-01-18T05:47:14.107054+0000 mgr.smithi142.tzoxhd (mgr.14182) 965 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:16.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:15 smithi142 bash[16247]: audit 2024-01-18T05:47:14.395983+0000 mgr.smithi142.tzoxhd (mgr.14182) 966 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:16.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:15 smithi162 bash[19760]: cluster 2024-01-18T05:47:14.107054+0000 mgr.smithi142.tzoxhd (mgr.14182) 965 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:16.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:15 smithi162 bash[19760]: audit 2024-01-18T05:47:14.395983+0000 mgr.smithi142.tzoxhd (mgr.14182) 966 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:18.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:17 smithi142 bash[16247]: cluster 2024-01-18T05:47:16.107830+0000 mgr.smithi142.tzoxhd (mgr.14182) 967 : 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-18T05:47:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:17 smithi162 bash[19760]: cluster 2024-01-18T05:47:16.107830+0000 mgr.smithi142.tzoxhd (mgr.14182) 967 : 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-18T05:47:19.075 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:19.075 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:19.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:20.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:19 smithi142 bash[16247]: cluster 2024-01-18T05:47:18.108819+0000 mgr.smithi142.tzoxhd (mgr.14182) 968 : cluster [DBG] pgmap v640: 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-18T05:47:20.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:19 smithi142 bash[16247]: audit 2024-01-18T05:47:19.055612+0000 mgr.smithi142.tzoxhd (mgr.14182) 969 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:20.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:19 smithi162 bash[19760]: cluster 2024-01-18T05:47:18.108819+0000 mgr.smithi142.tzoxhd (mgr.14182) 968 : cluster [DBG] pgmap v640: 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-18T05:47:20.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:19 smithi162 bash[19760]: audit 2024-01-18T05:47:19.055612+0000 mgr.smithi142.tzoxhd (mgr.14182) 969 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:20.689 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:20 smithi142 bash[16247]: audit 2024-01-18T05:47:20.083949+0000 mon.smithi142 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:47:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:20 smithi142 bash[16247]: audit 2024-01-18T05:47:20.395800+0000 mon.smithi142 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:21.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:20 smithi162 bash[19760]: audit 2024-01-18T05:47:20.083949+0000 mon.smithi142 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:47:21.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:20 smithi162 bash[19760]: audit 2024-01-18T05:47:20.395800+0000 mon.smithi142 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:22.026 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:21 smithi142 bash[16247]: cluster 2024-01-18T05:47:20.109913+0000 mgr.smithi142.tzoxhd (mgr.14182) 970 : 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-18T05:47:22.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:21 smithi162 bash[19760]: cluster 2024-01-18T05:47:20.109913+0000 mgr.smithi142.tzoxhd (mgr.14182) 970 : 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-18T05:47:23.785 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:23.785 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:36:54.874495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:36:54.876973Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:36:54.874891Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:36:54.875168Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:36:54.875426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:36:54.875936Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:36:54.875683Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:24.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:23 smithi142 bash[16247]: cluster 2024-01-18T05:47:22.110902+0000 mgr.smithi142.tzoxhd (mgr.14182) 971 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:24.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:23 smithi162 bash[19760]: cluster 2024-01-18T05:47:22.110902+0000 mgr.smithi142.tzoxhd (mgr.14182) 971 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:24.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:25.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:24 smithi142 bash[16247]: audit 2024-01-18T05:47:23.757705+0000 mgr.smithi142.tzoxhd (mgr.14182) 972 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:25.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:24 smithi162 bash[19760]: audit 2024-01-18T05:47:23.757705+0000 mgr.smithi142.tzoxhd (mgr.14182) 972 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:25.431 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:26.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:25 smithi142 bash[16247]: cluster 2024-01-18T05:47:24.112222+0000 mgr.smithi142.tzoxhd (mgr.14182) 973 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:26.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:25 smithi162 bash[19760]: cluster 2024-01-18T05:47:24.112222+0000 mgr.smithi142.tzoxhd (mgr.14182) 973 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.003519+0000 mon.smithi142 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.293296+0000 mon.smithi142 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:47:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.294842+0000 mon.smithi142 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:47:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.301784+0000 mon.smithi142 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:27.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.310351+0000 mon.smithi142 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:47:27.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:27 smithi142 bash[16247]: audit 2024-01-18T05:47:26.325554+0000 mon.smithi142 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.003519+0000 mon.smithi142 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.293296+0000 mon.smithi142 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.294842+0000 mon.smithi142 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.301784+0000 mon.smithi142 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.310351+0000 mon.smithi142 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:47:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:27 smithi162 bash[19760]: audit 2024-01-18T05:47:26.325554+0000 mon.smithi142 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:28 smithi142 bash[16247]: cluster 2024-01-18T05:47:26.113391+0000 mgr.smithi142.tzoxhd (mgr.14182) 974 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:28 smithi142 bash[16247]: cluster 2024-01-18T05:47:26.302449+0000 mgr.smithi142.tzoxhd (mgr.14182) 975 : 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-18T05:47:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:28 smithi142 bash[16247]: cephadm 2024-01-18T05:47:26.330279+0000 mgr.smithi142.tzoxhd (mgr.14182) 976 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zquxzn on smithi162 2024-01-18T05:47:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:28 smithi142 bash[16247]: cluster 2024-01-18T05:47:26.999179+0000 mon.smithi142 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:47:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:28 smithi142 bash[16247]: cluster 2024-01-18T05:47:26.999267+0000 mon.smithi142 (mon.0) 898 : cluster [INF] Cluster is now healthy 2024-01-18T05:47:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:28 smithi162 bash[19760]: cluster 2024-01-18T05:47:26.113391+0000 mgr.smithi142.tzoxhd (mgr.14182) 974 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:28 smithi162 bash[19760]: cluster 2024-01-18T05:47:26.302449+0000 mgr.smithi142.tzoxhd (mgr.14182) 975 : 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-18T05:47:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:28 smithi162 bash[19760]: cephadm 2024-01-18T05:47:26.330279+0000 mgr.smithi142.tzoxhd (mgr.14182) 976 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zquxzn on smithi162 2024-01-18T05:47:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:28 smithi162 bash[19760]: cluster 2024-01-18T05:47:26.999179+0000 mon.smithi142 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:47:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:28 smithi162 bash[19760]: cluster 2024-01-18T05:47:26.999267+0000 mon.smithi142 (mon.0) 898 : cluster [INF] Cluster is now healthy 2024-01-18T05:47:28.606 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:28.606 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:45:05.153652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yubacp on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:29.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:29.821 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:29 smithi142 bash[16247]: cluster 2024-01-18T05:47:28.303324+0000 mgr.smithi142.tzoxhd (mgr.14182) 977 : cluster [DBG] pgmap v646: 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-18T05:47:29.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:29 smithi142 bash[16247]: audit 2024-01-18T05:47:28.522936+0000 mon.smithi142 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:29.822 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:29 smithi142 bash[16247]: audit 2024-01-18T05:47:28.586644+0000 mgr.smithi142.tzoxhd (mgr.14182) 978 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:29 smithi162 bash[19760]: cluster 2024-01-18T05:47:28.303324+0000 mgr.smithi142.tzoxhd (mgr.14182) 977 : cluster [DBG] pgmap v646: 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-18T05:47:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:29 smithi162 bash[19760]: audit 2024-01-18T05:47:28.522936+0000 mon.smithi142 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:29 smithi162 bash[19760]: audit 2024-01-18T05:47:28.586644+0000 mgr.smithi142.tzoxhd (mgr.14182) 978 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:30.219 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:31.079 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:30 smithi142 bash[16247]: audit 2024-01-18T05:47:30.226255+0000 mon.smithi142 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zquxzn"}]: dispatch 2024-01-18T05:47:31.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:30 smithi162 bash[19760]: audit 2024-01-18T05:47:30.226255+0000 mon.smithi142 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zquxzn"}]: dispatch 2024-01-18T05:47:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: cephadm 2024-01-18T05:47:30.224905+0000 mgr.smithi142.tzoxhd (mgr.14182) 979 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:47:32.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: cephadm 2024-01-18T05:47:30.225448+0000 mgr.smithi142.tzoxhd (mgr.14182) 980 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: cephadm 2024-01-18T05:47:30.228036+0000 mgr.smithi142.tzoxhd (mgr.14182) 981 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: cephadm 2024-01-18T05:47:30.233188+0000 mgr.smithi142.tzoxhd (mgr.14182) 982 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.dwwjeu on smithi142 2024-01-18T05:47:32.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:31 smithi142 bash[16247]: cluster 2024-01-18T05:47:30.304391+0000 mgr.smithi142.tzoxhd (mgr.14182) 983 : cluster [DBG] pgmap v647: 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-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: cephadm 2024-01-18T05:47:30.224905+0000 mgr.smithi142.tzoxhd (mgr.14182) 979 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: cephadm 2024-01-18T05:47:30.225448+0000 mgr.smithi142.tzoxhd (mgr.14182) 980 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: cephadm 2024-01-18T05:47:30.228036+0000 mgr.smithi142.tzoxhd (mgr.14182) 981 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zquxzn ... 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: cephadm 2024-01-18T05:47:30.233188+0000 mgr.smithi142.tzoxhd (mgr.14182) 982 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.dwwjeu on smithi142 2024-01-18T05:47:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:31 smithi162 bash[19760]: cluster 2024-01-18T05:47:30.304391+0000 mgr.smithi142.tzoxhd (mgr.14182) 983 : cluster [DBG] pgmap v647: 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-18T05:47:33.560 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:33.560 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:15.638248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ifoybe on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-ifoybe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.ifoybe\nDeploy daemon haproxy.nfs.foo.smithi162.ifoybe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.070752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jhjiuv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jhjiuv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jhjiuv\nDeploy daemon haproxy.nfs.foo.smithi142.jhjiuv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:46:20.074420Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.tqrprs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:34.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:33 smithi142 bash[16247]: cluster 2024-01-18T05:47:32.305104+0000 mgr.smithi142.tzoxhd (mgr.14182) 984 : cluster [DBG] pgmap v648: 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-18T05:47:34.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:33 smithi162 bash[19760]: cluster 2024-01-18T05:47:32.305104+0000 mgr.smithi142.tzoxhd (mgr.14182) 984 : cluster [DBG] pgmap v648: 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-18T05:47:34.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:35.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:34 smithi142 bash[16247]: audit 2024-01-18T05:47:33.532961+0000 mgr.smithi142.tzoxhd (mgr.14182) 985 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:35.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:34 smithi142 bash[16247]: audit 2024-01-18T05:47:34.428630+0000 mon.smithi142 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.dwwjeu"}]: dispatch 2024-01-18T05:47:35.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:34 smithi162 bash[19760]: audit 2024-01-18T05:47:33.532961+0000 mgr.smithi142.tzoxhd (mgr.14182) 985 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:35.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:34 smithi162 bash[19760]: audit 2024-01-18T05:47:34.428630+0000 mon.smithi142 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.dwwjeu"}]: dispatch 2024-01-18T05:47:35.228 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cluster 2024-01-18T05:47:34.306082+0000 mgr.smithi142.tzoxhd (mgr.14182) 986 : cluster [DBG] pgmap v649: 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-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cephadm 2024-01-18T05:47:34.427580+0000 mgr.smithi142.tzoxhd (mgr.14182) 987 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.072 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cephadm 2024-01-18T05:47:34.427952+0000 mgr.smithi142.tzoxhd (mgr.14182) 988 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cephadm 2024-01-18T05:47:34.430080+0000 mgr.smithi142.tzoxhd (mgr.14182) 989 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cephadm 2024-01-18T05:47:34.433408+0000 mgr.smithi142.tzoxhd (mgr.14182) 990 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:47:36.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cephadm 2024-01-18T05:47:34.436392+0000 mgr.smithi142.tzoxhd (mgr.14182) 991 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:47:36.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cluster 2024-01-18T05:47:34.437815+0000 mgr.smithi142.tzoxhd (mgr.14182) 992 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-01-18T05:47:36.074 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:35 smithi142 bash[16247]: cluster 2024-01-18T05:47:34.754241+0000 mon.smithi142 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:47:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cluster 2024-01-18T05:47:34.306082+0000 mgr.smithi142.tzoxhd (mgr.14182) 986 : cluster [DBG] pgmap v649: 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-18T05:47:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cephadm 2024-01-18T05:47:34.427580+0000 mgr.smithi142.tzoxhd (mgr.14182) 987 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cephadm 2024-01-18T05:47:34.427952+0000 mgr.smithi142.tzoxhd (mgr.14182) 988 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cephadm 2024-01-18T05:47:34.430080+0000 mgr.smithi142.tzoxhd (mgr.14182) 989 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.dwwjeu ... 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:47:36.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cephadm 2024-01-18T05:47:34.433408+0000 mgr.smithi142.tzoxhd (mgr.14182) 990 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:47:36.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cephadm 2024-01-18T05:47:34.436392+0000 mgr.smithi142.tzoxhd (mgr.14182) 991 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:47:36.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cluster 2024-01-18T05:47:34.437815+0000 mgr.smithi142.tzoxhd (mgr.14182) 992 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2024-01-18T05:47:36.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:35 smithi162 bash[19760]: cluster 2024-01-18T05:47:34.754241+0000 mon.smithi142 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:47:38.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:37 smithi142 bash[16247]: cluster 2024-01-18T05:47:36.438950+0000 mgr.smithi142.tzoxhd (mgr.14182) 993 : cluster [DBG] pgmap v651: 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-18T05:47:38.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:37 smithi162 bash[19760]: cluster 2024-01-18T05:47:36.438950+0000 mgr.smithi142.tzoxhd (mgr.14182) 993 : cluster [DBG] pgmap v651: 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-18T05:47:38.532 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:38.532 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:39.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:40.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:39 smithi142 bash[16247]: cluster 2024-01-18T05:47:38.440160+0000 mgr.smithi142.tzoxhd (mgr.14182) 994 : cluster [DBG] pgmap v652: 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-18T05:47:40.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:39 smithi142 bash[16247]: audit 2024-01-18T05:47:38.504876+0000 mgr.smithi142.tzoxhd (mgr.14182) 995 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:40.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:39 smithi142 bash[16247]: audit 2024-01-18T05:47:39.404407+0000 mon.smithi142 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:39 smithi162 bash[19760]: cluster 2024-01-18T05:47:38.440160+0000 mgr.smithi142.tzoxhd (mgr.14182) 994 : cluster [DBG] pgmap v652: 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-18T05:47:40.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:39 smithi162 bash[19760]: audit 2024-01-18T05:47:38.504876+0000 mgr.smithi142.tzoxhd (mgr.14182) 995 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:40.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:39 smithi162 bash[19760]: audit 2024-01-18T05:47:39.404407+0000 mon.smithi142 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:40.165 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:42.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:41 smithi142 bash[16247]: cluster 2024-01-18T05:47:40.441456+0000 mgr.smithi142.tzoxhd (mgr.14182) 996 : cluster [DBG] pgmap v653: 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-18T05:47:42.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:41 smithi162 bash[19760]: cluster 2024-01-18T05:47:40.441456+0000 mgr.smithi142.tzoxhd (mgr.14182) 996 : cluster [DBG] pgmap v653: 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-18T05:47:43.304 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:43.304 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:43.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:44.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:43 smithi142 bash[16247]: cluster 2024-01-18T05:47:42.442435+0000 mgr.smithi142.tzoxhd (mgr.14182) 997 : cluster [DBG] pgmap v654: 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-18T05:47:44.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:43 smithi142 bash[16247]: audit 2024-01-18T05:47:43.524463+0000 mon.smithi142 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:44.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:43 smithi162 bash[19760]: cluster 2024-01-18T05:47:42.442435+0000 mgr.smithi142.tzoxhd (mgr.14182) 997 : cluster [DBG] pgmap v654: 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-18T05:47:44.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:43 smithi162 bash[19760]: audit 2024-01-18T05:47:43.524463+0000 mon.smithi142 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:47:44.902 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:45.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:44 smithi142 bash[16247]: audit 2024-01-18T05:47:43.284613+0000 mgr.smithi142.tzoxhd (mgr.14182) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:45.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:44 smithi162 bash[19760]: audit 2024-01-18T05:47:43.284613+0000 mgr.smithi142.tzoxhd (mgr.14182) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:46.102 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:45 smithi142 bash[16247]: cluster 2024-01-18T05:47:44.443884+0000 mgr.smithi142.tzoxhd (mgr.14182) 999 : cluster [DBG] pgmap v655: 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-18T05:47:46.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:45 smithi162 bash[19760]: cluster 2024-01-18T05:47:44.443884+0000 mgr.smithi142.tzoxhd (mgr.14182) 999 : cluster [DBG] pgmap v655: 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-18T05:47:48.039 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:48.039 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:48.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:47 smithi142 bash[16247]: cluster 2024-01-18T05:47:46.445082+0000 mgr.smithi142.tzoxhd (mgr.14182) 1000 : 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-18T05:47:48.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:47 smithi162 bash[19760]: cluster 2024-01-18T05:47:46.445082+0000 mgr.smithi142.tzoxhd (mgr.14182) 1000 : 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-18T05:47:48.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:49.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:48 smithi142 bash[16247]: audit 2024-01-18T05:47:48.019494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1001 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:49.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:48 smithi162 bash[19760]: audit 2024-01-18T05:47:48.019494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1001 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:49.644 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:50.073 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:49 smithi142 bash[16247]: cluster 2024-01-18T05:47:48.446323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1002 : cluster [DBG] pgmap v657: 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-18T05:47:50.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:49 smithi162 bash[19760]: cluster 2024-01-18T05:47:48.446323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1002 : cluster [DBG] pgmap v657: 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-18T05:47:52.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:51 smithi162 bash[19760]: cluster 2024-01-18T05:47:50.447633+0000 mgr.smithi142.tzoxhd (mgr.14182) 1003 : 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-18T05:47:52.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:51 smithi142 bash[16247]: cluster 2024-01-18T05:47:50.447633+0000 mgr.smithi142.tzoxhd (mgr.14182) 1003 : 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-18T05:47:52.677 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:52.677 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:53.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:54.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:53 smithi162 bash[19760]: cluster 2024-01-18T05:47:52.448667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1004 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:54.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:53 smithi162 bash[19760]: audit 2024-01-18T05:47:52.649909+0000 mgr.smithi142.tzoxhd (mgr.14182) 1005 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:54.298 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:54.310 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:53 smithi142 bash[16247]: cluster 2024-01-18T05:47:52.448667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1004 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:47:54.311 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:53 smithi142 bash[16247]: audit 2024-01-18T05:47:52.649909+0000 mgr.smithi142.tzoxhd (mgr.14182) 1005 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:56.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:55 smithi142 bash[16247]: cluster 2024-01-18T05:47:54.450018+0000 mgr.smithi142.tzoxhd (mgr.14182) 1006 : 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-18T05:47:56.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:55 smithi162 bash[19760]: cluster 2024-01-18T05:47:54.450018+0000 mgr.smithi142.tzoxhd (mgr.14182) 1006 : 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-18T05:47:57.448 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:47:57.449 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:47:58.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:47:58.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:57 smithi162 bash[19760]: cluster 2024-01-18T05:47:56.451099+0000 mgr.smithi142.tzoxhd (mgr.14182) 1007 : 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-18T05:47:58.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:57 smithi142 bash[16247]: cluster 2024-01-18T05:47:56.451099+0000 mgr.smithi142.tzoxhd (mgr.14182) 1007 : 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-18T05:47:59.023 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:47:59.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:58 smithi142 bash[16247]: audit 2024-01-18T05:47:57.429303+0000 mgr.smithi142.tzoxhd (mgr.14182) 1008 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:47:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:58 smithi162 bash[19760]: audit 2024-01-18T05:47:57.429303+0000 mgr.smithi142.tzoxhd (mgr.14182) 1008 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:00.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:47:59 smithi162 bash[19760]: cluster 2024-01-18T05:47:58.452302+0000 mgr.smithi142.tzoxhd (mgr.14182) 1009 : cluster [DBG] pgmap v662: 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-18T05:48:00.186 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:47:59 smithi142 bash[16247]: cluster 2024-01-18T05:47:58.452302+0000 mgr.smithi142.tzoxhd (mgr.14182) 1009 : cluster [DBG] pgmap v662: 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-18T05:48:02.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:01 smithi142 bash[16247]: cluster 2024-01-18T05:48:00.453390+0000 mgr.smithi142.tzoxhd (mgr.14182) 1010 : 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-18T05:48:02.127 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:02.128 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:02.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:01 smithi162 bash[19760]: cluster 2024-01-18T05:48:00.453390+0000 mgr.smithi142.tzoxhd (mgr.14182) 1010 : 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-18T05:48:02.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:03.778 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:03 smithi142 bash[16247]: audit 2024-01-18T05:48:02.105541+0000 mgr.smithi142.tzoxhd (mgr.14182) 1011 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:04.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:03 smithi142 bash[16247]: cluster 2024-01-18T05:48:02.454351+0000 mgr.smithi142.tzoxhd (mgr.14182) 1012 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:03 smithi162 bash[19760]: audit 2024-01-18T05:48:02.105541+0000 mgr.smithi142.tzoxhd (mgr.14182) 1011 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:03 smithi162 bash[19760]: cluster 2024-01-18T05:48:02.454351+0000 mgr.smithi142.tzoxhd (mgr.14182) 1012 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:06.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:05 smithi142 bash[16247]: cluster 2024-01-18T05:48:04.455685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1013 : 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-18T05:48:06.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:05 smithi162 bash[19760]: cluster 2024-01-18T05:48:04.455685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1013 : 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-18T05:48:06.939 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:06.939 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:07.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:08.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:07 smithi142 bash[16247]: cluster 2024-01-18T05:48:06.457046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1014 : 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-18T05:48:08.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:07 smithi142 bash[16247]: audit 2024-01-18T05:48:06.919494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1015 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:08.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:07 smithi162 bash[19760]: cluster 2024-01-18T05:48:06.457046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1014 : 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-18T05:48:08.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:07 smithi162 bash[19760]: audit 2024-01-18T05:48:06.919494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1015 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:08.556 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:10.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:09 smithi162 bash[19760]: cluster 2024-01-18T05:48:08.458255+0000 mgr.smithi142.tzoxhd (mgr.14182) 1016 : cluster [DBG] pgmap v667: 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-18T05:48:10.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:09 smithi142 bash[16247]: cluster 2024-01-18T05:48:08.458255+0000 mgr.smithi142.tzoxhd (mgr.14182) 1016 : cluster [DBG] pgmap v667: 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-18T05:48:11.636 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:11.636 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:12.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:11 smithi142 bash[16247]: cluster 2024-01-18T05:48:10.459582+0000 mgr.smithi142.tzoxhd (mgr.14182) 1017 : 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-18T05:48:12.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:12.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:11 smithi162 bash[19760]: cluster 2024-01-18T05:48:10.459582+0000 mgr.smithi142.tzoxhd (mgr.14182) 1017 : 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-18T05:48:13.254 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:13.267 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:12 smithi142 bash[16247]: audit 2024-01-18T05:48:11.613697+0000 mgr.smithi142.tzoxhd (mgr.14182) 1018 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:12 smithi162 bash[19760]: audit 2024-01-18T05:48:11.613697+0000 mgr.smithi142.tzoxhd (mgr.14182) 1018 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:14.289 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:13 smithi142 bash[16247]: cluster 2024-01-18T05:48:12.460633+0000 mgr.smithi142.tzoxhd (mgr.14182) 1019 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:13 smithi162 bash[19760]: cluster 2024-01-18T05:48:12.460633+0000 mgr.smithi142.tzoxhd (mgr.14182) 1019 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:16.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:15 smithi142 bash[16247]: cluster 2024-01-18T05:48:14.461922+0000 mgr.smithi142.tzoxhd (mgr.14182) 1020 : 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-18T05:48:16.237 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:16.238 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:16.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:15 smithi162 bash[19760]: cluster 2024-01-18T05:48:14.461922+0000 mgr.smithi142.tzoxhd (mgr.14182) 1020 : 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-18T05:48:16.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:17.827 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:18.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:17 smithi142 bash[16247]: audit 2024-01-18T05:48:16.218015+0000 mgr.smithi142.tzoxhd (mgr.14182) 1021 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:18.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:17 smithi142 bash[16247]: cluster 2024-01-18T05:48:16.463078+0000 mgr.smithi142.tzoxhd (mgr.14182) 1022 : 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-18T05:48:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:17 smithi162 bash[19760]: audit 2024-01-18T05:48:16.218015+0000 mgr.smithi142.tzoxhd (mgr.14182) 1021 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:17 smithi162 bash[19760]: cluster 2024-01-18T05:48:16.463078+0000 mgr.smithi142.tzoxhd (mgr.14182) 1022 : 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-18T05:48:20.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:19 smithi162 bash[19760]: cluster 2024-01-18T05:48:18.464303+0000 mgr.smithi142.tzoxhd (mgr.14182) 1023 : cluster [DBG] pgmap v672: 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-18T05:48:20.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:19 smithi142 bash[16247]: cluster 2024-01-18T05:48:18.464303+0000 mgr.smithi142.tzoxhd (mgr.14182) 1023 : cluster [DBG] pgmap v672: 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-18T05:48:20.818 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:20.818 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:21.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:22.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:21 smithi142 bash[16247]: cluster 2024-01-18T05:48:20.465609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1024 : 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-18T05:48:22.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:21 smithi142 bash[16247]: audit 2024-01-18T05:48:20.791119+0000 mgr.smithi142.tzoxhd (mgr.14182) 1025 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:21 smithi162 bash[19760]: cluster 2024-01-18T05:48:20.465609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1024 : 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-18T05:48:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:21 smithi162 bash[19760]: audit 2024-01-18T05:48:20.791119+0000 mgr.smithi142.tzoxhd (mgr.14182) 1025 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:22.393 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:24.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:23 smithi142 bash[16247]: cluster 2024-01-18T05:48:22.466569+0000 mgr.smithi142.tzoxhd (mgr.14182) 1026 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:24.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:23 smithi162 bash[19760]: cluster 2024-01-18T05:48:22.466569+0000 mgr.smithi142.tzoxhd (mgr.14182) 1026 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:25.477 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:25.477 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:26.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:26.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:25 smithi142 bash[16247]: cluster 2024-01-18T05:48:24.468001+0000 mgr.smithi142.tzoxhd (mgr.14182) 1027 : 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-18T05:48:26.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:25 smithi162 bash[19760]: cluster 2024-01-18T05:48:24.468001+0000 mgr.smithi142.tzoxhd (mgr.14182) 1027 : 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-18T05:48:27.082 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:26 smithi142 bash[16247]: audit 2024-01-18T05:48:25.452822+0000 mgr.smithi142.tzoxhd (mgr.14182) 1028 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:26 smithi162 bash[19760]: audit 2024-01-18T05:48:25.452822+0000 mgr.smithi142.tzoxhd (mgr.14182) 1028 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:28.245 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:27 smithi142 bash[16247]: cluster 2024-01-18T05:48:26.469216+0000 mgr.smithi142.tzoxhd (mgr.14182) 1029 : 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-18T05:48:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:27 smithi162 bash[19760]: cluster 2024-01-18T05:48:26.469216+0000 mgr.smithi142.tzoxhd (mgr.14182) 1029 : 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-18T05:48:30.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:29 smithi142 bash[16247]: cluster 2024-01-18T05:48:28.470289+0000 mgr.smithi142.tzoxhd (mgr.14182) 1030 : cluster [DBG] pgmap v677: 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-18T05:48:30.198 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:30.198 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:29 smithi162 bash[19760]: cluster 2024-01-18T05:48:28.470289+0000 mgr.smithi142.tzoxhd (mgr.14182) 1030 : cluster [DBG] pgmap v677: 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-18T05:48:30.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:31.787 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:31 smithi142 bash[16247]: audit 2024-01-18T05:48:30.174458+0000 mgr.smithi142.tzoxhd (mgr.14182) 1031 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:31 smithi142 bash[16247]: cluster 2024-01-18T05:48:30.471576+0000 mgr.smithi142.tzoxhd (mgr.14182) 1032 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:32.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:31 smithi162 bash[19760]: audit 2024-01-18T05:48:30.174458+0000 mgr.smithi142.tzoxhd (mgr.14182) 1031 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:32.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:31 smithi162 bash[19760]: cluster 2024-01-18T05:48:30.471576+0000 mgr.smithi142.tzoxhd (mgr.14182) 1032 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:34.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:33 smithi142 bash[16247]: cluster 2024-01-18T05:48:32.472593+0000 mgr.smithi142.tzoxhd (mgr.14182) 1033 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:34.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:33 smithi162 bash[19760]: cluster 2024-01-18T05:48:32.472593+0000 mgr.smithi142.tzoxhd (mgr.14182) 1033 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:34.903 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:34.903 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:46:20.077595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sjschr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:35.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:34 smithi142 bash[16247]: audit 2024-01-18T05:48:34.443966+0000 mon.smithi142 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:48:35.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:34 smithi142 bash[16247]: audit 2024-01-18T05:48:34.759655+0000 mon.smithi142 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:35.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:34 smithi162 bash[19760]: audit 2024-01-18T05:48:34.443966+0000 mon.smithi142 (mon.0) 905 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:48:35.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:34 smithi162 bash[19760]: audit 2024-01-18T05:48:34.759655+0000 mon.smithi142 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:35.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:36.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: cluster 2024-01-18T05:48:34.473589+0000 mgr.smithi142.tzoxhd (mgr.14182) 1034 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:36.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:34.883343+0000 mgr.smithi142.tzoxhd (mgr.14182) 1035 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:35.055105+0000 mon.smithi142 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:35.057219+0000 mon.smithi142 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:35.067571+0000 mon.smithi142 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: cluster 2024-01-18T05:48:35.068878+0000 mgr.smithi142.tzoxhd (mgr.14182) 1036 : cluster [DBG] pgmap v681: 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-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:35.079310+0000 mon.smithi142 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: audit 2024-01-18T05:48:35.098073+0000 mon.smithi142 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:36.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:35 smithi142 bash[16247]: cephadm 2024-01-18T05:48:35.102584+0000 mgr.smithi142.tzoxhd (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.hxlrfs on smithi162 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: cluster 2024-01-18T05:48:34.473589+0000 mgr.smithi142.tzoxhd (mgr.14182) 1034 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:34.883343+0000 mgr.smithi142.tzoxhd (mgr.14182) 1035 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:35.055105+0000 mon.smithi142 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:35.057219+0000 mon.smithi142 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:35.067571+0000 mon.smithi142 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: cluster 2024-01-18T05:48:35.068878+0000 mgr.smithi142.tzoxhd (mgr.14182) 1036 : cluster [DBG] pgmap v681: 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-18T05:48:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:35.079310+0000 mon.smithi142 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:48:36.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: audit 2024-01-18T05:48:35.098073+0000 mon.smithi142 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:36.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:35 smithi162 bash[19760]: cephadm 2024-01-18T05:48:35.102584+0000 mgr.smithi142.tzoxhd (mgr.14182) 1037 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.hxlrfs on smithi162 2024-01-18T05:48:36.533 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:37.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:36 smithi142 bash[16247]: cluster 2024-01-18T05:48:36.063557+0000 mon.smithi142 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:48:37.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:36 smithi142 bash[16247]: cluster 2024-01-18T05:48:36.063623+0000 mon.smithi142 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-01-18T05:48:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:36 smithi162 bash[19760]: cluster 2024-01-18T05:48:36.063557+0000 mon.smithi142 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:48:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:36 smithi162 bash[19760]: cluster 2024-01-18T05:48:36.063623+0000 mon.smithi142 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-01-18T05:48:38.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:38 smithi142 bash[16247]: cluster 2024-01-18T05:48:37.069677+0000 mgr.smithi142.tzoxhd (mgr.14182) 1038 : cluster [DBG] pgmap v682: 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-18T05:48:38.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:38 smithi162 bash[19760]: cluster 2024-01-18T05:48:37.069677+0000 mgr.smithi142.tzoxhd (mgr.14182) 1038 : cluster [DBG] pgmap v682: 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-18T05:48:39.250 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:39 smithi142 bash[16247]: audit 2024-01-18T05:48:38.972393+0000 mon.smithi142 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.hxlrfs"}]: dispatch 2024-01-18T05:48:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:39 smithi162 bash[19760]: audit 2024-01-18T05:48:38.972393+0000 mon.smithi142 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.hxlrfs"}]: dispatch 2024-01-18T05:48:39.596 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:39.596 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:30.227782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zquxzn on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zquxzn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zquxzn\nDeploy daemon haproxy.nfs.foo.smithi162.zquxzn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.429907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.dwwjeu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-dwwjeu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.dwwjeu\nDeploy daemon haproxy.nfs.foo.smithi142.dwwjeu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:47:34.433246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.omkkos on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:40.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:40.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: cephadm 2024-01-18T05:48:38.971094+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: cephadm 2024-01-18T05:48:38.971657+0000 mgr.smithi142.tzoxhd (mgr.14182) 1040 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: cephadm 2024-01-18T05:48:38.974334+0000 mgr.smithi142.tzoxhd (mgr.14182) 1041 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: cephadm 2024-01-18T05:48:38.979386+0000 mgr.smithi142.tzoxhd (mgr.14182) 1042 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.evwhkc on smithi142 2024-01-18T05:48:40.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:40 smithi142 bash[16247]: cluster 2024-01-18T05:48:39.070667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1043 : cluster [DBG] pgmap v683: 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-18T05:48:40.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: cephadm 2024-01-18T05:48:38.971094+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: cephadm 2024-01-18T05:48:38.971657+0000 mgr.smithi142.tzoxhd (mgr.14182) 1040 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: cephadm 2024-01-18T05:48:38.974334+0000 mgr.smithi142.tzoxhd (mgr.14182) 1041 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.hxlrfs ... 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: cephadm 2024-01-18T05:48:38.979386+0000 mgr.smithi142.tzoxhd (mgr.14182) 1042 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.evwhkc on smithi142 2024-01-18T05:48:40.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:40 smithi162 bash[19760]: cluster 2024-01-18T05:48:39.070667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1043 : cluster [DBG] pgmap v683: 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-18T05:48:41.194 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:41 smithi142 bash[16247]: audit 2024-01-18T05:48:39.569208+0000 mgr.smithi142.tzoxhd (mgr.14182) 1044 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:41 smithi162 bash[19760]: audit 2024-01-18T05:48:39.569208+0000 mgr.smithi142.tzoxhd (mgr.14182) 1044 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:42.269 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:42 smithi142 bash[16247]: cluster 2024-01-18T05:48:41.071380+0000 mgr.smithi142.tzoxhd (mgr.14182) 1045 : cluster [DBG] pgmap v684: 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-18T05:48:42.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:42 smithi162 bash[19760]: cluster 2024-01-18T05:48:41.071380+0000 mgr.smithi142.tzoxhd (mgr.14182) 1045 : cluster [DBG] pgmap v684: 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-18T05:48:43.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:43 smithi142 bash[16247]: cluster 2024-01-18T05:48:43.072311+0000 mgr.smithi142.tzoxhd (mgr.14182) 1046 : cluster [DBG] pgmap v685: 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-18T05:48:43.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:43 smithi162 bash[19760]: cluster 2024-01-18T05:48:43.072311+0000 mgr.smithi142.tzoxhd (mgr.14182) 1046 : cluster [DBG] pgmap v685: 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-18T05:48:44.502 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:44.502 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cephadm 2024-01-18T05:48:43.168977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1047 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cephadm 2024-01-18T05:48:43.169247+0000 mgr.smithi142.tzoxhd (mgr.14182) 1048 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: audit 2024-01-18T05:48:43.171713+0000 mon.smithi142 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.evwhkc"}]: dispatch 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cephadm 2024-01-18T05:48:43.172763+0000 mgr.smithi142.tzoxhd (mgr.14182) 1049 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.556 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cephadm 2024-01-18T05:48:43.174631+0000 mgr.smithi142.tzoxhd (mgr.14182) 1050 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cephadm 2024-01-18T05:48:43.176454+0000 mgr.smithi142.tzoxhd (mgr.14182) 1051 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: cluster 2024-01-18T05:48:43.177329+0000 mgr.smithi142.tzoxhd (mgr.14182) 1052 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-01-18T05:48:44.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:44 smithi142 bash[16247]: audit 2024-01-18T05:48:43.526882+0000 mon.smithi142 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cephadm 2024-01-18T05:48:43.168977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1047 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:48:44.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cephadm 2024-01-18T05:48:43.169247+0000 mgr.smithi142.tzoxhd (mgr.14182) 1048 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: audit 2024-01-18T05:48:43.171713+0000 mon.smithi142 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.evwhkc"}]: dispatch 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cephadm 2024-01-18T05:48:43.172763+0000 mgr.smithi142.tzoxhd (mgr.14182) 1049 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.evwhkc ... 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:48:44.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:48:44.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cephadm 2024-01-18T05:48:43.174631+0000 mgr.smithi142.tzoxhd (mgr.14182) 1050 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:48:44.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cephadm 2024-01-18T05:48:43.176454+0000 mgr.smithi142.tzoxhd (mgr.14182) 1051 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:48:44.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: cluster 2024-01-18T05:48:43.177329+0000 mgr.smithi142.tzoxhd (mgr.14182) 1052 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-01-18T05:48:44.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:44 smithi162 bash[19760]: audit 2024-01-18T05:48:43.526882+0000 mon.smithi142 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:45.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:45.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:45 smithi142 bash[16247]: cluster 2024-01-18T05:48:44.166865+0000 mon.smithi142 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:48:45.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:45 smithi142 bash[16247]: audit 2024-01-18T05:48:44.454824+0000 mon.smithi142 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:45.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:45 smithi142 bash[16247]: audit 2024-01-18T05:48:44.474527+0000 mgr.smithi142.tzoxhd (mgr.14182) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:45 smithi162 bash[19760]: cluster 2024-01-18T05:48:44.166865+0000 mon.smithi142 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:48:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:45 smithi162 bash[19760]: audit 2024-01-18T05:48:44.454824+0000 mon.smithi142 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:45 smithi162 bash[19760]: audit 2024-01-18T05:48:44.474527+0000 mgr.smithi142.tzoxhd (mgr.14182) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:46.108 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:46.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:46 smithi142 bash[16247]: cluster 2024-01-18T05:48:45.178667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1054 : cluster [DBG] pgmap v687: 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-18T05:48:46.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:46 smithi162 bash[19760]: cluster 2024-01-18T05:48:45.178667+0000 mgr.smithi142.tzoxhd (mgr.14182) 1054 : cluster [DBG] pgmap v687: 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-18T05:48:48.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:48 smithi142 bash[16247]: cluster 2024-01-18T05:48:47.179733+0000 mgr.smithi142.tzoxhd (mgr.14182) 1055 : cluster [DBG] pgmap v688: 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-18T05:48:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:48 smithi162 bash[19760]: cluster 2024-01-18T05:48:47.179733+0000 mgr.smithi142.tzoxhd (mgr.14182) 1055 : cluster [DBG] pgmap v688: 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-18T05:48:49.267 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:49.268 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:49.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:50.875 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:51.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:50 smithi142 bash[16247]: cluster 2024-01-18T05:48:49.180958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1056 : cluster [DBG] pgmap v689: 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-18T05:48:51.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:50 smithi142 bash[16247]: audit 2024-01-18T05:48:49.240719+0000 mgr.smithi142.tzoxhd (mgr.14182) 1057 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:51.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:50 smithi162 bash[19760]: cluster 2024-01-18T05:48:49.180958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1056 : cluster [DBG] pgmap v689: 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-18T05:48:51.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:50 smithi162 bash[19760]: audit 2024-01-18T05:48:49.240719+0000 mgr.smithi142.tzoxhd (mgr.14182) 1057 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:53.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:52 smithi142 bash[16247]: cluster 2024-01-18T05:48:51.182177+0000 mgr.smithi142.tzoxhd (mgr.14182) 1058 : cluster [DBG] pgmap v690: 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-18T05:48:53.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:52 smithi162 bash[19760]: cluster 2024-01-18T05:48:51.182177+0000 mgr.smithi142.tzoxhd (mgr.14182) 1058 : cluster [DBG] pgmap v690: 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-18T05:48:54.052 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:54.052 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:54.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:48:55.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:54 smithi142 bash[16247]: cluster 2024-01-18T05:48:53.183357+0000 mgr.smithi142.tzoxhd (mgr.14182) 1059 : cluster [DBG] pgmap v691: 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-18T05:48:55.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:54 smithi142 bash[16247]: audit 2024-01-18T05:48:54.025859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1060 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:55.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:54 smithi162 bash[19760]: cluster 2024-01-18T05:48:53.183357+0000 mgr.smithi142.tzoxhd (mgr.14182) 1059 : cluster [DBG] pgmap v691: 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-18T05:48:55.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:54 smithi162 bash[19760]: audit 2024-01-18T05:48:54.025859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1060 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:48:55.665 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:48:56.995 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:56 smithi142 bash[16247]: cluster 2024-01-18T05:48:55.184704+0000 mgr.smithi142.tzoxhd (mgr.14182) 1061 : 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-18T05:48:57.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:56 smithi162 bash[19760]: cluster 2024-01-18T05:48:55.184704+0000 mgr.smithi142.tzoxhd (mgr.14182) 1061 : 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-18T05:48:58.703 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:48:58.703 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:48:59.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:58 smithi142 bash[16247]: cluster 2024-01-18T05:48:57.185760+0000 mgr.smithi142.tzoxhd (mgr.14182) 1062 : 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-18T05:48:59.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:58 smithi142 bash[16247]: audit 2024-01-18T05:48:58.524654+0000 mon.smithi142 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:58 smithi162 bash[19760]: cluster 2024-01-18T05:48:57.185760+0000 mgr.smithi142.tzoxhd (mgr.14182) 1062 : 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-18T05:48:59.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:58 smithi162 bash[19760]: audit 2024-01-18T05:48:58.524654+0000 mon.smithi142 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:48:59.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:00.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:48:59 smithi142 bash[16247]: audit 2024-01-18T05:48:58.681561+0000 mgr.smithi142.tzoxhd (mgr.14182) 1063 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:00.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:48:59 smithi162 bash[19760]: audit 2024-01-18T05:48:58.681561+0000 mgr.smithi142.tzoxhd (mgr.14182) 1063 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:00.320 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:01.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:00 smithi162 bash[19760]: cluster 2024-01-18T05:48:59.187052+0000 mgr.smithi142.tzoxhd (mgr.14182) 1064 : cluster [DBG] pgmap v694: 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-18T05:49:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:00 smithi142 bash[16247]: cluster 2024-01-18T05:48:59.187052+0000 mgr.smithi142.tzoxhd (mgr.14182) 1064 : cluster [DBG] pgmap v694: 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-18T05:49:03.090 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:02 smithi142 bash[16247]: cluster 2024-01-18T05:49:01.188240+0000 mgr.smithi142.tzoxhd (mgr.14182) 1065 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:02 smithi162 bash[19760]: cluster 2024-01-18T05:49:01.188240+0000 mgr.smithi142.tzoxhd (mgr.14182) 1065 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:03.439 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:03.439 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:04.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:05.036 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:05.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:04 smithi162 bash[19760]: cluster 2024-01-18T05:49:03.189342+0000 mgr.smithi142.tzoxhd (mgr.14182) 1066 : 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-18T05:49:05.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:04 smithi162 bash[19760]: audit 2024-01-18T05:49:03.418786+0000 mgr.smithi142.tzoxhd (mgr.14182) 1067 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:04 smithi142 bash[16247]: cluster 2024-01-18T05:49:03.189342+0000 mgr.smithi142.tzoxhd (mgr.14182) 1066 : 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-18T05:49:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:04 smithi142 bash[16247]: audit 2024-01-18T05:49:03.418786+0000 mgr.smithi142.tzoxhd (mgr.14182) 1067 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:06 smithi162 bash[19760]: cluster 2024-01-18T05:49:05.190676+0000 mgr.smithi142.tzoxhd (mgr.14182) 1068 : 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-18T05:49:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:06 smithi142 bash[16247]: cluster 2024-01-18T05:49:05.190676+0000 mgr.smithi142.tzoxhd (mgr.14182) 1068 : 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-18T05:49:08.018 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:08.019 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:08.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:09.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:08 smithi142 bash[16247]: cluster 2024-01-18T05:49:07.191674+0000 mgr.smithi142.tzoxhd (mgr.14182) 1069 : 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-18T05:49:09.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:08 smithi142 bash[16247]: audit 2024-01-18T05:49:07.998604+0000 mgr.smithi142.tzoxhd (mgr.14182) 1070 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:09.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:08 smithi162 bash[19760]: cluster 2024-01-18T05:49:07.191674+0000 mgr.smithi142.tzoxhd (mgr.14182) 1069 : 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-18T05:49:09.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:08 smithi162 bash[19760]: audit 2024-01-18T05:49:07.998604+0000 mgr.smithi142.tzoxhd (mgr.14182) 1070 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:09.614 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:11.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:10 smithi162 bash[19760]: cluster 2024-01-18T05:49:09.193028+0000 mgr.smithi142.tzoxhd (mgr.14182) 1071 : cluster [DBG] pgmap v699: 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-18T05:49:11.190 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:10 smithi142 bash[16247]: cluster 2024-01-18T05:49:09.193028+0000 mgr.smithi142.tzoxhd (mgr.14182) 1071 : cluster [DBG] pgmap v699: 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-18T05:49:13.005 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:13.005 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:13.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:12 smithi162 bash[19760]: cluster 2024-01-18T05:49:11.193924+0000 mgr.smithi142.tzoxhd (mgr.14182) 1072 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:13.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:12 smithi142 bash[16247]: cluster 2024-01-18T05:49:11.193924+0000 mgr.smithi142.tzoxhd (mgr.14182) 1072 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:13.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:14.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:13 smithi162 bash[19760]: audit 2024-01-18T05:49:12.977610+0000 mgr.smithi142.tzoxhd (mgr.14182) 1073 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:13 smithi142 bash[16247]: audit 2024-01-18T05:49:12.977610+0000 mgr.smithi142.tzoxhd (mgr.14182) 1073 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:14.549 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:15.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:14 smithi142 bash[16247]: cluster 2024-01-18T05:49:13.195130+0000 mgr.smithi142.tzoxhd (mgr.14182) 1074 : 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-18T05:49:15.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:14 smithi162 bash[19760]: cluster 2024-01-18T05:49:13.195130+0000 mgr.smithi142.tzoxhd (mgr.14182) 1074 : 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-18T05:49:17.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:16 smithi142 bash[16247]: cluster 2024-01-18T05:49:15.196460+0000 mgr.smithi142.tzoxhd (mgr.14182) 1075 : 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-18T05:49:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:16 smithi162 bash[19760]: cluster 2024-01-18T05:49:15.196460+0000 mgr.smithi142.tzoxhd (mgr.14182) 1075 : 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-18T05:49:17.565 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:17.565 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:18.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:19.173 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:19.184 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:18 smithi142 bash[16247]: cluster 2024-01-18T05:49:17.197730+0000 mgr.smithi142.tzoxhd (mgr.14182) 1076 : 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-18T05:49:19.184 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:18 smithi142 bash[16247]: audit 2024-01-18T05:49:17.541227+0000 mgr.smithi142.tzoxhd (mgr.14182) 1077 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:19.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:18 smithi162 bash[19760]: cluster 2024-01-18T05:49:17.197730+0000 mgr.smithi142.tzoxhd (mgr.14182) 1076 : 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-18T05:49:19.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:18 smithi162 bash[19760]: audit 2024-01-18T05:49:17.541227+0000 mgr.smithi142.tzoxhd (mgr.14182) 1077 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:21.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:20 smithi142 bash[16247]: cluster 2024-01-18T05:49:19.199176+0000 mgr.smithi142.tzoxhd (mgr.14182) 1078 : cluster [DBG] pgmap v704: 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-18T05:49:21.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:20 smithi162 bash[19760]: cluster 2024-01-18T05:49:19.199176+0000 mgr.smithi142.tzoxhd (mgr.14182) 1078 : cluster [DBG] pgmap v704: 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-18T05:49:22.269 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:22.269 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:22.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:22 smithi142 bash[16247]: cluster 2024-01-18T05:49:21.200484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1079 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:22 smithi162 bash[19760]: cluster 2024-01-18T05:49:21.200484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1079 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:23.825 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:24.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:23 smithi142 bash[16247]: audit 2024-01-18T05:49:22.243291+0000 mgr.smithi142.tzoxhd (mgr.14182) 1080 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:24.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:23 smithi162 bash[19760]: audit 2024-01-18T05:49:22.243291+0000 mgr.smithi142.tzoxhd (mgr.14182) 1080 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:25.154 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:24 smithi142 bash[16247]: cluster 2024-01-18T05:49:23.201681+0000 mgr.smithi142.tzoxhd (mgr.14182) 1081 : 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-18T05:49:25.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:24 smithi162 bash[19760]: cluster 2024-01-18T05:49:23.201681+0000 mgr.smithi142.tzoxhd (mgr.14182) 1081 : 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-18T05:49:26.817 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:26.817 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:26 smithi142 bash[16247]: cluster 2024-01-18T05:49:25.202598+0000 mgr.smithi142.tzoxhd (mgr.14182) 1082 : 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-18T05:49:27.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:26 smithi162 bash[19760]: cluster 2024-01-18T05:49:25.202598+0000 mgr.smithi142.tzoxhd (mgr.14182) 1082 : 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-18T05:49:28.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:27 smithi142 bash[16247]: audit 2024-01-18T05:49:26.791201+0000 mgr.smithi142.tzoxhd (mgr.14182) 1083 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:28.370 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:28.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:27 smithi162 bash[19760]: audit 2024-01-18T05:49:26.791201+0000 mgr.smithi142.tzoxhd (mgr.14182) 1083 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:29.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:28 smithi142 bash[16247]: cluster 2024-01-18T05:49:27.203568+0000 mgr.smithi142.tzoxhd (mgr.14182) 1084 : 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-18T05:49:29.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:28 smithi162 bash[19760]: cluster 2024-01-18T05:49:27.203568+0000 mgr.smithi142.tzoxhd (mgr.14182) 1084 : 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-18T05:49:31.182 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:30 smithi142 bash[16247]: cluster 2024-01-18T05:49:29.204609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1085 : cluster [DBG] pgmap v709: 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-18T05:49:31.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:30 smithi162 bash[19760]: cluster 2024-01-18T05:49:29.204609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1085 : cluster [DBG] pgmap v709: 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-18T05:49:31.533 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:31.533 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:32.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:33.161 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:33.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:32 smithi142 bash[16247]: cluster 2024-01-18T05:49:31.205467+0000 mgr.smithi142.tzoxhd (mgr.14182) 1086 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:33.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:32 smithi142 bash[16247]: audit 2024-01-18T05:49:31.509299+0000 mgr.smithi142.tzoxhd (mgr.14182) 1087 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:33.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:32 smithi162 bash[19760]: cluster 2024-01-18T05:49:31.205467+0000 mgr.smithi142.tzoxhd (mgr.14182) 1086 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:33.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:32 smithi162 bash[19760]: audit 2024-01-18T05:49:31.509299+0000 mgr.smithi142.tzoxhd (mgr.14182) 1087 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:35.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:34 smithi142 bash[16247]: cluster 2024-01-18T05:49:33.206644+0000 mgr.smithi142.tzoxhd (mgr.14182) 1088 : 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-18T05:49:35.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:34 smithi162 bash[19760]: cluster 2024-01-18T05:49:33.206644+0000 mgr.smithi142.tzoxhd (mgr.14182) 1088 : 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-18T05:49:36.241 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:36.242 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:36.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:37.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:36 smithi142 bash[16247]: cluster 2024-01-18T05:49:35.207977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1089 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:36 smithi162 bash[19760]: cluster 2024-01-18T05:49:35.207977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1089 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:37.820 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:38.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:37 smithi142 bash[16247]: audit 2024-01-18T05:49:36.216831+0000 mgr.smithi142.tzoxhd (mgr.14182) 1090 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:38.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:37 smithi162 bash[19760]: audit 2024-01-18T05:49:36.216831+0000 mgr.smithi142.tzoxhd (mgr.14182) 1090 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:39.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:38 smithi142 bash[16247]: cluster 2024-01-18T05:49:37.209031+0000 mgr.smithi142.tzoxhd (mgr.14182) 1091 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:38 smithi162 bash[19760]: cluster 2024-01-18T05:49:37.209031+0000 mgr.smithi142.tzoxhd (mgr.14182) 1091 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:40.862 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:40.862 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:40 smithi142 bash[16247]: cluster 2024-01-18T05:49:39.210092+0000 mgr.smithi142.tzoxhd (mgr.14182) 1092 : cluster [DBG] pgmap v714: 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-18T05:49:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:40 smithi162 bash[19760]: cluster 2024-01-18T05:49:39.210092+0000 mgr.smithi142.tzoxhd (mgr.14182) 1092 : cluster [DBG] pgmap v714: 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-18T05:49:41.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:42.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:41 smithi142 bash[16247]: audit 2024-01-18T05:49:40.835567+0000 mgr.smithi142.tzoxhd (mgr.14182) 1093 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:42.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:41 smithi162 bash[19760]: audit 2024-01-18T05:49:40.835567+0000 mgr.smithi142.tzoxhd (mgr.14182) 1093 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:42.476 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:43.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:42 smithi142 bash[16247]: cluster 2024-01-18T05:49:41.211225+0000 mgr.smithi142.tzoxhd (mgr.14182) 1094 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:43.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:42 smithi162 bash[19760]: cluster 2024-01-18T05:49:41.211225+0000 mgr.smithi142.tzoxhd (mgr.14182) 1094 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:44.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.180654+0000 mon.smithi142 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:44.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.502116+0000 mon.smithi142 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:49:44.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.503162+0000 mon.smithi142 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:49:44.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.508627+0000 mon.smithi142 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:44.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.517303+0000 mon.smithi142 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:49:44.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:43 smithi142 bash[16247]: audit 2024-01-18T05:49:43.536628+0000 mon.smithi142 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.180654+0000 mon.smithi142 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.502116+0000 mon.smithi142 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.503162+0000 mon.smithi142 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.508627+0000 mon.smithi142 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.517303+0000 mon.smithi142 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:49:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:43 smithi162 bash[19760]: audit 2024-01-18T05:49:43.536628+0000 mon.smithi142 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:45.298 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:44 smithi142 bash[16247]: cluster 2024-01-18T05:49:43.212378+0000 mgr.smithi142.tzoxhd (mgr.14182) 1095 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:45.298 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:44 smithi142 bash[16247]: cluster 2024-01-18T05:49:43.509261+0000 mgr.smithi142.tzoxhd (mgr.14182) 1096 : cluster [DBG] pgmap v717: 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-18T05:49:45.299 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:44 smithi142 bash[16247]: cephadm 2024-01-18T05:49:43.551721+0000 mgr.smithi142.tzoxhd (mgr.14182) 1097 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.njfurc on smithi162 2024-01-18T05:49:45.299 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:44 smithi142 bash[16247]: cluster 2024-01-18T05:49:43.963638+0000 mon.smithi142 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:49:45.299 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:44 smithi142 bash[16247]: cluster 2024-01-18T05:49:43.963700+0000 mon.smithi142 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-18T05:49:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:44 smithi162 bash[19760]: cluster 2024-01-18T05:49:43.212378+0000 mgr.smithi142.tzoxhd (mgr.14182) 1095 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:49:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:44 smithi162 bash[19760]: cluster 2024-01-18T05:49:43.509261+0000 mgr.smithi142.tzoxhd (mgr.14182) 1096 : cluster [DBG] pgmap v717: 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-18T05:49:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:44 smithi162 bash[19760]: cephadm 2024-01-18T05:49:43.551721+0000 mgr.smithi142.tzoxhd (mgr.14182) 1097 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.njfurc on smithi162 2024-01-18T05:49:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:44 smithi162 bash[19760]: cluster 2024-01-18T05:49:43.963638+0000 mon.smithi142 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:49:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:44 smithi162 bash[19760]: cluster 2024-01-18T05:49:43.963700+0000 mon.smithi142 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-18T05:49:45.652 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:45.653 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:47:34.436227Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qhapcs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:46.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:47.253 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:47.265 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:46 smithi142 bash[16247]: cluster 2024-01-18T05:49:45.510170+0000 mgr.smithi142.tzoxhd (mgr.14182) 1098 : cluster [DBG] pgmap v718: 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-18T05:49:47.266 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:46 smithi142 bash[16247]: audit 2024-01-18T05:49:45.627810+0000 mgr.smithi142.tzoxhd (mgr.14182) 1099 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:47.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:46 smithi162 bash[19760]: cluster 2024-01-18T05:49:45.510170+0000 mgr.smithi142.tzoxhd (mgr.14182) 1098 : cluster [DBG] pgmap v718: 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-18T05:49:47.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:46 smithi162 bash[19760]: audit 2024-01-18T05:49:45.627810+0000 mgr.smithi142.tzoxhd (mgr.14182) 1099 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:48.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:47 smithi142 bash[16247]: audit 2024-01-18T05:49:47.536957+0000 mon.smithi142 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.njfurc"}]: dispatch 2024-01-18T05:49:48.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:47 smithi162 bash[19760]: audit 2024-01-18T05:49:47.536957+0000 mon.smithi142 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.njfurc"}]: dispatch 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: cluster 2024-01-18T05:49:47.510648+0000 mgr.smithi142.tzoxhd (mgr.14182) 1100 : cluster [DBG] pgmap v719: 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-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: cephadm 2024-01-18T05:49:47.535833+0000 mgr.smithi142.tzoxhd (mgr.14182) 1101 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:48 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: cephadm 2024-01-18T05:49:47.536352+0000 mgr.smithi142.tzoxhd (mgr.14182) 1102 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: cephadm 2024-01-18T05:49:47.538635+0000 mgr.smithi142.tzoxhd (mgr.14182) 1103 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:49 smithi142 bash[16247]: cephadm 2024-01-18T05:49:47.542263+0000 mgr.smithi142.tzoxhd (mgr.14182) 1104 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.babysk on smithi142 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: cluster 2024-01-18T05:49:47.510648+0000 mgr.smithi142.tzoxhd (mgr.14182) 1100 : cluster [DBG] pgmap v719: 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-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: cephadm 2024-01-18T05:49:47.535833+0000 mgr.smithi142.tzoxhd (mgr.14182) 1101 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:49:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: cephadm 2024-01-18T05:49:47.536352+0000 mgr.smithi142.tzoxhd (mgr.14182) 1102 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: cephadm 2024-01-18T05:49:47.538635+0000 mgr.smithi142.tzoxhd (mgr.14182) 1103 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.njfurc ... 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:49.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:49.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:49 smithi162 bash[19760]: cephadm 2024-01-18T05:49:47.542263+0000 mgr.smithi142.tzoxhd (mgr.14182) 1104 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.babysk on smithi142 2024-01-18T05:49:50.599 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:50.600 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:38.974052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.hxlrfs on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-hxlrfs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.hxlrfs\nDeploy daemon haproxy.nfs.foo.smithi162.hxlrfs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.172630Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.evwhkc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-evwhkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.evwhkc\nDeploy daemon haproxy.nfs.foo.smithi142.evwhkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:48:43.174522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.axmbdh on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:51.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:51.302 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:51 smithi142 bash[16247]: cluster 2024-01-18T05:49:49.511595+0000 mgr.smithi142.tzoxhd (mgr.14182) 1105 : cluster [DBG] pgmap v720: 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-18T05:49:51.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:51 smithi162 bash[19760]: cluster 2024-01-18T05:49:49.511595+0000 mgr.smithi142.tzoxhd (mgr.14182) 1105 : cluster [DBG] pgmap v720: 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-18T05:49:52.219 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:52.231 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:52 smithi142 bash[16247]: audit 2024-01-18T05:49:50.571871+0000 mgr.smithi142.tzoxhd (mgr.14182) 1106 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:52.231 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:52 smithi142 bash[16247]: audit 2024-01-18T05:49:51.356204+0000 mon.smithi142 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.babysk"}]: dispatch 2024-01-18T05:49:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:52 smithi162 bash[19760]: audit 2024-01-18T05:49:50.571871+0000 mgr.smithi142.tzoxhd (mgr.14182) 1106 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:52 smithi162 bash[19760]: audit 2024-01-18T05:49:51.356204+0000 mon.smithi142 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.babysk"}]: dispatch 2024-01-18T05:49:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cephadm 2024-01-18T05:49:51.355126+0000 mgr.smithi142.tzoxhd (mgr.14182) 1107 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:49:53.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cephadm 2024-01-18T05:49:51.355556+0000 mgr.smithi142.tzoxhd (mgr.14182) 1108 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cephadm 2024-01-18T05:49:51.357790+0000 mgr.smithi142.tzoxhd (mgr.14182) 1109 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cephadm 2024-01-18T05:49:51.359877+0000 mgr.smithi142.tzoxhd (mgr.14182) 1110 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cephadm 2024-01-18T05:49:51.361658+0000 mgr.smithi142.tzoxhd (mgr.14182) 1111 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:49:53.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cluster 2024-01-18T05:49:51.362869+0000 mgr.smithi142.tzoxhd (mgr.14182) 1112 : 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-18T05:49:53.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:53 smithi142 bash[16247]: cluster 2024-01-18T05:49:52.002350+0000 mon.smithi142 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:49:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cephadm 2024-01-18T05:49:51.355126+0000 mgr.smithi142.tzoxhd (mgr.14182) 1107 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:49:53.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cephadm 2024-01-18T05:49:51.355556+0000 mgr.smithi142.tzoxhd (mgr.14182) 1108 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cephadm 2024-01-18T05:49:51.357790+0000 mgr.smithi142.tzoxhd (mgr.14182) 1109 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.babysk ... 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cephadm 2024-01-18T05:49:51.359877+0000 mgr.smithi142.tzoxhd (mgr.14182) 1110 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cephadm 2024-01-18T05:49:51.361658+0000 mgr.smithi142.tzoxhd (mgr.14182) 1111 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:49:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cluster 2024-01-18T05:49:51.362869+0000 mgr.smithi142.tzoxhd (mgr.14182) 1112 : 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-18T05:49:53.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:53 smithi162 bash[19760]: cluster 2024-01-18T05:49:52.002350+0000 mon.smithi142 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:49:55.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:55 smithi142 bash[16247]: cluster 2024-01-18T05:49:53.364037+0000 mgr.smithi142.tzoxhd (mgr.14182) 1113 : 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-18T05:49:55.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:55 smithi142 bash[16247]: audit 2024-01-18T05:49:54.509893+0000 mon.smithi142 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:55 smithi162 bash[19760]: cluster 2024-01-18T05:49:53.364037+0000 mgr.smithi142.tzoxhd (mgr.14182) 1113 : 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-18T05:49:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:55 smithi162 bash[19760]: audit 2024-01-18T05:49:54.509893+0000 mon.smithi142 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:49:55.406 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:49:55.406 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:49:56.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:49:57.055 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:49:57.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:57 smithi142 bash[16247]: cluster 2024-01-18T05:49:55.365444+0000 mgr.smithi142.tzoxhd (mgr.14182) 1114 : cluster [DBG] pgmap v723: 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-18T05:49:57.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:57 smithi142 bash[16247]: audit 2024-01-18T05:49:55.378834+0000 mgr.smithi142.tzoxhd (mgr.14182) 1115 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:57.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:57 smithi162 bash[19760]: cluster 2024-01-18T05:49:55.365444+0000 mgr.smithi142.tzoxhd (mgr.14182) 1114 : cluster [DBG] pgmap v723: 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-18T05:49:57.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:57 smithi162 bash[19760]: audit 2024-01-18T05:49:55.378834+0000 mgr.smithi142.tzoxhd (mgr.14182) 1115 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:49:59.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:49:59 smithi142 bash[16247]: cluster 2024-01-18T05:49:57.366491+0000 mgr.smithi142.tzoxhd (mgr.14182) 1116 : cluster [DBG] pgmap v724: 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-18T05:49:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:49:59 smithi162 bash[19760]: cluster 2024-01-18T05:49:57.366491+0000 mgr.smithi142.tzoxhd (mgr.14182) 1116 : cluster [DBG] pgmap v724: 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-18T05:50:00.209 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:00.209 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:00.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:01.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:00 smithi142 bash[16247]: cluster 2024-01-18T05:49:59.367795+0000 mgr.smithi142.tzoxhd (mgr.14182) 1117 : cluster [DBG] pgmap v725: 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-18T05:50:01.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:00 smithi142 bash[16247]: cluster 2024-01-18T05:50:00.000134+0000 mon.smithi142 (mon.0) 932 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T05:50:01.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:00 smithi162 bash[19760]: cluster 2024-01-18T05:49:59.367795+0000 mgr.smithi142.tzoxhd (mgr.14182) 1117 : cluster [DBG] pgmap v725: 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-18T05:50:01.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:00 smithi162 bash[19760]: cluster 2024-01-18T05:50:00.000134+0000 mon.smithi142 (mon.0) 932 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T05:50:01.765 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:02.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:01 smithi142 bash[16247]: audit 2024-01-18T05:50:00.189266+0000 mgr.smithi142.tzoxhd (mgr.14182) 1118 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:02.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:01 smithi162 bash[19760]: audit 2024-01-18T05:50:00.189266+0000 mgr.smithi142.tzoxhd (mgr.14182) 1118 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:03.094 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:02 smithi142 bash[16247]: cluster 2024-01-18T05:50:01.368983+0000 mgr.smithi142.tzoxhd (mgr.14182) 1119 : cluster [DBG] pgmap v726: 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-18T05:50:03.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:02 smithi162 bash[19760]: cluster 2024-01-18T05:50:01.368983+0000 mgr.smithi142.tzoxhd (mgr.14182) 1119 : cluster [DBG] pgmap v726: 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-18T05:50:04.852 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:04.852 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:05.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:04 smithi162 bash[19760]: cluster 2024-01-18T05:50:03.370358+0000 mgr.smithi142.tzoxhd (mgr.14182) 1120 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:04 smithi142 bash[16247]: cluster 2024-01-18T05:50:03.370358+0000 mgr.smithi142.tzoxhd (mgr.14182) 1120 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:05.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:06.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:05 smithi162 bash[19760]: audit 2024-01-18T05:50:04.827962+0000 mgr.smithi142.tzoxhd (mgr.14182) 1121 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:06.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:05 smithi142 bash[16247]: audit 2024-01-18T05:50:04.827962+0000 mgr.smithi142.tzoxhd (mgr.14182) 1121 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:06.446 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:07.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:06 smithi162 bash[19760]: cluster 2024-01-18T05:50:05.371695+0000 mgr.smithi142.tzoxhd (mgr.14182) 1122 : 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-18T05:50:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:06 smithi142 bash[16247]: cluster 2024-01-18T05:50:05.371695+0000 mgr.smithi142.tzoxhd (mgr.14182) 1122 : 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-18T05:50:09.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:08 smithi162 bash[19760]: cluster 2024-01-18T05:50:07.372789+0000 mgr.smithi142.tzoxhd (mgr.14182) 1123 : 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-18T05:50:09.198 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:08 smithi142 bash[16247]: cluster 2024-01-18T05:50:07.372789+0000 mgr.smithi142.tzoxhd (mgr.14182) 1123 : 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-18T05:50:09.622 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:09.622 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:10.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:11.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:10 smithi162 bash[19760]: cluster 2024-01-18T05:50:09.374017+0000 mgr.smithi142.tzoxhd (mgr.14182) 1124 : cluster [DBG] pgmap v730: 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-18T05:50:11.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:10 smithi162 bash[19760]: audit 2024-01-18T05:50:09.594859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1125 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:11.268 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:11.281 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:10 smithi142 bash[16247]: cluster 2024-01-18T05:50:09.374017+0000 mgr.smithi142.tzoxhd (mgr.14182) 1124 : cluster [DBG] pgmap v730: 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-18T05:50:11.281 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:10 smithi142 bash[16247]: audit 2024-01-18T05:50:09.594859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1125 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:13.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:12 smithi162 bash[19760]: cluster 2024-01-18T05:50:11.375152+0000 mgr.smithi142.tzoxhd (mgr.14182) 1126 : 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-18T05:50:13.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:12 smithi142 bash[16247]: cluster 2024-01-18T05:50:11.375152+0000 mgr.smithi142.tzoxhd (mgr.14182) 1126 : 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-18T05:50:14.459 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:14.459 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:15.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:15.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:14 smithi162 bash[19760]: cluster 2024-01-18T05:50:13.376501+0000 mgr.smithi142.tzoxhd (mgr.14182) 1127 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:15.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:14 smithi142 bash[16247]: cluster 2024-01-18T05:50:13.376501+0000 mgr.smithi142.tzoxhd (mgr.14182) 1127 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:16.032 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:16.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:15 smithi142 bash[16247]: audit 2024-01-18T05:50:14.431313+0000 mgr.smithi142.tzoxhd (mgr.14182) 1128 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:16.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:15 smithi162 bash[19760]: audit 2024-01-18T05:50:14.431313+0000 mgr.smithi142.tzoxhd (mgr.14182) 1128 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:17.137 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:16 smithi142 bash[16247]: cluster 2024-01-18T05:50:15.377832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1129 : 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-18T05:50:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:16 smithi162 bash[19760]: cluster 2024-01-18T05:50:15.377832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1129 : 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-18T05:50:19.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:18 smithi142 bash[16247]: cluster 2024-01-18T05:50:17.379167+0000 mgr.smithi142.tzoxhd (mgr.14182) 1130 : 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-18T05:50:19.130 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:19.130 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:19.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:18 smithi162 bash[19760]: cluster 2024-01-18T05:50:17.379167+0000 mgr.smithi142.tzoxhd (mgr.14182) 1130 : 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-18T05:50:19.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:20.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:19 smithi142 bash[16247]: audit 2024-01-18T05:50:19.110880+0000 mgr.smithi142.tzoxhd (mgr.14182) 1131 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:20.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:19 smithi162 bash[19760]: audit 2024-01-18T05:50:19.110880+0000 mgr.smithi142.tzoxhd (mgr.14182) 1131 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:20.728 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:20 smithi142 bash[16247]: cluster 2024-01-18T05:50:19.380537+0000 mgr.smithi142.tzoxhd (mgr.14182) 1132 : cluster [DBG] pgmap v735: 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-18T05:50:21.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:20 smithi162 bash[19760]: cluster 2024-01-18T05:50:19.380537+0000 mgr.smithi142.tzoxhd (mgr.14182) 1132 : cluster [DBG] pgmap v735: 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-18T05:50:23.263 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:22 smithi142 bash[16247]: cluster 2024-01-18T05:50:21.381699+0000 mgr.smithi142.tzoxhd (mgr.14182) 1133 : 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-18T05:50:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:22 smithi162 bash[19760]: cluster 2024-01-18T05:50:21.381699+0000 mgr.smithi142.tzoxhd (mgr.14182) 1133 : 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-18T05:50:23.693 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:23.693 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:24.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:25.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:24 smithi142 bash[16247]: cluster 2024-01-18T05:50:23.382551+0000 mgr.smithi142.tzoxhd (mgr.14182) 1134 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:25.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:24 smithi142 bash[16247]: audit 2024-01-18T05:50:23.665911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1135 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:25.332 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:25.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:24 smithi162 bash[19760]: cluster 2024-01-18T05:50:23.382551+0000 mgr.smithi142.tzoxhd (mgr.14182) 1134 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:25.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:24 smithi162 bash[19760]: audit 2024-01-18T05:50:23.665911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1135 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:26 smithi142 bash[16247]: cluster 2024-01-18T05:50:25.383844+0000 mgr.smithi142.tzoxhd (mgr.14182) 1136 : 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-18T05:50:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:26 smithi162 bash[19760]: cluster 2024-01-18T05:50:25.383844+0000 mgr.smithi142.tzoxhd (mgr.14182) 1136 : 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-18T05:50:28.428 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:28.428 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:28.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:29.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:28 smithi142 bash[16247]: cluster 2024-01-18T05:50:27.384541+0000 mgr.smithi142.tzoxhd (mgr.14182) 1137 : 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-18T05:50:29.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:28 smithi162 bash[19760]: cluster 2024-01-18T05:50:27.384541+0000 mgr.smithi142.tzoxhd (mgr.14182) 1137 : 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-18T05:50:29.993 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:30.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:29 smithi162 bash[19760]: audit 2024-01-18T05:50:28.400479+0000 mgr.smithi142.tzoxhd (mgr.14182) 1138 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:30.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:29 smithi142 bash[16247]: audit 2024-01-18T05:50:28.400479+0000 mgr.smithi142.tzoxhd (mgr.14182) 1138 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:31.234 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:30 smithi142 bash[16247]: cluster 2024-01-18T05:50:29.385804+0000 mgr.smithi142.tzoxhd (mgr.14182) 1139 : cluster [DBG] pgmap v740: 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-18T05:50:31.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:30 smithi162 bash[19760]: cluster 2024-01-18T05:50:29.385804+0000 mgr.smithi142.tzoxhd (mgr.14182) 1139 : cluster [DBG] pgmap v740: 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-18T05:50:33.020 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:33.020 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:33.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:32 smithi142 bash[16247]: cluster 2024-01-18T05:50:31.386958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1140 : 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-18T05:50:33.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:32 smithi162 bash[19760]: cluster 2024-01-18T05:50:31.386958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1140 : 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-18T05:50:33.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:34.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:33 smithi142 bash[16247]: audit 2024-01-18T05:50:32.994579+0000 mgr.smithi142.tzoxhd (mgr.14182) 1141 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:34.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:33 smithi162 bash[19760]: audit 2024-01-18T05:50:32.994579+0000 mgr.smithi142.tzoxhd (mgr.14182) 1141 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:34.618 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:35.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:34 smithi162 bash[19760]: cluster 2024-01-18T05:50:33.387625+0000 mgr.smithi142.tzoxhd (mgr.14182) 1142 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:35.406 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:34 smithi142 bash[16247]: cluster 2024-01-18T05:50:33.387625+0000 mgr.smithi142.tzoxhd (mgr.14182) 1142 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:37.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:36 smithi142 bash[16247]: cluster 2024-01-18T05:50:35.388485+0000 mgr.smithi142.tzoxhd (mgr.14182) 1143 : 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-18T05:50:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:36 smithi162 bash[19760]: cluster 2024-01-18T05:50:35.388485+0000 mgr.smithi142.tzoxhd (mgr.14182) 1143 : 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-18T05:50:37.769 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:37.770 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:38.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:39.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:38 smithi142 bash[16247]: cluster 2024-01-18T05:50:37.389046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1144 : 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-18T05:50:39.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:38 smithi142 bash[16247]: audit 2024-01-18T05:50:37.750137+0000 mgr.smithi142.tzoxhd (mgr.14182) 1145 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:39.353 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:38 smithi162 bash[19760]: cluster 2024-01-18T05:50:37.389046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1144 : 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-18T05:50:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:38 smithi162 bash[19760]: audit 2024-01-18T05:50:37.750137+0000 mgr.smithi142.tzoxhd (mgr.14182) 1145 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:40 smithi142 bash[16247]: cluster 2024-01-18T05:50:39.390286+0000 mgr.smithi142.tzoxhd (mgr.14182) 1146 : cluster [DBG] pgmap v745: 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-18T05:50:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:40 smithi162 bash[19760]: cluster 2024-01-18T05:50:39.390286+0000 mgr.smithi142.tzoxhd (mgr.14182) 1146 : cluster [DBG] pgmap v745: 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-18T05:50:42.424 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:42.424 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:43.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:43.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:42 smithi142 bash[16247]: cluster 2024-01-18T05:50:41.390924+0000 mgr.smithi142.tzoxhd (mgr.14182) 1147 : 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-18T05:50:43.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:42 smithi162 bash[19760]: cluster 2024-01-18T05:50:41.390924+0000 mgr.smithi142.tzoxhd (mgr.14182) 1147 : 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-18T05:50:44.037 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:44.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:43 smithi142 bash[16247]: audit 2024-01-18T05:50:42.400511+0000 mgr.smithi142.tzoxhd (mgr.14182) 1148 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:43 smithi162 bash[19760]: audit 2024-01-18T05:50:42.400511+0000 mgr.smithi142.tzoxhd (mgr.14182) 1148 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:45.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:44 smithi142 bash[16247]: cluster 2024-01-18T05:50:43.392036+0000 mgr.smithi142.tzoxhd (mgr.14182) 1149 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:44 smithi162 bash[19760]: cluster 2024-01-18T05:50:43.392036+0000 mgr.smithi142.tzoxhd (mgr.14182) 1149 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:47.142 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:47.142 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:47.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:46 smithi142 bash[16247]: cluster 2024-01-18T05:50:45.393164+0000 mgr.smithi142.tzoxhd (mgr.14182) 1150 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:47.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:46 smithi162 bash[19760]: cluster 2024-01-18T05:50:45.393164+0000 mgr.smithi142.tzoxhd (mgr.14182) 1150 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:47.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:48.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:47 smithi142 bash[16247]: audit 2024-01-18T05:50:47.114531+0000 mgr.smithi142.tzoxhd (mgr.14182) 1151 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:48.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:47 smithi162 bash[19760]: audit 2024-01-18T05:50:47.114531+0000 mgr.smithi142.tzoxhd (mgr.14182) 1151 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:48.723 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:49 smithi162 bash[19760]: cluster 2024-01-18T05:50:47.394151+0000 mgr.smithi142.tzoxhd (mgr.14182) 1152 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:49.511 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:48 smithi142 bash[16247]: cluster 2024-01-18T05:50:47.394151+0000 mgr.smithi142.tzoxhd (mgr.14182) 1152 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:51.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:51 smithi142 bash[16247]: cluster 2024-01-18T05:50:49.395388+0000 mgr.smithi142.tzoxhd (mgr.14182) 1153 : cluster [DBG] pgmap v750: 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-18T05:50:51.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:51 smithi162 bash[19760]: cluster 2024-01-18T05:50:49.395388+0000 mgr.smithi142.tzoxhd (mgr.14182) 1153 : cluster [DBG] pgmap v750: 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-18T05:50:51.845 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:51.845 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:48:43.176338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.mzzxpg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:52.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.365084+0000 mon.smithi142 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:50:52.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.670978+0000 mon.smithi142 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:50:52.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.672185+0000 mon.smithi142 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:50:52.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.680617+0000 mon.smithi142 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:50:52.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.687455+0000 mon.smithi142 (mon.0) 937 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:50:52.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:52 smithi142 bash[16247]: audit 2024-01-18T05:50:51.701871+0000 mon.smithi142 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:50:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.365084+0000 mon.smithi142 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:50:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.670978+0000 mon.smithi142 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:50:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.672185+0000 mon.smithi142 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:50:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.680617+0000 mon.smithi142 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:50:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.687455+0000 mon.smithi142 (mon.0) 937 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:50:52.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:52 smithi162 bash[19760]: audit 2024-01-18T05:50:51.701871+0000 mon.smithi142 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:50:52.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: cluster 2024-01-18T05:50:51.396075+0000 mgr.smithi142.tzoxhd (mgr.14182) 1154 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: cluster 2024-01-18T05:50:51.681274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1155 : cluster [DBG] pgmap v752: 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-18T05:50:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: cephadm 2024-01-18T05:50:51.705660+0000 mgr.smithi142.tzoxhd (mgr.14182) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.tttwom on smithi162 2024-01-18T05:50:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: audit 2024-01-18T05:50:51.817963+0000 mgr.smithi142.tzoxhd (mgr.14182) 1157 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: cluster 2024-01-18T05:50:52.004280+0000 mon.smithi142 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:50:53.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:53 smithi142 bash[16247]: cluster 2024-01-18T05:50:52.004396+0000 mon.smithi142 (mon.0) 940 : cluster [INF] Cluster is now healthy 2024-01-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: cluster 2024-01-18T05:50:51.396075+0000 mgr.smithi142.tzoxhd (mgr.14182) 1154 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: cluster 2024-01-18T05:50:51.681274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1155 : cluster [DBG] pgmap v752: 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-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: cephadm 2024-01-18T05:50:51.705660+0000 mgr.smithi142.tzoxhd (mgr.14182) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.tttwom on smithi162 2024-01-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: audit 2024-01-18T05:50:51.817963+0000 mgr.smithi142.tzoxhd (mgr.14182) 1157 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: cluster 2024-01-18T05:50:52.004280+0000 mon.smithi142 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:50:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:53 smithi162 bash[19760]: cluster 2024-01-18T05:50:52.004396+0000 mon.smithi142 (mon.0) 940 : cluster [INF] Cluster is now healthy 2024-01-18T05:50:53.503 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:55.071 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:55 smithi142 bash[16247]: cluster 2024-01-18T05:50:53.681772+0000 mgr.smithi142.tzoxhd (mgr.14182) 1158 : cluster [DBG] pgmap v753: 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-18T05:50:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:55 smithi162 bash[19760]: cluster 2024-01-18T05:50:53.681772+0000 mgr.smithi142.tzoxhd (mgr.14182) 1158 : cluster [DBG] pgmap v753: 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-18T05:50:56.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:56 smithi142 bash[16247]: audit 2024-01-18T05:50:55.692413+0000 mon.smithi142 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.tttwom"}]: dispatch 2024-01-18T05:50:56.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:56 smithi162 bash[19760]: audit 2024-01-18T05:50:55.692413+0000 mon.smithi142 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.tttwom"}]: dispatch 2024-01-18T05:50:56.712 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:50:56.712 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:47.538379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.njfurc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-njfurc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.njfurc\nDeploy daemon haproxy.nfs.foo.smithi162.njfurc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.357484Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.babysk on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-babysk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.babysk\nDeploy daemon haproxy.nfs.foo.smithi142.babysk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:49:51.359753Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.whjggn on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: cluster 2024-01-18T05:50:55.682736+0000 mgr.smithi142.tzoxhd (mgr.14182) 1159 : cluster [DBG] pgmap v754: 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-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: cephadm 2024-01-18T05:50:55.691147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1160 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.325 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: cephadm 2024-01-18T05:50:55.691766+0000 mgr.smithi142.tzoxhd (mgr.14182) 1161 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: cephadm 2024-01-18T05:50:55.694224+0000 mgr.smithi142.tzoxhd (mgr.14182) 1162 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.326 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.327 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.327 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.327 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.327 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.327 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:57 smithi142 bash[16247]: cephadm 2024-01-18T05:50:55.699144+0000 mgr.smithi142.tzoxhd (mgr.14182) 1163 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.pdgpvc on smithi142 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: cluster 2024-01-18T05:50:55.682736+0000 mgr.smithi142.tzoxhd (mgr.14182) 1159 : cluster [DBG] pgmap v754: 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-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: cephadm 2024-01-18T05:50:55.691147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1160 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: cephadm 2024-01-18T05:50:55.691766+0000 mgr.smithi142.tzoxhd (mgr.14182) 1161 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: cephadm 2024-01-18T05:50:55.694224+0000 mgr.smithi142.tzoxhd (mgr.14182) 1162 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.tttwom ... 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:50:57.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:50:57.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:50:57.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:50:57.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:57 smithi162 bash[19760]: cephadm 2024-01-18T05:50:55.699144+0000 mgr.smithi142.tzoxhd (mgr.14182) 1163 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.pdgpvc on smithi142 2024-01-18T05:50:57.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:50:58.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:58 smithi142 bash[16247]: audit 2024-01-18T05:50:56.692636+0000 mgr.smithi142.tzoxhd (mgr.14182) 1164 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:58 smithi162 bash[19760]: audit 2024-01-18T05:50:56.692636+0000 mgr.smithi142.tzoxhd (mgr.14182) 1164 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:50:58.376 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:50:59.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:59 smithi142 bash[16247]: cluster 2024-01-18T05:50:57.683688+0000 mgr.smithi142.tzoxhd (mgr.14182) 1165 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T05:50:59.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:50:59 smithi142 bash[16247]: audit 2024-01-18T05:50:58.531208+0000 mon.smithi142 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:50:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:59 smithi162 bash[19760]: cluster 2024-01-18T05:50:57.683688+0000 mgr.smithi142.tzoxhd (mgr.14182) 1165 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T05:50:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:50:59 smithi162 bash[19760]: audit 2024-01-18T05:50:58.531208+0000 mon.smithi142 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:51:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:00 smithi142 bash[16247]: audit 2024-01-18T05:50:59.606372+0000 mon.smithi142 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.pdgpvc"}]: dispatch 2024-01-18T05:51:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:00 smithi162 bash[19760]: audit 2024-01-18T05:50:59.606372+0000 mon.smithi142 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.pdgpvc"}]: dispatch 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cephadm 2024-01-18T05:50:59.605348+0000 mgr.smithi142.tzoxhd (mgr.14182) 1166 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.347 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.348 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cephadm 2024-01-18T05:50:59.605775+0000 mgr.smithi142.tzoxhd (mgr.14182) 1167 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cephadm 2024-01-18T05:50:59.607801+0000 mgr.smithi142.tzoxhd (mgr.14182) 1168 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.349 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cephadm 2024-01-18T05:50:59.609824+0000 mgr.smithi142.tzoxhd (mgr.14182) 1169 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cephadm 2024-01-18T05:50:59.611483+0000 mgr.smithi142.tzoxhd (mgr.14182) 1170 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cluster 2024-01-18T05:50:59.612447+0000 mgr.smithi142.tzoxhd (mgr.14182) 1171 : cluster [DBG] pgmap v756: 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-18T05:51:01.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:01 smithi142 bash[16247]: cluster 2024-01-18T05:51:00.048955+0000 mon.smithi142 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:51:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cephadm 2024-01-18T05:50:59.605348+0000 mgr.smithi142.tzoxhd (mgr.14182) 1166 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:51:01.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cephadm 2024-01-18T05:50:59.605775+0000 mgr.smithi142.tzoxhd (mgr.14182) 1167 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cephadm 2024-01-18T05:50:59.607801+0000 mgr.smithi142.tzoxhd (mgr.14182) 1168 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.pdgpvc ... 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:51:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:51:01.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:51:01.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cephadm 2024-01-18T05:50:59.609824+0000 mgr.smithi142.tzoxhd (mgr.14182) 1169 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:51:01.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cephadm 2024-01-18T05:50:59.611483+0000 mgr.smithi142.tzoxhd (mgr.14182) 1170 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:51:01.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cluster 2024-01-18T05:50:59.612447+0000 mgr.smithi142.tzoxhd (mgr.14182) 1171 : cluster [DBG] pgmap v756: 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-18T05:51:01.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:01 smithi162 bash[19760]: cluster 2024-01-18T05:51:00.048955+0000 mon.smithi142 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:51:01.692 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:01.692 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:02.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:03.299 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:03.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:03 smithi162 bash[19760]: cluster 2024-01-18T05:51:01.613519+0000 mgr.smithi142.tzoxhd (mgr.14182) 1172 : cluster [DBG] pgmap v757: 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-18T05:51:03.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:03 smithi162 bash[19760]: audit 2024-01-18T05:51:01.672640+0000 mgr.smithi142.tzoxhd (mgr.14182) 1173 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:03.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:03 smithi142 bash[16247]: cluster 2024-01-18T05:51:01.613519+0000 mgr.smithi142.tzoxhd (mgr.14182) 1172 : cluster [DBG] pgmap v757: 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-18T05:51:03.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:03 smithi142 bash[16247]: audit 2024-01-18T05:51:01.672640+0000 mgr.smithi142.tzoxhd (mgr.14182) 1173 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:05 smithi162 bash[19760]: cluster 2024-01-18T05:51:03.614779+0000 mgr.smithi142.tzoxhd (mgr.14182) 1174 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:05 smithi162 bash[19760]: audit 2024-01-18T05:51:04.564718+0000 mon.smithi142 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:51:05.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:05 smithi142 bash[16247]: cluster 2024-01-18T05:51:03.614779+0000 mgr.smithi142.tzoxhd (mgr.14182) 1174 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:05.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:05 smithi142 bash[16247]: audit 2024-01-18T05:51:04.564718+0000 mon.smithi142 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:51:06.511 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:06.512 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:07.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:07 smithi162 bash[19760]: cluster 2024-01-18T05:51:05.616035+0000 mgr.smithi142.tzoxhd (mgr.14182) 1175 : 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-18T05:51:07.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:07 smithi142 bash[16247]: cluster 2024-01-18T05:51:05.616035+0000 mgr.smithi142.tzoxhd (mgr.14182) 1175 : 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-18T05:51:08.128 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:08.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:08 smithi162 bash[19760]: audit 2024-01-18T05:51:06.491943+0000 mgr.smithi142.tzoxhd (mgr.14182) 1176 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:08.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:08 smithi142 bash[16247]: audit 2024-01-18T05:51:06.491943+0000 mgr.smithi142.tzoxhd (mgr.14182) 1176 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:09 smithi162 bash[19760]: cluster 2024-01-18T05:51:07.617219+0000 mgr.smithi142.tzoxhd (mgr.14182) 1177 : cluster [DBG] pgmap v760: 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-18T05:51:09.526 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:09 smithi142 bash[16247]: cluster 2024-01-18T05:51:07.617219+0000 mgr.smithi142.tzoxhd (mgr.14182) 1177 : cluster [DBG] pgmap v760: 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-18T05:51:11.235 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:11.236 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:11.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:11 smithi162 bash[19760]: cluster 2024-01-18T05:51:09.618370+0000 mgr.smithi142.tzoxhd (mgr.14182) 1178 : 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-18T05:51:11.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:11 smithi142 bash[16247]: cluster 2024-01-18T05:51:09.618370+0000 mgr.smithi142.tzoxhd (mgr.14182) 1178 : 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-18T05:51:11.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:12.838 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:13 smithi162 bash[19760]: audit 2024-01-18T05:51:11.207927+0000 mgr.smithi142.tzoxhd (mgr.14182) 1179 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:13 smithi162 bash[19760]: cluster 2024-01-18T05:51:11.619516+0000 mgr.smithi142.tzoxhd (mgr.14182) 1180 : 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-18T05:51:13.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:13 smithi142 bash[16247]: audit 2024-01-18T05:51:11.207927+0000 mgr.smithi142.tzoxhd (mgr.14182) 1179 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:13.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:13 smithi142 bash[16247]: cluster 2024-01-18T05:51:11.619516+0000 mgr.smithi142.tzoxhd (mgr.14182) 1180 : 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-18T05:51:14.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:14 smithi142 bash[16247]: audit 2024-01-18T05:51:13.530872+0000 mon.smithi142 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:51:14.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:14 smithi142 bash[16247]: cluster 2024-01-18T05:51:13.620715+0000 mgr.smithi142.tzoxhd (mgr.14182) 1181 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:14.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:14 smithi162 bash[19760]: audit 2024-01-18T05:51:13.530872+0000 mon.smithi142 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:51:14.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:14 smithi162 bash[19760]: cluster 2024-01-18T05:51:13.620715+0000 mgr.smithi142.tzoxhd (mgr.14182) 1181 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:16.149 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:16.149 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:16.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:17.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:16 smithi142 bash[16247]: cluster 2024-01-18T05:51:15.622077+0000 mgr.smithi142.tzoxhd (mgr.14182) 1182 : 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-18T05:51:17.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:16 smithi142 bash[16247]: audit 2024-01-18T05:51:16.124271+0000 mgr.smithi142.tzoxhd (mgr.14182) 1183 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:16 smithi162 bash[19760]: cluster 2024-01-18T05:51:15.622077+0000 mgr.smithi142.tzoxhd (mgr.14182) 1182 : 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-18T05:51:17.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:16 smithi162 bash[19760]: audit 2024-01-18T05:51:16.124271+0000 mgr.smithi142.tzoxhd (mgr.14182) 1183 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:17.731 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:19.031 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:18 smithi142 bash[16247]: cluster 2024-01-18T05:51:17.623333+0000 mgr.smithi142.tzoxhd (mgr.14182) 1184 : cluster [DBG] pgmap v765: 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-18T05:51:19.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:18 smithi162 bash[19760]: cluster 2024-01-18T05:51:17.623333+0000 mgr.smithi142.tzoxhd (mgr.14182) 1184 : cluster [DBG] pgmap v765: 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-18T05:51:20.726 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:20.726 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:21.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:20 smithi142 bash[16247]: cluster 2024-01-18T05:51:19.624449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1185 : 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-18T05:51:21.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:20 smithi162 bash[19760]: cluster 2024-01-18T05:51:19.624449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1185 : 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-18T05:51:21.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:22.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:21 smithi162 bash[19760]: audit 2024-01-18T05:51:20.698857+0000 mgr.smithi142.tzoxhd (mgr.14182) 1186 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:22.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:21 smithi142 bash[16247]: audit 2024-01-18T05:51:20.698857+0000 mgr.smithi142.tzoxhd (mgr.14182) 1186 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:22.333 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:23.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:22 smithi162 bash[19760]: cluster 2024-01-18T05:51:21.625564+0000 mgr.smithi142.tzoxhd (mgr.14182) 1187 : 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-18T05:51:23.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:22 smithi142 bash[16247]: cluster 2024-01-18T05:51:21.625564+0000 mgr.smithi142.tzoxhd (mgr.14182) 1187 : 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-18T05:51:25.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:24 smithi162 bash[19760]: cluster 2024-01-18T05:51:23.626775+0000 mgr.smithi142.tzoxhd (mgr.14182) 1188 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:25.166 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:24 smithi142 bash[16247]: cluster 2024-01-18T05:51:23.626775+0000 mgr.smithi142.tzoxhd (mgr.14182) 1188 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:25.523 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:25.524 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:26.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:27.144 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:27.155 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:26 smithi142 bash[16247]: audit 2024-01-18T05:51:25.498738+0000 mgr.smithi142.tzoxhd (mgr.14182) 1189 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:27.155 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:26 smithi142 bash[16247]: cluster 2024-01-18T05:51:25.628061+0000 mgr.smithi142.tzoxhd (mgr.14182) 1190 : 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-18T05:51:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:26 smithi162 bash[19760]: audit 2024-01-18T05:51:25.498738+0000 mgr.smithi142.tzoxhd (mgr.14182) 1189 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:27.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:26 smithi162 bash[19760]: cluster 2024-01-18T05:51:25.628061+0000 mgr.smithi142.tzoxhd (mgr.14182) 1190 : 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-18T05:51:29.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:28 smithi142 bash[16247]: cluster 2024-01-18T05:51:27.629262+0000 mgr.smithi142.tzoxhd (mgr.14182) 1191 : cluster [DBG] pgmap v770: 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-18T05:51:29.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:28 smithi162 bash[19760]: cluster 2024-01-18T05:51:27.629262+0000 mgr.smithi142.tzoxhd (mgr.14182) 1191 : cluster [DBG] pgmap v770: 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-18T05:51:30.271 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:30.271 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:30.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:31.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:30 smithi142 bash[16247]: cluster 2024-01-18T05:51:29.630364+0000 mgr.smithi142.tzoxhd (mgr.14182) 1192 : 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-18T05:51:31.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:30 smithi162 bash[19760]: cluster 2024-01-18T05:51:29.630364+0000 mgr.smithi142.tzoxhd (mgr.14182) 1192 : 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-18T05:51:31.869 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:32.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:31 smithi142 bash[16247]: audit 2024-01-18T05:51:30.244041+0000 mgr.smithi142.tzoxhd (mgr.14182) 1193 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:32.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:31 smithi162 bash[19760]: audit 2024-01-18T05:51:30.244041+0000 mgr.smithi142.tzoxhd (mgr.14182) 1193 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:33.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:32 smithi142 bash[16247]: cluster 2024-01-18T05:51:31.631443+0000 mgr.smithi142.tzoxhd (mgr.14182) 1194 : 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-18T05:51:33.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:32 smithi162 bash[19760]: cluster 2024-01-18T05:51:31.631443+0000 mgr.smithi142.tzoxhd (mgr.14182) 1194 : 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-18T05:51:34.994 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:34.994 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:35.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:34 smithi142 bash[16247]: cluster 2024-01-18T05:51:33.632666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1195 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:35.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:34 smithi162 bash[19760]: cluster 2024-01-18T05:51:33.632666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1195 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:35.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:36.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:35 smithi142 bash[16247]: audit 2024-01-18T05:51:34.969897+0000 mgr.smithi142.tzoxhd (mgr.14182) 1196 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:35 smithi162 bash[19760]: audit 2024-01-18T05:51:34.969897+0000 mgr.smithi142.tzoxhd (mgr.14182) 1196 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:36.630 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:37.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:36 smithi142 bash[16247]: cluster 2024-01-18T05:51:35.633977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1197 : 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-18T05:51:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:36 smithi162 bash[19760]: cluster 2024-01-18T05:51:35.633977+0000 mgr.smithi142.tzoxhd (mgr.14182) 1197 : 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-18T05:51:39.299 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:38 smithi142 bash[16247]: cluster 2024-01-18T05:51:37.635212+0000 mgr.smithi142.tzoxhd (mgr.14182) 1198 : cluster [DBG] pgmap v775: 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-18T05:51:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:38 smithi162 bash[19760]: cluster 2024-01-18T05:51:37.635212+0000 mgr.smithi142.tzoxhd (mgr.14182) 1198 : cluster [DBG] pgmap v775: 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-18T05:51:39.753 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:39.754 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:40.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:40 smithi142 bash[16247]: cluster 2024-01-18T05:51:39.636343+0000 mgr.smithi142.tzoxhd (mgr.14182) 1199 : 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-18T05:51:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:40 smithi142 bash[16247]: audit 2024-01-18T05:51:39.729359+0000 mgr.smithi142.tzoxhd (mgr.14182) 1200 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:40 smithi162 bash[19760]: cluster 2024-01-18T05:51:39.636343+0000 mgr.smithi142.tzoxhd (mgr.14182) 1199 : 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-18T05:51:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:40 smithi162 bash[19760]: audit 2024-01-18T05:51:39.729359+0000 mgr.smithi142.tzoxhd (mgr.14182) 1200 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:41.398 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:43.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:42 smithi142 bash[16247]: cluster 2024-01-18T05:51:41.637471+0000 mgr.smithi142.tzoxhd (mgr.14182) 1201 : 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-18T05:51:43.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:42 smithi162 bash[19760]: cluster 2024-01-18T05:51:41.637471+0000 mgr.smithi142.tzoxhd (mgr.14182) 1201 : 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-18T05:51:44.598 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:44.599 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:45.215 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:44 smithi142 bash[16247]: cluster 2024-01-18T05:51:43.638874+0000 mgr.smithi142.tzoxhd (mgr.14182) 1202 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:45.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:44 smithi162 bash[19760]: cluster 2024-01-18T05:51:43.638874+0000 mgr.smithi142.tzoxhd (mgr.14182) 1202 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:46.218 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:46.230 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:45 smithi142 bash[16247]: audit 2024-01-18T05:51:44.574598+0000 mgr.smithi142.tzoxhd (mgr.14182) 1203 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:46.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:45 smithi162 bash[19760]: audit 2024-01-18T05:51:44.574598+0000 mgr.smithi142.tzoxhd (mgr.14182) 1203 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:47.293 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:46 smithi142 bash[16247]: cluster 2024-01-18T05:51:45.640297+0000 mgr.smithi142.tzoxhd (mgr.14182) 1204 : 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-18T05:51:47.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:46 smithi162 bash[19760]: cluster 2024-01-18T05:51:45.640297+0000 mgr.smithi142.tzoxhd (mgr.14182) 1204 : 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-18T05:51:49.261 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:49.262 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:49.308 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:48 smithi142 bash[16247]: cluster 2024-01-18T05:51:47.641523+0000 mgr.smithi142.tzoxhd (mgr.14182) 1205 : cluster [DBG] pgmap v780: 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-18T05:51:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:48 smithi162 bash[19760]: cluster 2024-01-18T05:51:47.641523+0000 mgr.smithi142.tzoxhd (mgr.14182) 1205 : cluster [DBG] pgmap v780: 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-18T05:51:49.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:50.844 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:51.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:50 smithi142 bash[16247]: audit 2024-01-18T05:51:49.234387+0000 mgr.smithi142.tzoxhd (mgr.14182) 1206 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:51.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:50 smithi142 bash[16247]: cluster 2024-01-18T05:51:49.642678+0000 mgr.smithi142.tzoxhd (mgr.14182) 1207 : 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-18T05:51:51.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:50 smithi162 bash[19760]: audit 2024-01-18T05:51:49.234387+0000 mgr.smithi142.tzoxhd (mgr.14182) 1206 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:51.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:50 smithi162 bash[19760]: cluster 2024-01-18T05:51:49.642678+0000 mgr.smithi142.tzoxhd (mgr.14182) 1207 : 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-18T05:51:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:52 smithi142 bash[16247]: cluster 2024-01-18T05:51:51.643830+0000 mgr.smithi142.tzoxhd (mgr.14182) 1208 : 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-18T05:51:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:52 smithi162 bash[19760]: cluster 2024-01-18T05:51:51.643830+0000 mgr.smithi142.tzoxhd (mgr.14182) 1208 : 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-18T05:51:54.114 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:54.114 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:54.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:55.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:54 smithi142 bash[16247]: cluster 2024-01-18T05:51:53.645105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1209 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:55.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:54 smithi142 bash[16247]: audit 2024-01-18T05:51:54.094543+0000 mgr.smithi142.tzoxhd (mgr.14182) 1210 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:54 smithi162 bash[19760]: cluster 2024-01-18T05:51:53.645105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1209 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:54 smithi162 bash[19760]: audit 2024-01-18T05:51:54.094543+0000 mgr.smithi142.tzoxhd (mgr.14182) 1210 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:51:55.743 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:51:57.007 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:56 smithi142 bash[16247]: cluster 2024-01-18T05:51:55.646368+0000 mgr.smithi142.tzoxhd (mgr.14182) 1211 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:57.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:56 smithi162 bash[19760]: cluster 2024-01-18T05:51:55.646368+0000 mgr.smithi142.tzoxhd (mgr.14182) 1211 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:51:58.724 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:51:58.724 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:51:59.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:51:58 smithi142 bash[16247]: cluster 2024-01-18T05:51:57.647584+0000 mgr.smithi142.tzoxhd (mgr.14182) 1212 : cluster [DBG] pgmap v785: 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-18T05:51:59.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:51:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:51:58 smithi162 bash[19760]: cluster 2024-01-18T05:51:57.647584+0000 mgr.smithi142.tzoxhd (mgr.14182) 1212 : cluster [DBG] pgmap v785: 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-18T05:52:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:00 smithi142 bash[16247]: audit 2024-01-18T05:51:58.696920+0000 mgr.smithi142.tzoxhd (mgr.14182) 1213 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:00 smithi142 bash[16247]: audit 2024-01-18T05:51:59.615446+0000 mon.smithi142 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:52:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:00 smithi142 bash[16247]: audit 2024-01-18T05:51:59.946610+0000 mon.smithi142 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:52:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:00 smithi142 bash[16247]: audit 2024-01-18T05:51:59.947957+0000 mon.smithi142 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:52:00.325 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:00 smithi162 bash[19760]: audit 2024-01-18T05:51:58.696920+0000 mgr.smithi142.tzoxhd (mgr.14182) 1213 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:00 smithi162 bash[19760]: audit 2024-01-18T05:51:59.615446+0000 mon.smithi142 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:52:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:00 smithi162 bash[19760]: audit 2024-01-18T05:51:59.946610+0000 mon.smithi142 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:52:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:00 smithi162 bash[19760]: audit 2024-01-18T05:51:59.947957+0000 mon.smithi142 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:52:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: cluster 2024-01-18T05:51:59.648643+0000 mgr.smithi142.tzoxhd (mgr.14182) 1214 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: audit 2024-01-18T05:52:00.001838+0000 mon.smithi142 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: cluster 2024-01-18T05:52:00.002966+0000 mgr.smithi142.tzoxhd (mgr.14182) 1215 : cluster [DBG] pgmap v787: 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-18T05:52:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: audit 2024-01-18T05:52:00.011225+0000 mon.smithi142 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:52:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: audit 2024-01-18T05:52:00.022852+0000 mon.smithi142 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:01.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:01 smithi142 bash[16247]: cephadm 2024-01-18T05:52:00.026666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1216 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zhwapd on smithi162 2024-01-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: cluster 2024-01-18T05:51:59.648643+0000 mgr.smithi142.tzoxhd (mgr.14182) 1214 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: audit 2024-01-18T05:52:00.001838+0000 mon.smithi142 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: cluster 2024-01-18T05:52:00.002966+0000 mgr.smithi142.tzoxhd (mgr.14182) 1215 : cluster [DBG] pgmap v787: 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-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: audit 2024-01-18T05:52:00.011225+0000 mon.smithi142 (mon.0) 951 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: audit 2024-01-18T05:52:00.022852+0000 mon.smithi142 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:01 smithi162 bash[19760]: cephadm 2024-01-18T05:52:00.026666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1216 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zhwapd on smithi162 2024-01-18T05:52:02.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:02 smithi142 bash[16247]: cluster 2024-01-18T05:52:01.007046+0000 mon.smithi142 (mon.0) 953 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:52:02.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:02 smithi142 bash[16247]: cluster 2024-01-18T05:52:01.007110+0000 mon.smithi142 (mon.0) 954 : cluster [INF] Cluster is now healthy 2024-01-18T05:52:02.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:02 smithi162 bash[19760]: cluster 2024-01-18T05:52:01.007046+0000 mon.smithi142 (mon.0) 953 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:52:02.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:02 smithi162 bash[19760]: cluster 2024-01-18T05:52:01.007110+0000 mon.smithi142 (mon.0) 954 : cluster [INF] Cluster is now healthy 2024-01-18T05:52:03.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:03 smithi142 bash[16247]: cluster 2024-01-18T05:52:02.003850+0000 mgr.smithi142.tzoxhd (mgr.14182) 1217 : cluster [DBG] pgmap v788: 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-18T05:52:03.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:03 smithi162 bash[19760]: cluster 2024-01-18T05:52:02.003850+0000 mgr.smithi142.tzoxhd (mgr.14182) 1217 : cluster [DBG] pgmap v788: 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-18T05:52:03.509 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:03.509 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:49:51.361545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dypvul on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:55.693895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.tttwom on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-tttwom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.tttwom\nDeploy daemon haproxy.nfs.foo.smithi162.tttwom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.607605Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.pdgpvc on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-pdgpvc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.pdgpvc\nDeploy daemon haproxy.nfs.foo.smithi142.pdgpvc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:50:59.609714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pjozdl on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:04.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:04.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:04 smithi142 bash[16247]: audit 2024-01-18T05:52:03.966474+0000 mon.smithi142 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zhwapd"}]: dispatch 2024-01-18T05:52:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:04 smithi162 bash[19760]: audit 2024-01-18T05:52:03.966474+0000 mon.smithi142 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zhwapd"}]: dispatch 2024-01-18T05:52:05.141 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: audit 2024-01-18T05:52:03.484547+0000 mgr.smithi142.tzoxhd (mgr.14182) 1218 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: cephadm 2024-01-18T05:52:03.965280+0000 mgr.smithi142.tzoxhd (mgr.14182) 1219 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: cephadm 2024-01-18T05:52:03.965826+0000 mgr.smithi142.tzoxhd (mgr.14182) 1220 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: cephadm 2024-01-18T05:52:03.968257+0000 mgr.smithi142.tzoxhd (mgr.14182) 1221 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: cephadm 2024-01-18T05:52:03.973263+0000 mgr.smithi142.tzoxhd (mgr.14182) 1222 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.fwzpet on smithi142 2024-01-18T05:52:05.324 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:05 smithi142 bash[16247]: cluster 2024-01-18T05:52:04.004853+0000 mgr.smithi142.tzoxhd (mgr.14182) 1223 : cluster [DBG] pgmap v789: 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-18T05:52:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: audit 2024-01-18T05:52:03.484547+0000 mgr.smithi142.tzoxhd (mgr.14182) 1218 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: cephadm 2024-01-18T05:52:03.965280+0000 mgr.smithi142.tzoxhd (mgr.14182) 1219 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:52:05.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: cephadm 2024-01-18T05:52:03.965826+0000 mgr.smithi142.tzoxhd (mgr.14182) 1220 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: cephadm 2024-01-18T05:52:03.968257+0000 mgr.smithi142.tzoxhd (mgr.14182) 1221 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.zhwapd ... 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:05.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:05.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:05.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:05.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: cephadm 2024-01-18T05:52:03.973263+0000 mgr.smithi142.tzoxhd (mgr.14182) 1222 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.fwzpet on smithi142 2024-01-18T05:52:05.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:05 smithi162 bash[19760]: cluster 2024-01-18T05:52:04.004853+0000 mgr.smithi142.tzoxhd (mgr.14182) 1223 : cluster [DBG] pgmap v789: 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-18T05:52:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:07 smithi142 bash[16247]: cluster 2024-01-18T05:52:06.005780+0000 mgr.smithi142.tzoxhd (mgr.14182) 1224 : cluster [DBG] pgmap v790: 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-18T05:52:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:07 smithi162 bash[19760]: cluster 2024-01-18T05:52:06.005780+0000 mgr.smithi142.tzoxhd (mgr.14182) 1224 : cluster [DBG] pgmap v790: 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-18T05:52:08.093 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:08 smithi142 bash[16247]: audit 2024-01-18T05:52:07.925982+0000 mon.smithi142 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.fwzpet"}]: dispatch 2024-01-18T05:52:08.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:08 smithi162 bash[19760]: audit 2024-01-18T05:52:07.925982+0000 mon.smithi142 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.fwzpet"}]: dispatch 2024-01-18T05:52:08.549 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:08.549 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:09.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cephadm 2024-01-18T05:52:07.925046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cephadm 2024-01-18T05:52:07.925294+0000 mgr.smithi142.tzoxhd (mgr.14182) 1226 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cephadm 2024-01-18T05:52:07.927766+0000 mgr.smithi142.tzoxhd (mgr.14182) 1227 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:52:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cephadm 2024-01-18T05:52:07.932207+0000 mgr.smithi142.tzoxhd (mgr.14182) 1228 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cephadm 2024-01-18T05:52:07.936335+0000 mgr.smithi142.tzoxhd (mgr.14182) 1229 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cluster 2024-01-18T05:52:07.937638+0000 mgr.smithi142.tzoxhd (mgr.14182) 1230 : cluster [DBG] pgmap v791: 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-18T05:52:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:09 smithi162 bash[19760]: cluster 2024-01-18T05:52:08.046513+0000 mon.smithi142 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cephadm 2024-01-18T05:52:07.925046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1225 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cephadm 2024-01-18T05:52:07.925294+0000 mgr.smithi142.tzoxhd (mgr.14182) 1226 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cephadm 2024-01-18T05:52:07.927766+0000 mgr.smithi142.tzoxhd (mgr.14182) 1227 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.fwzpet ... 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cephadm 2024-01-18T05:52:07.932207+0000 mgr.smithi142.tzoxhd (mgr.14182) 1228 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:52:09.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cephadm 2024-01-18T05:52:07.936335+0000 mgr.smithi142.tzoxhd (mgr.14182) 1229 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:52:09.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cluster 2024-01-18T05:52:07.937638+0000 mgr.smithi142.tzoxhd (mgr.14182) 1230 : cluster [DBG] pgmap v791: 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-18T05:52:09.574 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:09 smithi142 bash[16247]: cluster 2024-01-18T05:52:08.046513+0000 mon.smithi142 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:52:10.246 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:10 smithi162 bash[19760]: audit 2024-01-18T05:52:08.529256+0000 mgr.smithi142.tzoxhd (mgr.14182) 1231 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:10 smithi162 bash[19760]: audit 2024-01-18T05:52:09.619023+0000 mon.smithi142 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:10.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:10 smithi142 bash[16247]: audit 2024-01-18T05:52:08.529256+0000 mgr.smithi142.tzoxhd (mgr.14182) 1231 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:10.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:10 smithi142 bash[16247]: audit 2024-01-18T05:52:09.619023+0000 mon.smithi142 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:52:11.343 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:11 smithi142 bash[16247]: cluster 2024-01-18T05:52:09.938716+0000 mgr.smithi142.tzoxhd (mgr.14182) 1232 : cluster [DBG] pgmap v792: 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-18T05:52:11.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:11 smithi162 bash[19760]: cluster 2024-01-18T05:52:09.938716+0000 mgr.smithi142.tzoxhd (mgr.14182) 1232 : cluster [DBG] pgmap v792: 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-18T05:52:13.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:13 smithi142 bash[16247]: cluster 2024-01-18T05:52:11.939331+0000 mgr.smithi142.tzoxhd (mgr.14182) 1233 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:13 smithi162 bash[19760]: cluster 2024-01-18T05:52:11.939331+0000 mgr.smithi142.tzoxhd (mgr.14182) 1233 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:13.446 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:13.446 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:14.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:15.093 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:15.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:15 smithi162 bash[19760]: audit 2024-01-18T05:52:13.419634+0000 mgr.smithi142.tzoxhd (mgr.14182) 1234 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:15.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:15 smithi162 bash[19760]: cluster 2024-01-18T05:52:13.940325+0000 mgr.smithi142.tzoxhd (mgr.14182) 1235 : 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-18T05:52:15.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:15 smithi142 bash[16247]: audit 2024-01-18T05:52:13.419634+0000 mgr.smithi142.tzoxhd (mgr.14182) 1234 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:15.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:15 smithi142 bash[16247]: cluster 2024-01-18T05:52:13.940325+0000 mgr.smithi142.tzoxhd (mgr.14182) 1235 : 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-18T05:52:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:17 smithi162 bash[19760]: cluster 2024-01-18T05:52:15.941124+0000 mgr.smithi142.tzoxhd (mgr.14182) 1236 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:17.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:17 smithi142 bash[16247]: cluster 2024-01-18T05:52:15.941124+0000 mgr.smithi142.tzoxhd (mgr.14182) 1236 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:18.258 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:18.258 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:18.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:19.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:19 smithi162 bash[19760]: cluster 2024-01-18T05:52:17.941870+0000 mgr.smithi142.tzoxhd (mgr.14182) 1237 : cluster [DBG] pgmap v796: 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-18T05:52:19.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:19 smithi142 bash[16247]: cluster 2024-01-18T05:52:17.941870+0000 mgr.smithi142.tzoxhd (mgr.14182) 1237 : cluster [DBG] pgmap v796: 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-18T05:52:19.845 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:20.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:20 smithi142 bash[16247]: audit 2024-01-18T05:52:18.235926+0000 mgr.smithi142.tzoxhd (mgr.14182) 1238 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:20.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:20 smithi162 bash[19760]: audit 2024-01-18T05:52:18.235926+0000 mgr.smithi142.tzoxhd (mgr.14182) 1238 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:21.332 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:21 smithi142 bash[16247]: cluster 2024-01-18T05:52:19.942607+0000 mgr.smithi142.tzoxhd (mgr.14182) 1239 : 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-18T05:52:21.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:21 smithi162 bash[19760]: cluster 2024-01-18T05:52:19.942607+0000 mgr.smithi142.tzoxhd (mgr.14182) 1239 : 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-18T05:52:23.074 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:23.074 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:23.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:23 smithi162 bash[19760]: cluster 2024-01-18T05:52:21.943721+0000 mgr.smithi142.tzoxhd (mgr.14182) 1240 : 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-18T05:52:23.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:23 smithi142 bash[16247]: cluster 2024-01-18T05:52:21.943721+0000 mgr.smithi142.tzoxhd (mgr.14182) 1240 : 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-18T05:52:23.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:24.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:24 smithi142 bash[16247]: audit 2024-01-18T05:52:23.050042+0000 mgr.smithi142.tzoxhd (mgr.14182) 1241 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:24.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:24 smithi162 bash[19760]: audit 2024-01-18T05:52:23.050042+0000 mgr.smithi142.tzoxhd (mgr.14182) 1241 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:24.677 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:25.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:25 smithi142 bash[16247]: cluster 2024-01-18T05:52:23.945005+0000 mgr.smithi142.tzoxhd (mgr.14182) 1242 : 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-18T05:52:25.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:25 smithi162 bash[19760]: cluster 2024-01-18T05:52:23.945005+0000 mgr.smithi142.tzoxhd (mgr.14182) 1242 : 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-18T05:52:27.417 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:27 smithi142 bash[16247]: cluster 2024-01-18T05:52:25.946191+0000 mgr.smithi142.tzoxhd (mgr.14182) 1243 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:27.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:27 smithi162 bash[19760]: cluster 2024-01-18T05:52:25.946191+0000 mgr.smithi142.tzoxhd (mgr.14182) 1243 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:27.843 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:27.843 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:28.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:29.439 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:29.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:29 smithi142 bash[16247]: audit 2024-01-18T05:52:27.821444+0000 mgr.smithi142.tzoxhd (mgr.14182) 1244 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:29.451 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:29 smithi142 bash[16247]: cluster 2024-01-18T05:52:27.947192+0000 mgr.smithi142.tzoxhd (mgr.14182) 1245 : cluster [DBG] pgmap v801: 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-18T05:52:29.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:29 smithi162 bash[19760]: audit 2024-01-18T05:52:27.821444+0000 mgr.smithi142.tzoxhd (mgr.14182) 1244 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:29.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:29 smithi162 bash[19760]: cluster 2024-01-18T05:52:27.947192+0000 mgr.smithi142.tzoxhd (mgr.14182) 1245 : cluster [DBG] pgmap v801: 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-18T05:52:31.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:30 smithi142 bash[16247]: cluster 2024-01-18T05:52:29.948428+0000 mgr.smithi142.tzoxhd (mgr.14182) 1246 : 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-18T05:52:31.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:30 smithi162 bash[19760]: cluster 2024-01-18T05:52:29.948428+0000 mgr.smithi142.tzoxhd (mgr.14182) 1246 : 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-18T05:52:32.530 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:32.530 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:33.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:33.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:33 smithi142 bash[16247]: cluster 2024-01-18T05:52:31.949215+0000 mgr.smithi142.tzoxhd (mgr.14182) 1247 : 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-18T05:52:33.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:33 smithi162 bash[19760]: cluster 2024-01-18T05:52:31.949215+0000 mgr.smithi142.tzoxhd (mgr.14182) 1247 : 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-18T05:52:34.159 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:34.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:34 smithi142 bash[16247]: audit 2024-01-18T05:52:32.510685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1248 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:34.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:34 smithi162 bash[19760]: audit 2024-01-18T05:52:32.510685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1248 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:35.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:35 smithi142 bash[16247]: cluster 2024-01-18T05:52:33.950450+0000 mgr.smithi142.tzoxhd (mgr.14182) 1249 : 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-18T05:52:35.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:35 smithi162 bash[19760]: cluster 2024-01-18T05:52:33.950450+0000 mgr.smithi142.tzoxhd (mgr.14182) 1249 : 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-18T05:52:37.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:37 smithi142 bash[16247]: cluster 2024-01-18T05:52:35.951660+0000 mgr.smithi142.tzoxhd (mgr.14182) 1250 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:37.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:37 smithi162 bash[19760]: cluster 2024-01-18T05:52:35.951660+0000 mgr.smithi142.tzoxhd (mgr.14182) 1250 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:37.447 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:37.447 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:38.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:39.126 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:39.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:39 smithi142 bash[16247]: audit 2024-01-18T05:52:37.427802+0000 mgr.smithi142.tzoxhd (mgr.14182) 1251 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:39.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:39 smithi142 bash[16247]: cluster 2024-01-18T05:52:37.952525+0000 mgr.smithi142.tzoxhd (mgr.14182) 1252 : cluster [DBG] pgmap v806: 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-18T05:52:39.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:39 smithi162 bash[19760]: audit 2024-01-18T05:52:37.427802+0000 mgr.smithi142.tzoxhd (mgr.14182) 1251 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:39.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:39 smithi162 bash[19760]: cluster 2024-01-18T05:52:37.952525+0000 mgr.smithi142.tzoxhd (mgr.14182) 1252 : cluster [DBG] pgmap v806: 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-18T05:52:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:40 smithi142 bash[16247]: cluster 2024-01-18T05:52:39.953810+0000 mgr.smithi142.tzoxhd (mgr.14182) 1253 : 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-18T05:52:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:40 smithi162 bash[19760]: cluster 2024-01-18T05:52:39.953810+0000 mgr.smithi142.tzoxhd (mgr.14182) 1253 : 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-18T05:52:42.339 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:42.339 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:42.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:43.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:43 smithi142 bash[16247]: cluster 2024-01-18T05:52:41.954719+0000 mgr.smithi142.tzoxhd (mgr.14182) 1254 : 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-18T05:52:43.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:43 smithi162 bash[19760]: cluster 2024-01-18T05:52:41.954719+0000 mgr.smithi142.tzoxhd (mgr.14182) 1254 : 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-18T05:52:43.968 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:44.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:44 smithi142 bash[16247]: audit 2024-01-18T05:52:42.314718+0000 mgr.smithi142.tzoxhd (mgr.14182) 1255 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:44 smithi162 bash[19760]: audit 2024-01-18T05:52:42.314718+0000 mgr.smithi142.tzoxhd (mgr.14182) 1255 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:45.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:45 smithi142 bash[16247]: cluster 2024-01-18T05:52:43.955958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1256 : 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-18T05:52:45.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:45 smithi162 bash[19760]: cluster 2024-01-18T05:52:43.955958+0000 mgr.smithi142.tzoxhd (mgr.14182) 1256 : 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-18T05:52:47.065 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:47.065 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:47.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:47 smithi142 bash[16247]: cluster 2024-01-18T05:52:45.957174+0000 mgr.smithi142.tzoxhd (mgr.14182) 1257 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:47.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:47 smithi162 bash[19760]: cluster 2024-01-18T05:52:45.957174+0000 mgr.smithi142.tzoxhd (mgr.14182) 1257 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:47.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:48.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:48 smithi142 bash[16247]: audit 2024-01-18T05:52:47.042065+0000 mgr.smithi142.tzoxhd (mgr.14182) 1258 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:48.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:48 smithi162 bash[19760]: audit 2024-01-18T05:52:47.042065+0000 mgr.smithi142.tzoxhd (mgr.14182) 1258 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:48.714 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:49.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:49 smithi162 bash[19760]: cluster 2024-01-18T05:52:47.958484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1259 : cluster [DBG] pgmap v811: 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-18T05:52:49.490 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:49 smithi142 bash[16247]: cluster 2024-01-18T05:52:47.958484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1259 : cluster [DBG] pgmap v811: 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-18T05:52:51.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:50 smithi142 bash[16247]: cluster 2024-01-18T05:52:49.959820+0000 mgr.smithi142.tzoxhd (mgr.14182) 1260 : 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-18T05:52:51.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:50 smithi162 bash[19760]: cluster 2024-01-18T05:52:49.959820+0000 mgr.smithi142.tzoxhd (mgr.14182) 1260 : 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-18T05:52:51.916 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:51.916 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:52.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:53 smithi142 bash[16247]: audit 2024-01-18T05:52:51.889020+0000 mgr.smithi142.tzoxhd (mgr.14182) 1261 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:53.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:53 smithi142 bash[16247]: cluster 2024-01-18T05:52:51.960621+0000 mgr.smithi142.tzoxhd (mgr.14182) 1262 : 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-18T05:52:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:53 smithi162 bash[19760]: audit 2024-01-18T05:52:51.889020+0000 mgr.smithi142.tzoxhd (mgr.14182) 1261 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:53.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:53 smithi162 bash[19760]: cluster 2024-01-18T05:52:51.960621+0000 mgr.smithi142.tzoxhd (mgr.14182) 1262 : 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-18T05:52:53.569 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:55.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:55 smithi142 bash[16247]: cluster 2024-01-18T05:52:53.961923+0000 mgr.smithi142.tzoxhd (mgr.14182) 1263 : 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-18T05:52:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:55 smithi162 bash[19760]: cluster 2024-01-18T05:52:53.961923+0000 mgr.smithi142.tzoxhd (mgr.14182) 1263 : 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-18T05:52:56.681 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:52:56.681 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:52:57.295 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:57 smithi142 bash[16247]: cluster 2024-01-18T05:52:55.963176+0000 mgr.smithi142.tzoxhd (mgr.14182) 1264 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:57.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:52:57.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:57 smithi162 bash[19760]: cluster 2024-01-18T05:52:55.963176+0000 mgr.smithi142.tzoxhd (mgr.14182) 1264 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:52:58.297 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:52:58.310 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:58 smithi142 bash[16247]: audit 2024-01-18T05:52:56.655842+0000 mgr.smithi142.tzoxhd (mgr.14182) 1265 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:58 smithi162 bash[19760]: audit 2024-01-18T05:52:56.655842+0000 mgr.smithi142.tzoxhd (mgr.14182) 1265 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:52:59.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:52:59 smithi142 bash[16247]: cluster 2024-01-18T05:52:57.964377+0000 mgr.smithi142.tzoxhd (mgr.14182) 1266 : cluster [DBG] pgmap v816: 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-18T05:52:59.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:52:59 smithi162 bash[19760]: cluster 2024-01-18T05:52:57.964377+0000 mgr.smithi142.tzoxhd (mgr.14182) 1266 : cluster [DBG] pgmap v816: 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-18T05:53:01.315 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:01.315 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:01.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:00 smithi142 bash[16247]: cluster 2024-01-18T05:52:59.965573+0000 mgr.smithi142.tzoxhd (mgr.14182) 1267 : 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-18T05:53:01.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:00 smithi162 bash[19760]: cluster 2024-01-18T05:52:59.965573+0000 mgr.smithi142.tzoxhd (mgr.14182) 1267 : 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-18T05:53:01.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:02.935 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:03.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:03 smithi142 bash[16247]: audit 2024-01-18T05:53:01.288429+0000 mgr.smithi142.tzoxhd (mgr.14182) 1268 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:03.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:03 smithi142 bash[16247]: cluster 2024-01-18T05:53:01.966720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1269 : 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-18T05:53:03.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:03 smithi162 bash[19760]: audit 2024-01-18T05:53:01.288429+0000 mgr.smithi142.tzoxhd (mgr.14182) 1268 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:03.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:03 smithi162 bash[19760]: cluster 2024-01-18T05:53:01.966720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1269 : 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-18T05:53:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:05 smithi142 bash[16247]: cluster 2024-01-18T05:53:03.968268+0000 mgr.smithi142.tzoxhd (mgr.14182) 1270 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:05 smithi162 bash[19760]: cluster 2024-01-18T05:53:03.968268+0000 mgr.smithi142.tzoxhd (mgr.14182) 1270 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:06.130 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:06.130 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:06.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:07 smithi142 bash[16247]: cluster 2024-01-18T05:53:05.969456+0000 mgr.smithi142.tzoxhd (mgr.14182) 1271 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:07.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:07 smithi142 bash[16247]: audit 2024-01-18T05:53:06.104241+0000 mgr.smithi142.tzoxhd (mgr.14182) 1272 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:07 smithi162 bash[19760]: cluster 2024-01-18T05:53:05.969456+0000 mgr.smithi142.tzoxhd (mgr.14182) 1271 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:07.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:07 smithi162 bash[19760]: audit 2024-01-18T05:53:06.104241+0000 mgr.smithi142.tzoxhd (mgr.14182) 1272 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:07.749 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:08.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:08 smithi142 bash[16247]: audit 2024-01-18T05:53:07.941884+0000 mon.smithi142 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:53:08.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:08 smithi162 bash[19760]: audit 2024-01-18T05:53:07.941884+0000 mon.smithi142 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: cluster 2024-01-18T05:53:07.970420+0000 mgr.smithi142.tzoxhd (mgr.14182) 1273 : cluster [DBG] pgmap v821: 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-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: audit 2024-01-18T05:53:08.260183+0000 mon.smithi142 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: audit 2024-01-18T05:53:08.261710+0000 mon.smithi142 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: audit 2024-01-18T05:53:08.270601+0000 mon.smithi142 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: audit 2024-01-18T05:53:08.275963+0000 mon.smithi142 (mon.0) 963 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:53:09.136 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:09 smithi142 bash[16247]: audit 2024-01-18T05:53:08.290013+0000 mon.smithi142 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: cluster 2024-01-18T05:53:07.970420+0000 mgr.smithi142.tzoxhd (mgr.14182) 1273 : cluster [DBG] pgmap v821: 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-18T05:53:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: audit 2024-01-18T05:53:08.260183+0000 mon.smithi142 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:53:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: audit 2024-01-18T05:53:08.261710+0000 mon.smithi142 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:53:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: audit 2024-01-18T05:53:08.270601+0000 mon.smithi142 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: audit 2024-01-18T05:53:08.275963+0000 mon.smithi142 (mon.0) 963 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:53:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:09 smithi162 bash[19760]: audit 2024-01-18T05:53:08.290013+0000 mon.smithi142 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:10.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:10 smithi142 bash[16247]: cluster 2024-01-18T05:53:08.271300+0000 mgr.smithi142.tzoxhd (mgr.14182) 1274 : 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-18T05:53:10.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:10 smithi142 bash[16247]: cephadm 2024-01-18T05:53:08.293190+0000 mgr.smithi142.tzoxhd (mgr.14182) 1275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.qmwtmc on smithi162 2024-01-18T05:53:10.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:10 smithi142 bash[16247]: cluster 2024-01-18T05:53:09.266938+0000 mon.smithi142 (mon.0) 965 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:53:10.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:10 smithi142 bash[16247]: cluster 2024-01-18T05:53:09.267011+0000 mon.smithi142 (mon.0) 966 : cluster [INF] Cluster is now healthy 2024-01-18T05:53:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:10 smithi162 bash[19760]: cluster 2024-01-18T05:53:08.271300+0000 mgr.smithi142.tzoxhd (mgr.14182) 1274 : 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-18T05:53:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:10 smithi162 bash[19760]: cephadm 2024-01-18T05:53:08.293190+0000 mgr.smithi142.tzoxhd (mgr.14182) 1275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.qmwtmc on smithi162 2024-01-18T05:53:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:10 smithi162 bash[19760]: cluster 2024-01-18T05:53:09.266938+0000 mon.smithi142 (mon.0) 965 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:53:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:10 smithi162 bash[19760]: cluster 2024-01-18T05:53:09.267011+0000 mon.smithi142 (mon.0) 966 : cluster [INF] Cluster is now healthy 2024-01-18T05:53:10.907 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:10.907 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:50:59.611384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.yzvspq on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:11.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:12.251 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:12 smithi142 bash[16247]: cluster 2024-01-18T05:53:10.272365+0000 mgr.smithi142.tzoxhd (mgr.14182) 1276 : 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-18T05:53:12.251 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:12 smithi142 bash[16247]: audit 2024-01-18T05:53:10.879717+0000 mgr.smithi142.tzoxhd (mgr.14182) 1277 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:12.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:12 smithi162 bash[19760]: cluster 2024-01-18T05:53:10.272365+0000 mgr.smithi142.tzoxhd (mgr.14182) 1276 : 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-18T05:53:12.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:12 smithi162 bash[19760]: audit 2024-01-18T05:53:10.879717+0000 mgr.smithi142.tzoxhd (mgr.14182) 1277 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:12.544 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:13.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:13 smithi162 bash[19760]: audit 2024-01-18T05:53:12.237994+0000 mon.smithi142 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.qmwtmc"}]: dispatch 2024-01-18T05:53:13.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:13 smithi142 bash[16247]: audit 2024-01-18T05:53:12.237994+0000 mon.smithi142 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.qmwtmc"}]: dispatch 2024-01-18T05:53:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: cephadm 2024-01-18T05:53:12.236835+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:53:14.321 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: cephadm 2024-01-18T05:53:12.237336+0000 mgr.smithi142.tzoxhd (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: cephadm 2024-01-18T05:53:12.239823+0000 mgr.smithi142.tzoxhd (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.322 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: cephadm 2024-01-18T05:53:12.244772+0000 mgr.smithi142.tzoxhd (mgr.14182) 1281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.atucah on smithi142 2024-01-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: cluster 2024-01-18T05:53:12.273011+0000 mgr.smithi142.tzoxhd (mgr.14182) 1282 : cluster [DBG] pgmap v824: 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-18T05:53:14.323 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:14 smithi142 bash[16247]: audit 2024-01-18T05:53:13.533405+0000 mon.smithi142 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: cephadm 2024-01-18T05:53:12.236835+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: cephadm 2024-01-18T05:53:12.237336+0000 mgr.smithi142.tzoxhd (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: cephadm 2024-01-18T05:53:12.239823+0000 mgr.smithi142.tzoxhd (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:14.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qmwtmc ... 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: cephadm 2024-01-18T05:53:12.244772+0000 mgr.smithi142.tzoxhd (mgr.14182) 1281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.atucah on smithi142 2024-01-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: cluster 2024-01-18T05:53:12.273011+0000 mgr.smithi142.tzoxhd (mgr.14182) 1282 : cluster [DBG] pgmap v824: 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-18T05:53:14.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:14 smithi162 bash[19760]: audit 2024-01-18T05:53:13.533405+0000 mon.smithi142 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:15.712 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:15.712 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:03.967968Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zhwapd on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-zhwapd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.zhwapd\nDeploy daemon haproxy.nfs.foo.smithi162.zhwapd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.927474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.fwzpet on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-fwzpet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.fwzpet\nDeploy daemon haproxy.nfs.foo.smithi142.fwzpet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:52:07.931960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxzrjp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:16.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:16 smithi162 bash[19760]: cluster 2024-01-18T05:53:14.274183+0000 mgr.smithi142.tzoxhd (mgr.14182) 1283 : cluster [DBG] pgmap v825: 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-18T05:53:16.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:16 smithi142 bash[16247]: cluster 2024-01-18T05:53:14.274183+0000 mgr.smithi142.tzoxhd (mgr.14182) 1283 : cluster [DBG] pgmap v825: 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-18T05:53:16.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:17 smithi162 bash[19760]: audit 2024-01-18T05:53:15.685776+0000 mgr.smithi142.tzoxhd (mgr.14182) 1284 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:17 smithi162 bash[19760]: audit 2024-01-18T05:53:16.282987+0000 mon.smithi142 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.atucah"}]: dispatch 2024-01-18T05:53:17.383 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:17.395 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:17 smithi142 bash[16247]: audit 2024-01-18T05:53:15.685776+0000 mgr.smithi142.tzoxhd (mgr.14182) 1284 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:17.395 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:17 smithi142 bash[16247]: audit 2024-01-18T05:53:16.282987+0000 mon.smithi142 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.atucah"}]: dispatch 2024-01-18T05:53:18.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cluster 2024-01-18T05:53:16.274918+0000 mgr.smithi142.tzoxhd (mgr.14182) 1285 : cluster [DBG] pgmap v826: 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-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cephadm 2024-01-18T05:53:16.282177+0000 mgr.smithi142.tzoxhd (mgr.14182) 1286 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:53:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cephadm 2024-01-18T05:53:16.282437+0000 mgr.smithi142.tzoxhd (mgr.14182) 1287 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cephadm 2024-01-18T05:53:16.284274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1288 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cephadm 2024-01-18T05:53:16.286236+0000 mgr.smithi142.tzoxhd (mgr.14182) 1289 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cephadm 2024-01-18T05:53:16.287786+0000 mgr.smithi142.tzoxhd (mgr.14182) 1290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cluster 2024-01-18T05:53:16.288442+0000 mgr.smithi142.tzoxhd (mgr.14182) 1291 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:53:18.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:18 smithi162 bash[19760]: cluster 2024-01-18T05:53:17.078876+0000 mon.smithi142 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:53:18.483 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cluster 2024-01-18T05:53:16.274918+0000 mgr.smithi142.tzoxhd (mgr.14182) 1285 : cluster [DBG] pgmap v826: 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-18T05:53:18.483 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cephadm 2024-01-18T05:53:16.282177+0000 mgr.smithi142.tzoxhd (mgr.14182) 1286 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.483 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.483 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.483 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:53:18.484 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cephadm 2024-01-18T05:53:16.282437+0000 mgr.smithi142.tzoxhd (mgr.14182) 1287 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.485 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cephadm 2024-01-18T05:53:16.284274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1288 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.atucah ... 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cephadm 2024-01-18T05:53:16.286236+0000 mgr.smithi142.tzoxhd (mgr.14182) 1289 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cephadm 2024-01-18T05:53:16.287786+0000 mgr.smithi142.tzoxhd (mgr.14182) 1290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:53:18.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cluster 2024-01-18T05:53:16.288442+0000 mgr.smithi142.tzoxhd (mgr.14182) 1291 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T05:53:18.487 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:18 smithi142 bash[16247]: cluster 2024-01-18T05:53:17.078876+0000 mon.smithi142 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:53:20.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:20 smithi162 bash[19760]: cluster 2024-01-18T05:53:18.289601+0000 mgr.smithi142.tzoxhd (mgr.14182) 1292 : cluster [DBG] pgmap v828: 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-18T05:53:20.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:20 smithi162 bash[19760]: audit 2024-01-18T05:53:19.674733+0000 mon.smithi142 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:20.539 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:20.539 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:20.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:20 smithi142 bash[16247]: cluster 2024-01-18T05:53:18.289601+0000 mgr.smithi142.tzoxhd (mgr.14182) 1292 : cluster [DBG] pgmap v828: 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-18T05:53:20.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:20 smithi142 bash[16247]: audit 2024-01-18T05:53:19.674733+0000 mon.smithi142 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:21.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:22.179 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:22.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:22 smithi142 bash[16247]: cluster 2024-01-18T05:53:20.290863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1293 : cluster [DBG] pgmap v829: 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-18T05:53:22.192 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:22 smithi142 bash[16247]: audit 2024-01-18T05:53:20.511978+0000 mgr.smithi142.tzoxhd (mgr.14182) 1294 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:22 smithi162 bash[19760]: cluster 2024-01-18T05:53:20.290863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1293 : cluster [DBG] pgmap v829: 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-18T05:53:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:22 smithi162 bash[19760]: audit 2024-01-18T05:53:20.511978+0000 mgr.smithi142.tzoxhd (mgr.14182) 1294 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:24.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:24 smithi142 bash[16247]: cluster 2024-01-18T05:53:22.291921+0000 mgr.smithi142.tzoxhd (mgr.14182) 1295 : cluster [DBG] pgmap v830: 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-18T05:53:24.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:24 smithi162 bash[19760]: cluster 2024-01-18T05:53:22.291921+0000 mgr.smithi142.tzoxhd (mgr.14182) 1295 : cluster [DBG] pgmap v830: 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-18T05:53:25.403 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:25.403 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:25.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:26.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:26 smithi142 bash[16247]: cluster 2024-01-18T05:53:24.293305+0000 mgr.smithi142.tzoxhd (mgr.14182) 1296 : cluster [DBG] pgmap v831: 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-18T05:53:26.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:26 smithi162 bash[19760]: cluster 2024-01-18T05:53:24.293305+0000 mgr.smithi142.tzoxhd (mgr.14182) 1296 : cluster [DBG] pgmap v831: 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-18T05:53:26.958 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:27.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:27 smithi142 bash[16247]: audit 2024-01-18T05:53:25.375733+0000 mgr.smithi142.tzoxhd (mgr.14182) 1297 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:27.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:27 smithi162 bash[19760]: audit 2024-01-18T05:53:25.375733+0000 mgr.smithi142.tzoxhd (mgr.14182) 1297 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:28.356 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:28 smithi142 bash[16247]: cluster 2024-01-18T05:53:26.294436+0000 mgr.smithi142.tzoxhd (mgr.14182) 1298 : cluster [DBG] pgmap v832: 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-18T05:53:28.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:28 smithi162 bash[19760]: cluster 2024-01-18T05:53:26.294436+0000 mgr.smithi142.tzoxhd (mgr.14182) 1298 : cluster [DBG] pgmap v832: 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-18T05:53:29.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:29 smithi142 bash[16247]: cluster 2024-01-18T05:53:28.295645+0000 mgr.smithi142.tzoxhd (mgr.14182) 1299 : cluster [DBG] pgmap v833: 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-18T05:53:29.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:29 smithi142 bash[16247]: audit 2024-01-18T05:53:28.534414+0000 mon.smithi142 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:29 smithi162 bash[19760]: cluster 2024-01-18T05:53:28.295645+0000 mgr.smithi142.tzoxhd (mgr.14182) 1299 : cluster [DBG] pgmap v833: 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-18T05:53:29.871 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:29 smithi162 bash[19760]: audit 2024-01-18T05:53:28.534414+0000 mon.smithi142 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:53:30.107 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:30.108 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:30.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:31.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:30 smithi142 bash[16247]: audit 2024-01-18T05:53:30.080158+0000 mgr.smithi142.tzoxhd (mgr.14182) 1300 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:31.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:30 smithi162 bash[19760]: audit 2024-01-18T05:53:30.080158+0000 mgr.smithi142.tzoxhd (mgr.14182) 1300 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:31.738 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:32.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:31 smithi142 bash[16247]: cluster 2024-01-18T05:53:30.297045+0000 mgr.smithi142.tzoxhd (mgr.14182) 1301 : 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-18T05:53:32.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:31 smithi162 bash[19760]: cluster 2024-01-18T05:53:30.297045+0000 mgr.smithi142.tzoxhd (mgr.14182) 1301 : 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-18T05:53:34.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:33 smithi142 bash[16247]: cluster 2024-01-18T05:53:32.297980+0000 mgr.smithi142.tzoxhd (mgr.14182) 1302 : 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-18T05:53:34.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:33 smithi162 bash[19760]: cluster 2024-01-18T05:53:32.297980+0000 mgr.smithi142.tzoxhd (mgr.14182) 1302 : 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-18T05:53:34.889 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:34.889 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:35.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:36.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:35 smithi142 bash[16247]: cluster 2024-01-18T05:53:34.298843+0000 mgr.smithi142.tzoxhd (mgr.14182) 1303 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:36.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:35 smithi142 bash[16247]: audit 2024-01-18T05:53:34.864113+0000 mgr.smithi142.tzoxhd (mgr.14182) 1304 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:35 smithi162 bash[19760]: cluster 2024-01-18T05:53:34.298843+0000 mgr.smithi142.tzoxhd (mgr.14182) 1303 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:36.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:35 smithi162 bash[19760]: audit 2024-01-18T05:53:34.864113+0000 mgr.smithi142.tzoxhd (mgr.14182) 1304 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:36.443 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:38.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:37 smithi142 bash[16247]: cluster 2024-01-18T05:53:36.300056+0000 mgr.smithi142.tzoxhd (mgr.14182) 1305 : 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-18T05:53:38.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:37 smithi162 bash[19760]: cluster 2024-01-18T05:53:36.300056+0000 mgr.smithi142.tzoxhd (mgr.14182) 1305 : 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-18T05:53:39.537 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:39.537 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:40.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:39 smithi162 bash[19760]: cluster 2024-01-18T05:53:38.301147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1306 : cluster [DBG] pgmap v838: 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-18T05:53:40.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:40.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:39 smithi142 bash[16247]: cluster 2024-01-18T05:53:38.301147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1306 : cluster [DBG] pgmap v838: 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-18T05:53:41.138 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:41.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:40 smithi142 bash[16247]: audit 2024-01-18T05:53:39.512274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1307 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:41.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:40 smithi162 bash[19760]: audit 2024-01-18T05:53:39.512274+0000 mgr.smithi142.tzoxhd (mgr.14182) 1307 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:42.202 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:41 smithi142 bash[16247]: cluster 2024-01-18T05:53:40.302432+0000 mgr.smithi142.tzoxhd (mgr.14182) 1308 : 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-18T05:53:42.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:41 smithi162 bash[19760]: cluster 2024-01-18T05:53:40.302432+0000 mgr.smithi142.tzoxhd (mgr.14182) 1308 : 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-18T05:53:44.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:43 smithi142 bash[16247]: cluster 2024-01-18T05:53:42.303814+0000 mgr.smithi142.tzoxhd (mgr.14182) 1309 : 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-18T05:53:44.243 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:44.243 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:44.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:43 smithi162 bash[19760]: cluster 2024-01-18T05:53:42.303814+0000 mgr.smithi142.tzoxhd (mgr.14182) 1309 : 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-18T05:53:44.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:45.853 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:46.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:45 smithi142 bash[16247]: audit 2024-01-18T05:53:44.215916+0000 mgr.smithi142.tzoxhd (mgr.14182) 1310 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:46.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:45 smithi142 bash[16247]: cluster 2024-01-18T05:53:44.305173+0000 mgr.smithi142.tzoxhd (mgr.14182) 1311 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:46.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:45 smithi162 bash[19760]: audit 2024-01-18T05:53:44.215916+0000 mgr.smithi142.tzoxhd (mgr.14182) 1310 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:46.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:45 smithi162 bash[19760]: cluster 2024-01-18T05:53:44.305173+0000 mgr.smithi142.tzoxhd (mgr.14182) 1311 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:48.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:47 smithi142 bash[16247]: cluster 2024-01-18T05:53:46.306442+0000 mgr.smithi142.tzoxhd (mgr.14182) 1312 : 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-18T05:53:48.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:47 smithi162 bash[19760]: cluster 2024-01-18T05:53:46.306442+0000 mgr.smithi142.tzoxhd (mgr.14182) 1312 : 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-18T05:53:48.991 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:48.992 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:49.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:50.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:49 smithi142 bash[16247]: cluster 2024-01-18T05:53:48.307647+0000 mgr.smithi142.tzoxhd (mgr.14182) 1313 : cluster [DBG] pgmap v843: 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-18T05:53:50.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:49 smithi142 bash[16247]: audit 2024-01-18T05:53:48.969313+0000 mgr.smithi142.tzoxhd (mgr.14182) 1314 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:50.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:49 smithi162 bash[19760]: cluster 2024-01-18T05:53:48.307647+0000 mgr.smithi142.tzoxhd (mgr.14182) 1313 : cluster [DBG] pgmap v843: 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-18T05:53:50.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:49 smithi162 bash[19760]: audit 2024-01-18T05:53:48.969313+0000 mgr.smithi142.tzoxhd (mgr.14182) 1314 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:50.561 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:52.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:51 smithi142 bash[16247]: cluster 2024-01-18T05:53:50.309387+0000 mgr.smithi142.tzoxhd (mgr.14182) 1315 : 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-18T05:53:52.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:51 smithi162 bash[19760]: cluster 2024-01-18T05:53:50.309387+0000 mgr.smithi142.tzoxhd (mgr.14182) 1315 : 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-18T05:53:53.707 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:53.707 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:54.070 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:53 smithi142 bash[16247]: cluster 2024-01-18T05:53:52.310414+0000 mgr.smithi142.tzoxhd (mgr.14182) 1316 : 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-18T05:53:54.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:53:54.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:53 smithi162 bash[19760]: cluster 2024-01-18T05:53:52.310414+0000 mgr.smithi142.tzoxhd (mgr.14182) 1316 : 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-18T05:53:55.294 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:53:55.305 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:54 smithi142 bash[16247]: audit 2024-01-18T05:53:53.683086+0000 mgr.smithi142.tzoxhd (mgr.14182) 1317 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:55.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:54 smithi162 bash[19760]: audit 2024-01-18T05:53:53.683086+0000 mgr.smithi142.tzoxhd (mgr.14182) 1317 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:53:56.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:55 smithi142 bash[16247]: cluster 2024-01-18T05:53:54.311708+0000 mgr.smithi142.tzoxhd (mgr.14182) 1318 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:56.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:55 smithi162 bash[19760]: cluster 2024-01-18T05:53:54.311708+0000 mgr.smithi142.tzoxhd (mgr.14182) 1318 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:53:58.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:53:57 smithi142 bash[16247]: cluster 2024-01-18T05:53:56.312928+0000 mgr.smithi142.tzoxhd (mgr.14182) 1319 : 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-18T05:53:58.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:53:57 smithi162 bash[19760]: cluster 2024-01-18T05:53:56.312928+0000 mgr.smithi142.tzoxhd (mgr.14182) 1319 : 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-18T05:53:58.451 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:53:58.451 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:53:59.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:00.080 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:00 smithi142 bash[16247]: cluster 2024-01-18T05:53:58.313975+0000 mgr.smithi142.tzoxhd (mgr.14182) 1320 : cluster [DBG] pgmap v848: 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-18T05:54:00.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:00 smithi142 bash[16247]: audit 2024-01-18T05:53:58.426635+0000 mgr.smithi142.tzoxhd (mgr.14182) 1321 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:00 smithi162 bash[19760]: cluster 2024-01-18T05:53:58.313975+0000 mgr.smithi142.tzoxhd (mgr.14182) 1320 : cluster [DBG] pgmap v848: 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-18T05:54:00.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:00 smithi162 bash[19760]: audit 2024-01-18T05:53:58.426635+0000 mgr.smithi142.tzoxhd (mgr.14182) 1321 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:02.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:02 smithi142 bash[16247]: cluster 2024-01-18T05:54:00.315100+0000 mgr.smithi142.tzoxhd (mgr.14182) 1322 : 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-18T05:54:02.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:02 smithi162 bash[19760]: cluster 2024-01-18T05:54:00.315100+0000 mgr.smithi142.tzoxhd (mgr.14182) 1322 : 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-18T05:54:03.357 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:03.357 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:03.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:04.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:04 smithi142 bash[16247]: cluster 2024-01-18T05:54:02.316136+0000 mgr.smithi142.tzoxhd (mgr.14182) 1323 : 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-18T05:54:04.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:04 smithi162 bash[19760]: cluster 2024-01-18T05:54:02.316136+0000 mgr.smithi142.tzoxhd (mgr.14182) 1323 : 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-18T05:54:04.925 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:05.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:05 smithi142 bash[16247]: audit 2024-01-18T05:54:03.338122+0000 mgr.smithi142.tzoxhd (mgr.14182) 1324 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:05.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:05 smithi162 bash[19760]: audit 2024-01-18T05:54:03.338122+0000 mgr.smithi142.tzoxhd (mgr.14182) 1324 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:06.214 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:06 smithi142 bash[16247]: cluster 2024-01-18T05:54:04.317421+0000 mgr.smithi142.tzoxhd (mgr.14182) 1325 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:06.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:06 smithi162 bash[19760]: cluster 2024-01-18T05:54:04.317421+0000 mgr.smithi142.tzoxhd (mgr.14182) 1325 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:07.924 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:07.924 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:08.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:08 smithi142 bash[16247]: cluster 2024-01-18T05:54:06.318308+0000 mgr.smithi142.tzoxhd (mgr.14182) 1326 : 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-18T05:54:08.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:08 smithi162 bash[19760]: cluster 2024-01-18T05:54:06.318308+0000 mgr.smithi142.tzoxhd (mgr.14182) 1326 : 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-18T05:54:08.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:09.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:09 smithi142 bash[16247]: audit 2024-01-18T05:54:07.899479+0000 mgr.smithi142.tzoxhd (mgr.14182) 1327 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:09.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:09 smithi162 bash[19760]: audit 2024-01-18T05:54:07.899479+0000 mgr.smithi142.tzoxhd (mgr.14182) 1327 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:09.598 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:10.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:10 smithi142 bash[16247]: cluster 2024-01-18T05:54:08.319478+0000 mgr.smithi142.tzoxhd (mgr.14182) 1328 : cluster [DBG] pgmap v853: 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-18T05:54:10.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:10 smithi162 bash[19760]: cluster 2024-01-18T05:54:08.319478+0000 mgr.smithi142.tzoxhd (mgr.14182) 1328 : cluster [DBG] pgmap v853: 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-18T05:54:12.273 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:12 smithi142 bash[16247]: cluster 2024-01-18T05:54:10.320806+0000 mgr.smithi142.tzoxhd (mgr.14182) 1329 : 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-18T05:54:12.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:12 smithi162 bash[19760]: cluster 2024-01-18T05:54:10.320806+0000 mgr.smithi142.tzoxhd (mgr.14182) 1329 : 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-18T05:54:12.708 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:12.708 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:13.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:14 smithi142 bash[16247]: cluster 2024-01-18T05:54:12.321613+0000 mgr.smithi142.tzoxhd (mgr.14182) 1330 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:14.320 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:14 smithi142 bash[16247]: audit 2024-01-18T05:54:12.689353+0000 mgr.smithi142.tzoxhd (mgr.14182) 1331 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:14.345 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:14.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:14 smithi162 bash[19760]: cluster 2024-01-18T05:54:12.321613+0000 mgr.smithi142.tzoxhd (mgr.14182) 1330 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:14.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:14 smithi162 bash[19760]: audit 2024-01-18T05:54:12.689353+0000 mgr.smithi142.tzoxhd (mgr.14182) 1331 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:16.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:16 smithi162 bash[19760]: cluster 2024-01-18T05:54:14.322722+0000 mgr.smithi142.tzoxhd (mgr.14182) 1332 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:16.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:16 smithi142 bash[16247]: cluster 2024-01-18T05:54:14.322722+0000 mgr.smithi142.tzoxhd (mgr.14182) 1332 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.291447+0000 mon.smithi142 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.618912+0000 mon.smithi142 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.620477+0000 mon.smithi142 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.629209+0000 mon.smithi142 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.635623+0000 mon.smithi142 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:54:17.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:17 smithi162 bash[19760]: audit 2024-01-18T05:54:16.649976+0000 mon.smithi142 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:17.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.291447+0000 mon.smithi142 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:54:17.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.618912+0000 mon.smithi142 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:54:17.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.620477+0000 mon.smithi142 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:54:17.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.629209+0000 mon.smithi142 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:17.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.635623+0000 mon.smithi142 (mon.0) 977 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:54:17.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:17 smithi142 bash[16247]: audit 2024-01-18T05:54:16.649976+0000 mon.smithi142 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:17.605 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:17.605 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:52:07.936121Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wlruwy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:18.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:18 smithi162 bash[19760]: cluster 2024-01-18T05:54:16.323645+0000 mgr.smithi142.tzoxhd (mgr.14182) 1333 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:18 smithi162 bash[19760]: cluster 2024-01-18T05:54:16.630105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1334 : 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-18T05:54:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:18 smithi162 bash[19760]: cephadm 2024-01-18T05:54:16.653405+0000 mgr.smithi142.tzoxhd (mgr.14182) 1335 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.agsjnt on smithi162 2024-01-18T05:54:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:18 smithi162 bash[19760]: cluster 2024-01-18T05:54:17.061167+0000 mon.smithi142 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:54:18.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:18 smithi162 bash[19760]: cluster 2024-01-18T05:54:17.061267+0000 mon.smithi142 (mon.0) 980 : cluster [INF] Cluster is now healthy 2024-01-18T05:54:18.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:18 smithi142 bash[16247]: cluster 2024-01-18T05:54:16.323645+0000 mgr.smithi142.tzoxhd (mgr.14182) 1333 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:18.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:18 smithi142 bash[16247]: cluster 2024-01-18T05:54:16.630105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1334 : 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-18T05:54:18.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:18 smithi142 bash[16247]: cephadm 2024-01-18T05:54:16.653405+0000 mgr.smithi142.tzoxhd (mgr.14182) 1335 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.agsjnt on smithi162 2024-01-18T05:54:18.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:18 smithi142 bash[16247]: cluster 2024-01-18T05:54:17.061167+0000 mon.smithi142 (mon.0) 979 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:54:18.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:18 smithi142 bash[16247]: cluster 2024-01-18T05:54:17.061267+0000 mon.smithi142 (mon.0) 980 : cluster [INF] Cluster is now healthy 2024-01-18T05:54:19.230 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:19.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:19 smithi162 bash[19760]: audit 2024-01-18T05:54:17.579235+0000 mgr.smithi142.tzoxhd (mgr.14182) 1336 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:19.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:19 smithi142 bash[16247]: audit 2024-01-18T05:54:17.579235+0000 mgr.smithi142.tzoxhd (mgr.14182) 1336 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:20.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:20 smithi162 bash[19760]: cluster 2024-01-18T05:54:18.631043+0000 mgr.smithi142.tzoxhd (mgr.14182) 1337 : cluster [DBG] pgmap v859: 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-18T05:54:20.409 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:20 smithi142 bash[16247]: cluster 2024-01-18T05:54:18.631043+0000 mgr.smithi142.tzoxhd (mgr.14182) 1337 : cluster [DBG] pgmap v859: 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-18T05:54:21.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:21 smithi162 bash[19760]: audit 2024-01-18T05:54:20.527208+0000 mon.smithi142 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.agsjnt"}]: dispatch 2024-01-18T05:54:21.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:21 smithi142 bash[16247]: audit 2024-01-18T05:54:20.527208+0000 mon.smithi142 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.agsjnt"}]: dispatch 2024-01-18T05:54:22.137 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: cephadm 2024-01-18T05:54:20.526147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1338 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.138 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.139 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: cephadm 2024-01-18T05:54:20.526609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1339 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: cephadm 2024-01-18T05:54:20.528365+0000 mgr.smithi142.tzoxhd (mgr.14182) 1340 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.140 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.141 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: cephadm 2024-01-18T05:54:20.532622+0000 mgr.smithi142.tzoxhd (mgr.14182) 1341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.hbuisb on smithi142 2024-01-18T05:54:22.141 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:22 smithi142 bash[16247]: cluster 2024-01-18T05:54:20.631865+0000 mgr.smithi142.tzoxhd (mgr.14182) 1342 : cluster [DBG] pgmap v860: 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-18T05:54:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: cephadm 2024-01-18T05:54:20.526147+0000 mgr.smithi142.tzoxhd (mgr.14182) 1338 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:54:22.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: cephadm 2024-01-18T05:54:20.526609+0000 mgr.smithi142.tzoxhd (mgr.14182) 1339 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: cephadm 2024-01-18T05:54:20.528365+0000 mgr.smithi142.tzoxhd (mgr.14182) 1340 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.agsjnt ... 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: cephadm 2024-01-18T05:54:20.532622+0000 mgr.smithi142.tzoxhd (mgr.14182) 1341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.hbuisb on smithi142 2024-01-18T05:54:22.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:22 smithi162 bash[19760]: cluster 2024-01-18T05:54:20.631865+0000 mgr.smithi142.tzoxhd (mgr.14182) 1342 : cluster [DBG] pgmap v860: 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-18T05:54:22.584 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:22.584 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:12.239518Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qmwtmc on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qmwtmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qmwtmc\nDeploy daemon haproxy.nfs.foo.smithi162.qmwtmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.284089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.atucah on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-atucah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.atucah\nDeploy daemon haproxy.nfs.foo.smithi142.atucah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:53:16.286133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.jcedhu on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:23.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:24.221 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:24.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:24 smithi142 bash[16247]: audit 2024-01-18T05:54:22.557860+0000 mgr.smithi142.tzoxhd (mgr.14182) 1343 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:24.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:24 smithi142 bash[16247]: cluster 2024-01-18T05:54:22.632832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1344 : cluster [DBG] pgmap v861: 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-18T05:54:24.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:24 smithi162 bash[19760]: audit 2024-01-18T05:54:22.557860+0000 mgr.smithi142.tzoxhd (mgr.14182) 1343 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:24.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:24 smithi162 bash[19760]: cluster 2024-01-18T05:54:22.632832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1344 : cluster [DBG] pgmap v861: 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-18T05:54:25.421 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:25 smithi142 bash[16247]: audit 2024-01-18T05:54:24.400985+0000 mon.smithi142 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.hbuisb"}]: dispatch 2024-01-18T05:54:25.422 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:25 smithi142 bash[16247]: audit 2024-01-18T05:54:24.725167+0000 mon.smithi142 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:25.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:25 smithi162 bash[19760]: audit 2024-01-18T05:54:24.400985+0000 mon.smithi142 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.hbuisb"}]: dispatch 2024-01-18T05:54:25.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:25 smithi162 bash[19760]: audit 2024-01-18T05:54:24.725167+0000 mon.smithi142 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cephadm 2024-01-18T05:54:24.399794+0000 mgr.smithi142.tzoxhd (mgr.14182) 1345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cephadm 2024-01-18T05:54:24.400367+0000 mgr.smithi142.tzoxhd (mgr.14182) 1346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cephadm 2024-01-18T05:54:24.402340+0000 mgr.smithi142.tzoxhd (mgr.14182) 1347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cephadm 2024-01-18T05:54:24.406545+0000 mgr.smithi142.tzoxhd (mgr.14182) 1348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cephadm 2024-01-18T05:54:24.410698+0000 mgr.smithi142.tzoxhd (mgr.14182) 1349 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cluster 2024-01-18T05:54:24.411770+0000 mgr.smithi142.tzoxhd (mgr.14182) 1350 : cluster [DBG] pgmap v862: 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-18T05:54:26.573 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:26 smithi142 bash[16247]: cluster 2024-01-18T05:54:25.108666+0000 mon.smithi142 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:54:26.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cephadm 2024-01-18T05:54:24.399794+0000 mgr.smithi142.tzoxhd (mgr.14182) 1345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:54:26.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cephadm 2024-01-18T05:54:24.400367+0000 mgr.smithi142.tzoxhd (mgr.14182) 1346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cephadm 2024-01-18T05:54:24.402340+0000 mgr.smithi142.tzoxhd (mgr.14182) 1347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.hbuisb ... 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cephadm 2024-01-18T05:54:24.406545+0000 mgr.smithi142.tzoxhd (mgr.14182) 1348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cephadm 2024-01-18T05:54:24.410698+0000 mgr.smithi142.tzoxhd (mgr.14182) 1349 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cluster 2024-01-18T05:54:24.411770+0000 mgr.smithi142.tzoxhd (mgr.14182) 1350 : cluster [DBG] pgmap v862: 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-18T05:54:26.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:26 smithi162 bash[19760]: cluster 2024-01-18T05:54:25.108666+0000 mon.smithi142 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:54:27.416 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:27.416 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:27.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:28.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:28 smithi142 bash[16247]: cluster 2024-01-18T05:54:26.412846+0000 mgr.smithi142.tzoxhd (mgr.14182) 1351 : cluster [DBG] pgmap v863: 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-18T05:54:28.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:28 smithi162 bash[19760]: cluster 2024-01-18T05:54:26.412846+0000 mgr.smithi142.tzoxhd (mgr.14182) 1351 : cluster [DBG] pgmap v863: 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-18T05:54:28.961 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:29.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:29 smithi142 bash[16247]: audit 2024-01-18T05:54:27.393044+0000 mgr.smithi142.tzoxhd (mgr.14182) 1352 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:29.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:29 smithi162 bash[19760]: audit 2024-01-18T05:54:27.393044+0000 mgr.smithi142.tzoxhd (mgr.14182) 1352 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:30.245 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:30 smithi142 bash[16247]: cluster 2024-01-18T05:54:28.414139+0000 mgr.smithi142.tzoxhd (mgr.14182) 1353 : cluster [DBG] pgmap v864: 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-18T05:54:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:30 smithi162 bash[19760]: cluster 2024-01-18T05:54:28.414139+0000 mgr.smithi142.tzoxhd (mgr.14182) 1353 : cluster [DBG] pgmap v864: 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-18T05:54:31.996 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:31.996 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:32.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:32 smithi142 bash[16247]: cluster 2024-01-18T05:54:30.415597+0000 mgr.smithi142.tzoxhd (mgr.14182) 1354 : cluster [DBG] pgmap v865: 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-18T05:54:32.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:32.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:32 smithi162 bash[19760]: cluster 2024-01-18T05:54:30.415597+0000 mgr.smithi142.tzoxhd (mgr.14182) 1354 : cluster [DBG] pgmap v865: 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-18T05:54:33.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:33 smithi142 bash[16247]: audit 2024-01-18T05:54:31.971029+0000 mgr.smithi142.tzoxhd (mgr.14182) 1355 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:33.587 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:33.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:33 smithi162 bash[19760]: audit 2024-01-18T05:54:31.971029+0000 mgr.smithi142.tzoxhd (mgr.14182) 1355 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:34 smithi142 bash[16247]: cluster 2024-01-18T05:54:32.416651+0000 mgr.smithi142.tzoxhd (mgr.14182) 1356 : cluster [DBG] pgmap v866: 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-18T05:54:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:34 smithi162 bash[19760]: cluster 2024-01-18T05:54:32.416651+0000 mgr.smithi142.tzoxhd (mgr.14182) 1356 : cluster [DBG] pgmap v866: 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-18T05:54:36.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:36 smithi142 bash[16247]: cluster 2024-01-18T05:54:34.417895+0000 mgr.smithi142.tzoxhd (mgr.14182) 1357 : cluster [DBG] pgmap v867: 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-18T05:54:36.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:36 smithi162 bash[19760]: cluster 2024-01-18T05:54:34.417895+0000 mgr.smithi142.tzoxhd (mgr.14182) 1357 : cluster [DBG] pgmap v867: 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-18T05:54:36.777 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:36.777 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:37.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:38.384 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:38.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:38 smithi142 bash[16247]: cluster 2024-01-18T05:54:36.419052+0000 mgr.smithi142.tzoxhd (mgr.14182) 1358 : 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-18T05:54:38.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:38 smithi142 bash[16247]: audit 2024-01-18T05:54:36.756504+0000 mgr.smithi142.tzoxhd (mgr.14182) 1359 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:38.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:38 smithi162 bash[19760]: cluster 2024-01-18T05:54:36.419052+0000 mgr.smithi142.tzoxhd (mgr.14182) 1358 : 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-18T05:54:38.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:38 smithi162 bash[19760]: audit 2024-01-18T05:54:36.756504+0000 mgr.smithi142.tzoxhd (mgr.14182) 1359 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:40.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:40 smithi142 bash[16247]: cluster 2024-01-18T05:54:38.419947+0000 mgr.smithi142.tzoxhd (mgr.14182) 1360 : cluster [DBG] pgmap v869: 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-18T05:54:40.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:40 smithi162 bash[19760]: cluster 2024-01-18T05:54:38.419947+0000 mgr.smithi142.tzoxhd (mgr.14182) 1360 : cluster [DBG] pgmap v869: 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-18T05:54:41.521 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:41.522 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:42.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:42.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:42 smithi142 bash[16247]: cluster 2024-01-18T05:54:40.420773+0000 mgr.smithi142.tzoxhd (mgr.14182) 1361 : 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-18T05:54:42.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:42 smithi162 bash[19760]: cluster 2024-01-18T05:54:40.420773+0000 mgr.smithi142.tzoxhd (mgr.14182) 1361 : 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-18T05:54:43.132 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:43.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:43 smithi142 bash[16247]: audit 2024-01-18T05:54:41.500368+0000 mgr.smithi142.tzoxhd (mgr.14182) 1362 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:43.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:43 smithi162 bash[19760]: audit 2024-01-18T05:54:41.500368+0000 mgr.smithi142.tzoxhd (mgr.14182) 1362 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:44.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:44 smithi142 bash[16247]: cluster 2024-01-18T05:54:42.421663+0000 mgr.smithi142.tzoxhd (mgr.14182) 1363 : 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-18T05:54:44.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:44 smithi162 bash[19760]: cluster 2024-01-18T05:54:42.421663+0000 mgr.smithi142.tzoxhd (mgr.14182) 1363 : 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-18T05:54:46.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:45 smithi142 bash[16247]: cluster 2024-01-18T05:54:44.422935+0000 mgr.smithi142.tzoxhd (mgr.14182) 1364 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:46.329 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:46.330 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:46.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:45 smithi162 bash[19760]: cluster 2024-01-18T05:54:44.422935+0000 mgr.smithi142.tzoxhd (mgr.14182) 1364 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:46.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:47.937 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:48.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:47 smithi142 bash[16247]: audit 2024-01-18T05:54:46.311373+0000 mgr.smithi142.tzoxhd (mgr.14182) 1365 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:48.319 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:47 smithi142 bash[16247]: cluster 2024-01-18T05:54:46.424220+0000 mgr.smithi142.tzoxhd (mgr.14182) 1366 : 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-18T05:54:48.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:47 smithi162 bash[19760]: audit 2024-01-18T05:54:46.311373+0000 mgr.smithi142.tzoxhd (mgr.14182) 1365 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:48.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:47 smithi162 bash[19760]: cluster 2024-01-18T05:54:46.424220+0000 mgr.smithi142.tzoxhd (mgr.14182) 1366 : 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-18T05:54:50.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:49 smithi162 bash[19760]: cluster 2024-01-18T05:54:48.424911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1367 : cluster [DBG] pgmap v874: 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-18T05:54:50.368 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:49 smithi142 bash[16247]: cluster 2024-01-18T05:54:48.424911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1367 : cluster [DBG] pgmap v874: 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-18T05:54:51.171 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:51.172 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:51.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:52.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:51 smithi142 bash[16247]: cluster 2024-01-18T05:54:50.425709+0000 mgr.smithi142.tzoxhd (mgr.14182) 1368 : 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-18T05:54:52.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:51 smithi142 bash[16247]: audit 2024-01-18T05:54:51.146105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1369 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:52.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:51 smithi162 bash[19760]: cluster 2024-01-18T05:54:50.425709+0000 mgr.smithi142.tzoxhd (mgr.14182) 1368 : 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-18T05:54:52.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:51 smithi162 bash[19760]: audit 2024-01-18T05:54:51.146105+0000 mgr.smithi142.tzoxhd (mgr.14182) 1369 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:52.766 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:54.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:53 smithi142 bash[16247]: cluster 2024-01-18T05:54:52.426659+0000 mgr.smithi142.tzoxhd (mgr.14182) 1370 : 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-18T05:54:54.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:53 smithi162 bash[19760]: cluster 2024-01-18T05:54:52.426659+0000 mgr.smithi142.tzoxhd (mgr.14182) 1370 : 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-18T05:54:55.915 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:54:55.916 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:54:56.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:55 smithi142 bash[16247]: cluster 2024-01-18T05:54:54.427938+0000 mgr.smithi142.tzoxhd (mgr.14182) 1371 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:56.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:55 smithi162 bash[19760]: cluster 2024-01-18T05:54:54.427938+0000 mgr.smithi142.tzoxhd (mgr.14182) 1371 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:54:56.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:54:57.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:56 smithi142 bash[16247]: audit 2024-01-18T05:54:55.889656+0000 mgr.smithi142.tzoxhd (mgr.14182) 1372 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:57.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:56 smithi162 bash[19760]: audit 2024-01-18T05:54:55.889656+0000 mgr.smithi142.tzoxhd (mgr.14182) 1372 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:54:57.575 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:54:58.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:57 smithi142 bash[16247]: cluster 2024-01-18T05:54:56.428879+0000 mgr.smithi142.tzoxhd (mgr.14182) 1373 : 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-18T05:54:58.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:57 smithi162 bash[19760]: cluster 2024-01-18T05:54:56.428879+0000 mgr.smithi142.tzoxhd (mgr.14182) 1373 : 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-18T05:55:00.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:54:59 smithi142 bash[16247]: cluster 2024-01-18T05:54:58.429720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1374 : cluster [DBG] pgmap v879: 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-18T05:55:00.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:54:59 smithi162 bash[19760]: cluster 2024-01-18T05:54:58.429720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1374 : cluster [DBG] pgmap v879: 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-18T05:55:00.848 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:00.848 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:01.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:02.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:01 smithi142 bash[16247]: cluster 2024-01-18T05:55:00.430888+0000 mgr.smithi142.tzoxhd (mgr.14182) 1375 : 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-18T05:55:02.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:01 smithi142 bash[16247]: audit 2024-01-18T05:55:00.822739+0000 mgr.smithi142.tzoxhd (mgr.14182) 1376 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:02.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:01 smithi162 bash[19760]: cluster 2024-01-18T05:55:00.430888+0000 mgr.smithi142.tzoxhd (mgr.14182) 1375 : 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-18T05:55:02.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:01 smithi162 bash[19760]: audit 2024-01-18T05:55:00.822739+0000 mgr.smithi142.tzoxhd (mgr.14182) 1376 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:02.455 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:04.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:03 smithi142 bash[16247]: cluster 2024-01-18T05:55:02.431882+0000 mgr.smithi142.tzoxhd (mgr.14182) 1377 : 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-18T05:55:04.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:03 smithi162 bash[19760]: cluster 2024-01-18T05:55:02.431882+0000 mgr.smithi142.tzoxhd (mgr.14182) 1377 : 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-18T05:55:05.571 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:05.571 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:06.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:06.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:05 smithi142 bash[16247]: cluster 2024-01-18T05:55:04.432923+0000 mgr.smithi142.tzoxhd (mgr.14182) 1378 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:06.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:05 smithi162 bash[19760]: cluster 2024-01-18T05:55:04.432923+0000 mgr.smithi142.tzoxhd (mgr.14182) 1378 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:07.126 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:07.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:06 smithi142 bash[16247]: audit 2024-01-18T05:55:05.553767+0000 mgr.smithi142.tzoxhd (mgr.14182) 1379 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:07.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:06 smithi162 bash[19760]: audit 2024-01-18T05:55:05.553767+0000 mgr.smithi142.tzoxhd (mgr.14182) 1379 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:08.292 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:07 smithi142 bash[16247]: cluster 2024-01-18T05:55:06.434219+0000 mgr.smithi142.tzoxhd (mgr.14182) 1380 : 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-18T05:55:08.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:08 smithi162 bash[19760]: cluster 2024-01-18T05:55:06.434219+0000 mgr.smithi142.tzoxhd (mgr.14182) 1380 : 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-18T05:55:10.187 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:10.187 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:10.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:10 smithi142 bash[16247]: cluster 2024-01-18T05:55:08.435026+0000 mgr.smithi142.tzoxhd (mgr.14182) 1381 : cluster [DBG] pgmap v884: 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-18T05:55:10.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:10 smithi162 bash[19760]: cluster 2024-01-18T05:55:08.435026+0000 mgr.smithi142.tzoxhd (mgr.14182) 1381 : cluster [DBG] pgmap v884: 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-18T05:55:10.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:11.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:11 smithi142 bash[16247]: audit 2024-01-18T05:55:10.169014+0000 mgr.smithi142.tzoxhd (mgr.14182) 1382 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:11.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:11 smithi162 bash[19760]: audit 2024-01-18T05:55:10.169014+0000 mgr.smithi142.tzoxhd (mgr.14182) 1382 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:11.826 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:12.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:12 smithi142 bash[16247]: cluster 2024-01-18T05:55:10.436381+0000 mgr.smithi142.tzoxhd (mgr.14182) 1383 : 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-18T05:55:12.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:12 smithi162 bash[19760]: cluster 2024-01-18T05:55:10.436381+0000 mgr.smithi142.tzoxhd (mgr.14182) 1383 : 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-18T05:55:14.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:14 smithi142 bash[16247]: cluster 2024-01-18T05:55:12.437331+0000 mgr.smithi142.tzoxhd (mgr.14182) 1384 : 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-18T05:55:14.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:14 smithi162 bash[19760]: cluster 2024-01-18T05:55:12.437331+0000 mgr.smithi142.tzoxhd (mgr.14182) 1384 : 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-18T05:55:15.116 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:15.116 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:15.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:16.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:16 smithi142 bash[16247]: cluster 2024-01-18T05:55:14.438582+0000 mgr.smithi142.tzoxhd (mgr.14182) 1385 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:16.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:16 smithi142 bash[16247]: audit 2024-01-18T05:55:15.098519+0000 mgr.smithi142.tzoxhd (mgr.14182) 1386 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:16.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:16 smithi162 bash[19760]: cluster 2024-01-18T05:55:14.438582+0000 mgr.smithi142.tzoxhd (mgr.14182) 1385 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:16.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:16 smithi162 bash[19760]: audit 2024-01-18T05:55:15.098519+0000 mgr.smithi142.tzoxhd (mgr.14182) 1386 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:16.775 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:18.253 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:18 smithi142 bash[16247]: cluster 2024-01-18T05:55:16.439720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1387 : 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-18T05:55:18.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:18 smithi162 bash[19760]: cluster 2024-01-18T05:55:16.439720+0000 mgr.smithi142.tzoxhd (mgr.14182) 1387 : 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-18T05:55:20.002 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:20.002 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:20.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:20 smithi142 bash[16247]: cluster 2024-01-18T05:55:18.440927+0000 mgr.smithi142.tzoxhd (mgr.14182) 1388 : cluster [DBG] pgmap v889: 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-18T05:55:20.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:20 smithi162 bash[19760]: cluster 2024-01-18T05:55:18.440927+0000 mgr.smithi142.tzoxhd (mgr.14182) 1388 : cluster [DBG] pgmap v889: 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-18T05:55:20.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:21.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:21 smithi142 bash[16247]: audit 2024-01-18T05:55:19.978724+0000 mgr.smithi142.tzoxhd (mgr.14182) 1389 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:21.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:21 smithi162 bash[19760]: audit 2024-01-18T05:55:19.978724+0000 mgr.smithi142.tzoxhd (mgr.14182) 1389 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:21.641 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:22.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:22 smithi162 bash[19760]: cluster 2024-01-18T05:55:20.442253+0000 mgr.smithi142.tzoxhd (mgr.14182) 1390 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:22.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:22 smithi142 bash[16247]: cluster 2024-01-18T05:55:20.442253+0000 mgr.smithi142.tzoxhd (mgr.14182) 1390 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:24.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:24 smithi162 bash[19760]: cluster 2024-01-18T05:55:22.443246+0000 mgr.smithi142.tzoxhd (mgr.14182) 1391 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:24.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:24 smithi142 bash[16247]: cluster 2024-01-18T05:55:22.443246+0000 mgr.smithi142.tzoxhd (mgr.14182) 1391 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:25.020 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:25.020 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:53:16.287687Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.nlgfnv on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.414119+0000 mon.smithi142 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.710553+0000 mon.smithi142 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.711691+0000 mon.smithi142 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.718318+0000 mon.smithi142 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.725169+0000 mon.smithi142 (mon.0) 989 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:55:25.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:25 smithi162 bash[19760]: audit 2024-01-18T05:55:24.739892+0000 mon.smithi142 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.414119+0000 mon.smithi142 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.710553+0000 mon.smithi142 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.711691+0000 mon.smithi142 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.718318+0000 mon.smithi142 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.725169+0000 mon.smithi142 (mon.0) 989 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:55:25.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:25 smithi142 bash[16247]: audit 2024-01-18T05:55:24.739892+0000 mon.smithi142 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:25.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:26.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: cluster 2024-01-18T05:55:24.444614+0000 mgr.smithi142.tzoxhd (mgr.14182) 1392 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:26.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: cluster 2024-01-18T05:55:24.719067+0000 mgr.smithi142.tzoxhd (mgr.14182) 1393 : 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-18T05:55:26.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: cephadm 2024-01-18T05:55:24.743449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1394 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.glxlju on smithi162 2024-01-18T05:55:26.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: audit 2024-01-18T05:55:25.003026+0000 mgr.smithi142.tzoxhd (mgr.14182) 1395 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:26.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: cluster 2024-01-18T05:55:25.064240+0000 mon.smithi142 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:55:26.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:26 smithi162 bash[19760]: cluster 2024-01-18T05:55:25.064307+0000 mon.smithi142 (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-01-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: cluster 2024-01-18T05:55:24.444614+0000 mgr.smithi142.tzoxhd (mgr.14182) 1392 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: cluster 2024-01-18T05:55:24.719067+0000 mgr.smithi142.tzoxhd (mgr.14182) 1393 : 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-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: cephadm 2024-01-18T05:55:24.743449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1394 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.glxlju on smithi162 2024-01-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: audit 2024-01-18T05:55:25.003026+0000 mgr.smithi142.tzoxhd (mgr.14182) 1395 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: cluster 2024-01-18T05:55:25.064240+0000 mon.smithi142 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:55:26.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:26 smithi142 bash[16247]: cluster 2024-01-18T05:55:25.064307+0000 mon.smithi142 (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-01-18T05:55:26.659 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:28.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:28 smithi162 bash[19760]: cluster 2024-01-18T05:55:26.719698+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:55:28.532 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:28 smithi142 bash[16247]: cluster 2024-01-18T05:55:26.719698+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-18T05:55:29.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:29 smithi162 bash[19760]: audit 2024-01-18T05:55:28.520956+0000 mon.smithi142 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.glxlju"}]: dispatch 2024-01-18T05:55:29.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:29 smithi162 bash[19760]: audit 2024-01-18T05:55:28.537864+0000 mon.smithi142 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:29.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:29 smithi142 bash[16247]: audit 2024-01-18T05:55:28.520956+0000 mon.smithi142 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.glxlju"}]: dispatch 2024-01-18T05:55:29.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:29 smithi142 bash[16247]: audit 2024-01-18T05:55:28.537864+0000 mon.smithi142 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:30.161 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:30.161 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:20.528151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.agsjnt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-agsjnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.agsjnt\nDeploy daemon haproxy.nfs.foo.smithi162.agsjnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.402130Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.hbuisb on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-hbuisb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.hbuisb\nDeploy daemon haproxy.nfs.foo.smithi142.hbuisb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:54:24.406318Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.uxmhqz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:30.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: cephadm 2024-01-18T05:55:28.519835+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:55:30.370 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.371 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: cephadm 2024-01-18T05:55:28.520312+0000 mgr.smithi142.tzoxhd (mgr.14182) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: cephadm 2024-01-18T05:55:28.522608+0000 mgr.smithi142.tzoxhd (mgr.14182) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: cephadm 2024-01-18T05:55:28.527651+0000 mgr.smithi142.tzoxhd (mgr.14182) 1400 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.yzjqhj on smithi142 2024-01-18T05:55:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:30 smithi162 bash[19760]: cluster 2024-01-18T05:55:28.720730+0000 mgr.smithi142.tzoxhd (mgr.14182) 1401 : cluster [DBG] pgmap v895: 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-18T05:55:30.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: cephadm 2024-01-18T05:55:28.519835+0000 mgr.smithi142.tzoxhd (mgr.14182) 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-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: cephadm 2024-01-18T05:55:28.520312+0000 mgr.smithi142.tzoxhd (mgr.14182) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: cephadm 2024-01-18T05:55:28.522608+0000 mgr.smithi142.tzoxhd (mgr.14182) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.glxlju ... 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: cephadm 2024-01-18T05:55:28.527651+0000 mgr.smithi142.tzoxhd (mgr.14182) 1400 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.yzjqhj on smithi142 2024-01-18T05:55:30.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:30 smithi142 bash[16247]: cluster 2024-01-18T05:55:28.720730+0000 mgr.smithi142.tzoxhd (mgr.14182) 1401 : cluster [DBG] pgmap v895: 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-18T05:55:30.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:31.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:31 smithi162 bash[19760]: audit 2024-01-18T05:55:30.143854+0000 mgr.smithi142.tzoxhd (mgr.14182) 1402 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:31.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:31 smithi142 bash[16247]: audit 2024-01-18T05:55:30.143854+0000 mgr.smithi142.tzoxhd (mgr.14182) 1402 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:31.810 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:32.369 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:32 smithi162 bash[19760]: cluster 2024-01-18T05:55:30.721794+0000 mgr.smithi142.tzoxhd (mgr.14182) 1403 : cluster [DBG] pgmap v896: 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-18T05:55:32.552 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:32 smithi142 bash[16247]: cluster 2024-01-18T05:55:30.721794+0000 mgr.smithi142.tzoxhd (mgr.14182) 1403 : cluster [DBG] pgmap v896: 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-18T05:55:33.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:33 smithi142 bash[16247]: audit 2024-01-18T05:55:32.807299+0000 mon.smithi142 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.yzjqhj"}]: dispatch 2024-01-18T05:55:33.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:33 smithi162 bash[19760]: audit 2024-01-18T05:55:32.807299+0000 mon.smithi142 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.yzjqhj"}]: dispatch 2024-01-18T05:55:34.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cluster 2024-01-18T05:55:32.722675+0000 mgr.smithi142.tzoxhd (mgr.14182) 1404 : cluster [DBG] pgmap v897: 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-18T05:55:34.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cephadm 2024-01-18T05:55:32.806198+0000 mgr.smithi142.tzoxhd (mgr.14182) 1405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:55:34.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.570 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cephadm 2024-01-18T05:55:32.806666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cephadm 2024-01-18T05:55:32.808898+0000 mgr.smithi142.tzoxhd (mgr.14182) 1407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.571 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cephadm 2024-01-18T05:55:32.813213+0000 mgr.smithi142.tzoxhd (mgr.14182) 1408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:55:34.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cephadm 2024-01-18T05:55:32.817316+0000 mgr.smithi142.tzoxhd (mgr.14182) 1409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:55:34.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cluster 2024-01-18T05:55:32.818457+0000 mgr.smithi142.tzoxhd (mgr.14182) 1410 : cluster [DBG] pgmap v898: 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-18T05:55:34.572 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:34 smithi142 bash[16247]: cluster 2024-01-18T05:55:33.101785+0000 mon.smithi142 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:55:34.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cluster 2024-01-18T05:55:32.722675+0000 mgr.smithi142.tzoxhd (mgr.14182) 1404 : cluster [DBG] pgmap v897: 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-18T05:55:34.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cephadm 2024-01-18T05:55:32.806198+0000 mgr.smithi142.tzoxhd (mgr.14182) 1405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:55:34.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cephadm 2024-01-18T05:55:32.806666+0000 mgr.smithi142.tzoxhd (mgr.14182) 1406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cephadm 2024-01-18T05:55:32.808898+0000 mgr.smithi142.tzoxhd (mgr.14182) 1407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.yzjqhj ... 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cephadm 2024-01-18T05:55:32.813213+0000 mgr.smithi142.tzoxhd (mgr.14182) 1408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cephadm 2024-01-18T05:55:32.817316+0000 mgr.smithi142.tzoxhd (mgr.14182) 1409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cluster 2024-01-18T05:55:32.818457+0000 mgr.smithi142.tzoxhd (mgr.14182) 1410 : cluster [DBG] pgmap v898: 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-18T05:55:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:34 smithi162 bash[19760]: cluster 2024-01-18T05:55:33.101785+0000 mon.smithi142 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:55:35.291 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:35.291 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:35.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:36.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:35 smithi142 bash[16247]: audit 2024-01-18T05:55:34.777870+0000 mon.smithi142 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:36.068 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:35 smithi142 bash[16247]: cluster 2024-01-18T05:55:34.819607+0000 mgr.smithi142.tzoxhd (mgr.14182) 1411 : cluster [DBG] pgmap v899: 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-18T05:55:36.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:35 smithi162 bash[19760]: audit 2024-01-18T05:55:34.777870+0000 mon.smithi142 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:36.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:35 smithi162 bash[19760]: cluster 2024-01-18T05:55:34.819607+0000 mgr.smithi142.tzoxhd (mgr.14182) 1411 : cluster [DBG] pgmap v899: 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-18T05:55:36.870 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:37.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:36 smithi142 bash[16247]: audit 2024-01-18T05:55:35.273614+0000 mgr.smithi142.tzoxhd (mgr.14182) 1412 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:37.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:36 smithi162 bash[19760]: audit 2024-01-18T05:55:35.273614+0000 mgr.smithi142.tzoxhd (mgr.14182) 1412 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:38.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:37 smithi142 bash[16247]: cluster 2024-01-18T05:55:36.820702+0000 mgr.smithi142.tzoxhd (mgr.14182) 1413 : cluster [DBG] pgmap v900: 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-18T05:55:38.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:37 smithi162 bash[19760]: cluster 2024-01-18T05:55:36.820702+0000 mgr.smithi142.tzoxhd (mgr.14182) 1413 : cluster [DBG] pgmap v900: 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-18T05:55:39.970 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:39.970 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:40.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:39 smithi162 bash[19760]: cluster 2024-01-18T05:55:38.821702+0000 mgr.smithi142.tzoxhd (mgr.14182) 1414 : cluster [DBG] pgmap v901: 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-18T05:55:40.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:39 smithi142 bash[16247]: cluster 2024-01-18T05:55:38.821702+0000 mgr.smithi142.tzoxhd (mgr.14182) 1414 : cluster [DBG] pgmap v901: 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-18T05:55:40.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:41.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:40 smithi142 bash[16247]: audit 2024-01-18T05:55:39.949859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1415 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:41.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:40 smithi162 bash[19760]: audit 2024-01-18T05:55:39.949859+0000 mgr.smithi142.tzoxhd (mgr.14182) 1415 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:41.578 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:42.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:41 smithi142 bash[16247]: cluster 2024-01-18T05:55:40.822926+0000 mgr.smithi142.tzoxhd (mgr.14182) 1416 : cluster [DBG] pgmap v902: 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-18T05:55:42.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:41 smithi162 bash[19760]: cluster 2024-01-18T05:55:40.822926+0000 mgr.smithi142.tzoxhd (mgr.14182) 1416 : cluster [DBG] pgmap v902: 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-18T05:55:44.297 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:43 smithi142 bash[16247]: cluster 2024-01-18T05:55:42.823871+0000 mgr.smithi142.tzoxhd (mgr.14182) 1417 : cluster [DBG] pgmap v903: 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-18T05:55:44.297 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:43 smithi142 bash[16247]: audit 2024-01-18T05:55:43.537157+0000 mon.smithi142 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:44.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:43 smithi162 bash[19760]: cluster 2024-01-18T05:55:42.823871+0000 mgr.smithi142.tzoxhd (mgr.14182) 1417 : cluster [DBG] pgmap v903: 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-18T05:55:44.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:43 smithi162 bash[19760]: audit 2024-01-18T05:55:43.537157+0000 mon.smithi142 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:55:44.729 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:44.729 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:45.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:46.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:45 smithi142 bash[16247]: audit 2024-01-18T05:55:44.704543+0000 mgr.smithi142.tzoxhd (mgr.14182) 1418 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:46.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:45 smithi142 bash[16247]: cluster 2024-01-18T05:55:44.825142+0000 mgr.smithi142.tzoxhd (mgr.14182) 1419 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:46.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:45 smithi162 bash[19760]: audit 2024-01-18T05:55:44.704543+0000 mgr.smithi142.tzoxhd (mgr.14182) 1418 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:46.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:45 smithi162 bash[19760]: cluster 2024-01-18T05:55:44.825142+0000 mgr.smithi142.tzoxhd (mgr.14182) 1419 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:46.374 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:48.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:47 smithi142 bash[16247]: cluster 2024-01-18T05:55:46.826244+0000 mgr.smithi142.tzoxhd (mgr.14182) 1420 : 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-18T05:55:48.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:47 smithi162 bash[19760]: cluster 2024-01-18T05:55:46.826244+0000 mgr.smithi142.tzoxhd (mgr.14182) 1420 : 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-18T05:55:49.479 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:49.479 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:50.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:50.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:49 smithi142 bash[16247]: cluster 2024-01-18T05:55:48.827508+0000 mgr.smithi142.tzoxhd (mgr.14182) 1421 : cluster [DBG] pgmap v906: 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-18T05:55:50.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:49 smithi162 bash[19760]: cluster 2024-01-18T05:55:48.827508+0000 mgr.smithi142.tzoxhd (mgr.14182) 1421 : cluster [DBG] pgmap v906: 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-18T05:55:51.078 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:51.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:50 smithi142 bash[16247]: audit 2024-01-18T05:55:49.462606+0000 mgr.smithi142.tzoxhd (mgr.14182) 1422 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:51.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:50 smithi162 bash[19760]: audit 2024-01-18T05:55:49.462606+0000 mgr.smithi142.tzoxhd (mgr.14182) 1422 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:52.195 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:51 smithi142 bash[16247]: cluster 2024-01-18T05:55:50.828696+0000 mgr.smithi142.tzoxhd (mgr.14182) 1423 : 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-18T05:55:52.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:51 smithi162 bash[19760]: cluster 2024-01-18T05:55:50.828696+0000 mgr.smithi142.tzoxhd (mgr.14182) 1423 : 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-18T05:55:54.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:53 smithi142 bash[16247]: cluster 2024-01-18T05:55:52.829866+0000 mgr.smithi142.tzoxhd (mgr.14182) 1424 : 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-18T05:55:54.199 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:54.199 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:54.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:53 smithi162 bash[19760]: cluster 2024-01-18T05:55:52.829866+0000 mgr.smithi142.tzoxhd (mgr.14182) 1424 : 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-18T05:55:54.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:55:55.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:55 smithi142 bash[16247]: audit 2024-01-18T05:55:54.177711+0000 mgr.smithi142.tzoxhd (mgr.14182) 1425 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:55.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:55 smithi162 bash[19760]: audit 2024-01-18T05:55:54.177711+0000 mgr.smithi142.tzoxhd (mgr.14182) 1425 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:55:55.891 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:55:56.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:56 smithi142 bash[16247]: cluster 2024-01-18T05:55:54.831081+0000 mgr.smithi142.tzoxhd (mgr.14182) 1426 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:56.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:56 smithi162 bash[19760]: cluster 2024-01-18T05:55:54.831081+0000 mgr.smithi142.tzoxhd (mgr.14182) 1426 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:55:58.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:55:58 smithi142 bash[16247]: cluster 2024-01-18T05:55:56.832265+0000 mgr.smithi142.tzoxhd (mgr.14182) 1427 : 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-18T05:55:58.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:55:58 smithi162 bash[19760]: cluster 2024-01-18T05:55:56.832265+0000 mgr.smithi142.tzoxhd (mgr.14182) 1427 : 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-18T05:55:59.106 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:55:59.106 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:55:59.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:00.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:00 smithi142 bash[16247]: cluster 2024-01-18T05:55:58.833856+0000 mgr.smithi142.tzoxhd (mgr.14182) 1428 : cluster [DBG] pgmap v911: 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-18T05:56:00.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:00 smithi142 bash[16247]: audit 2024-01-18T05:55:59.087037+0000 mgr.smithi142.tzoxhd (mgr.14182) 1429 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:00.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:00 smithi162 bash[19760]: cluster 2024-01-18T05:55:58.833856+0000 mgr.smithi142.tzoxhd (mgr.14182) 1428 : cluster [DBG] pgmap v911: 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-18T05:56:00.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:00 smithi162 bash[19760]: audit 2024-01-18T05:55:59.087037+0000 mgr.smithi142.tzoxhd (mgr.14182) 1429 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:00.690 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:02.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:02 smithi142 bash[16247]: cluster 2024-01-18T05:56:00.835028+0000 mgr.smithi142.tzoxhd (mgr.14182) 1430 : 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-18T05:56:02.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:02 smithi162 bash[19760]: cluster 2024-01-18T05:56:00.835028+0000 mgr.smithi142.tzoxhd (mgr.14182) 1430 : 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-18T05:56:03.839 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:03.839 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:04.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:04 smithi142 bash[16247]: cluster 2024-01-18T05:56:02.836252+0000 mgr.smithi142.tzoxhd (mgr.14182) 1431 : 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-18T05:56:04.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:04 smithi162 bash[19760]: cluster 2024-01-18T05:56:02.836252+0000 mgr.smithi142.tzoxhd (mgr.14182) 1431 : 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-18T05:56:04.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:05.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:05 smithi142 bash[16247]: audit 2024-01-18T05:56:03.821113+0000 mgr.smithi142.tzoxhd (mgr.14182) 1432 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:05.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:05 smithi162 bash[19760]: audit 2024-01-18T05:56:03.821113+0000 mgr.smithi142.tzoxhd (mgr.14182) 1432 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:05.463 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:06.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:06 smithi142 bash[16247]: cluster 2024-01-18T05:56:04.837449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1433 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:06.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:06 smithi162 bash[19760]: cluster 2024-01-18T05:56:04.837449+0000 mgr.smithi142.tzoxhd (mgr.14182) 1433 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:08.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:08 smithi142 bash[16247]: cluster 2024-01-18T05:56:06.838495+0000 mgr.smithi142.tzoxhd (mgr.14182) 1434 : 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-18T05:56:08.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:08 smithi162 bash[19760]: cluster 2024-01-18T05:56:06.838495+0000 mgr.smithi142.tzoxhd (mgr.14182) 1434 : 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-18T05:56:08.590 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:08.590 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:09.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:10.215 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:10.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:10 smithi142 bash[16247]: audit 2024-01-18T05:56:08.573948+0000 mgr.smithi142.tzoxhd (mgr.14182) 1435 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:10.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:10 smithi142 bash[16247]: cluster 2024-01-18T05:56:08.839805+0000 mgr.smithi142.tzoxhd (mgr.14182) 1436 : cluster [DBG] pgmap v916: 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-18T05:56:10.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:10 smithi162 bash[19760]: audit 2024-01-18T05:56:08.573948+0000 mgr.smithi142.tzoxhd (mgr.14182) 1435 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:10.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:10 smithi162 bash[19760]: cluster 2024-01-18T05:56:08.839805+0000 mgr.smithi142.tzoxhd (mgr.14182) 1436 : cluster [DBG] pgmap v916: 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-18T05:56:12.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:12 smithi142 bash[16247]: cluster 2024-01-18T05:56:10.840468+0000 mgr.smithi142.tzoxhd (mgr.14182) 1437 : 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-18T05:56:12.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:12 smithi162 bash[19760]: cluster 2024-01-18T05:56:10.840468+0000 mgr.smithi142.tzoxhd (mgr.14182) 1437 : 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-18T05:56:13.371 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:13.371 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:13.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:14.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:14 smithi142 bash[16247]: cluster 2024-01-18T05:56:12.841244+0000 mgr.smithi142.tzoxhd (mgr.14182) 1438 : 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-18T05:56:14.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:14 smithi162 bash[19760]: cluster 2024-01-18T05:56:12.841244+0000 mgr.smithi142.tzoxhd (mgr.14182) 1438 : 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-18T05:56:14.985 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:15.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:15 smithi142 bash[16247]: audit 2024-01-18T05:56:13.354873+0000 mgr.smithi142.tzoxhd (mgr.14182) 1439 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:15.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:15 smithi162 bash[19760]: audit 2024-01-18T05:56:13.354873+0000 mgr.smithi142.tzoxhd (mgr.14182) 1439 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:16.346 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:16 smithi142 bash[16247]: cluster 2024-01-18T05:56:14.842433+0000 mgr.smithi142.tzoxhd (mgr.14182) 1440 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:16.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:16 smithi162 bash[19760]: cluster 2024-01-18T05:56:14.842433+0000 mgr.smithi142.tzoxhd (mgr.14182) 1440 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:18.106 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:18.106 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:18.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:18 smithi162 bash[19760]: cluster 2024-01-18T05:56:16.843211+0000 mgr.smithi142.tzoxhd (mgr.14182) 1441 : 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-18T05:56:18.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:18 smithi142 bash[16247]: cluster 2024-01-18T05:56:16.843211+0000 mgr.smithi142.tzoxhd (mgr.14182) 1441 : 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-18T05:56:18.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:19.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:19 smithi162 bash[19760]: audit 2024-01-18T05:56:18.089455+0000 mgr.smithi142.tzoxhd (mgr.14182) 1442 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:19.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:19 smithi142 bash[16247]: audit 2024-01-18T05:56:18.089455+0000 mgr.smithi142.tzoxhd (mgr.14182) 1442 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:19.729 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:20.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:20 smithi162 bash[19760]: cluster 2024-01-18T05:56:18.844525+0000 mgr.smithi142.tzoxhd (mgr.14182) 1443 : cluster [DBG] pgmap v921: 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-18T05:56:20.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:20 smithi142 bash[16247]: cluster 2024-01-18T05:56:18.844525+0000 mgr.smithi142.tzoxhd (mgr.14182) 1443 : cluster [DBG] pgmap v921: 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-18T05:56:22.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:22 smithi142 bash[16247]: cluster 2024-01-18T05:56:20.845196+0000 mgr.smithi142.tzoxhd (mgr.14182) 1444 : 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-18T05:56:22.368 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:22 smithi162 bash[19760]: cluster 2024-01-18T05:56:20.845196+0000 mgr.smithi142.tzoxhd (mgr.14182) 1444 : 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-18T05:56:23.319 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:23.320 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:23.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:24.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:24 smithi142 bash[16247]: cluster 2024-01-18T05:56:22.846154+0000 mgr.smithi142.tzoxhd (mgr.14182) 1445 : 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-18T05:56:24.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:24 smithi162 bash[19760]: cluster 2024-01-18T05:56:22.846154+0000 mgr.smithi142.tzoxhd (mgr.14182) 1445 : 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-18T05:56:24.899 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:25.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:25 smithi142 bash[16247]: audit 2024-01-18T05:56:23.302536+0000 mgr.smithi142.tzoxhd (mgr.14182) 1446 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:25.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:25 smithi162 bash[19760]: audit 2024-01-18T05:56:23.302536+0000 mgr.smithi142.tzoxhd (mgr.14182) 1446 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:26.281 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:26 smithi142 bash[16247]: cluster 2024-01-18T05:56:24.847323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1447 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:26.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:26 smithi162 bash[19760]: cluster 2024-01-18T05:56:24.847323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1447 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:28.052 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:28.052 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:28.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:28 smithi142 bash[16247]: cluster 2024-01-18T05:56:26.848457+0000 mgr.smithi142.tzoxhd (mgr.14182) 1448 : 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-18T05:56:28.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:28 smithi162 bash[19760]: cluster 2024-01-18T05:56:26.848457+0000 mgr.smithi142.tzoxhd (mgr.14182) 1448 : 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-18T05:56:28.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:29.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:29 smithi142 bash[16247]: audit 2024-01-18T05:56:28.035287+0000 mgr.smithi142.tzoxhd (mgr.14182) 1449 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:29.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:29 smithi162 bash[19760]: audit 2024-01-18T05:56:28.035287+0000 mgr.smithi142.tzoxhd (mgr.14182) 1449 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:29.681 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:30.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:30 smithi142 bash[16247]: cluster 2024-01-18T05:56:28.849727+0000 mgr.smithi142.tzoxhd (mgr.14182) 1450 : cluster [DBG] pgmap v926: 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-18T05:56:30.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:30 smithi162 bash[19760]: cluster 2024-01-18T05:56:28.849727+0000 mgr.smithi142.tzoxhd (mgr.14182) 1450 : cluster [DBG] pgmap v926: 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-18T05:56:32.530 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:32 smithi142 bash[16247]: cluster 2024-01-18T05:56:30.850915+0000 mgr.smithi142.tzoxhd (mgr.14182) 1451 : 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-18T05:56:32.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:32 smithi162 bash[19760]: cluster 2024-01-18T05:56:30.850915+0000 mgr.smithi142.tzoxhd (mgr.14182) 1451 : 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-18T05:56:32.977 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:32.977 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:33.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:33 smithi142 bash[16247]: audit 2024-01-18T05:56:32.821685+0000 mon.smithi142 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:56:33.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:33.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:33 smithi162 bash[19760]: audit 2024-01-18T05:56:32.821685+0000 mon.smithi142 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:56:34.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:34 smithi142 bash[16247]: cluster 2024-01-18T05:56:32.852091+0000 mgr.smithi142.tzoxhd (mgr.14182) 1452 : 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-18T05:56:34.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:34 smithi142 bash[16247]: audit 2024-01-18T05:56:32.955577+0000 mgr.smithi142.tzoxhd (mgr.14182) 1453 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:34.615 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:34.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:34 smithi162 bash[19760]: cluster 2024-01-18T05:56:32.852091+0000 mgr.smithi142.tzoxhd (mgr.14182) 1452 : 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-18T05:56:34.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:34 smithi162 bash[19760]: audit 2024-01-18T05:56:32.955577+0000 mgr.smithi142.tzoxhd (mgr.14182) 1453 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:36.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:36 smithi142 bash[16247]: cluster 2024-01-18T05:56:34.853268+0000 mgr.smithi142.tzoxhd (mgr.14182) 1454 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:36.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:36 smithi162 bash[19760]: cluster 2024-01-18T05:56:34.853268+0000 mgr.smithi142.tzoxhd (mgr.14182) 1454 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:37.841 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:37.841 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:46:11.391072Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:46:11.391197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:46:11.391319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:46:11.392046Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:46:11.390941Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:46:11.390727Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:46:11.392187Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:46:11.391440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:46:11.391561Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:38.471 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:38 smithi142 bash[16247]: cluster 2024-01-18T05:56:36.854357+0000 mgr.smithi142.tzoxhd (mgr.14182) 1455 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:38.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:38.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:38 smithi162 bash[19760]: cluster 2024-01-18T05:56:36.854357+0000 mgr.smithi142.tzoxhd (mgr.14182) 1455 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:56:39.473 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:39.481 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:39 smithi142 bash[16247]: audit 2024-01-18T05:56:37.821478+0000 mgr.smithi142.tzoxhd (mgr.14182) 1456 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:39.481 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:39 smithi142 bash[16247]: audit 2024-01-18T05:56:39.156492+0000 mon.smithi142 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:39.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:39 smithi162 bash[19760]: audit 2024-01-18T05:56:37.821478+0000 mgr.smithi142.tzoxhd (mgr.14182) 1456 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:39.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:39 smithi162 bash[19760]: audit 2024-01-18T05:56:39.156492+0000 mon.smithi142 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:40.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: cluster 2024-01-18T05:56:38.855283+0000 mgr.smithi142.tzoxhd (mgr.14182) 1457 : cluster [DBG] pgmap v931: 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-18T05:56:40.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: audit 2024-01-18T05:56:39.436795+0000 mon.smithi142 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:56:40.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: audit 2024-01-18T05:56:39.438132+0000 mon.smithi142 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:56:40.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: audit 2024-01-18T05:56:39.447654+0000 mon.smithi142 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:40.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: audit 2024-01-18T05:56:39.455101+0000 mon.smithi142 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:56:40.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:40 smithi142 bash[16247]: audit 2024-01-18T05:56:39.474203+0000 mon.smithi142 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: cluster 2024-01-18T05:56:38.855283+0000 mgr.smithi142.tzoxhd (mgr.14182) 1457 : cluster [DBG] pgmap v931: 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-18T05:56:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: audit 2024-01-18T05:56:39.436795+0000 mon.smithi142 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:56:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: audit 2024-01-18T05:56:39.438132+0000 mon.smithi142 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:56:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: audit 2024-01-18T05:56:39.447654+0000 mon.smithi142 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:40.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: audit 2024-01-18T05:56:39.455101+0000 mon.smithi142 (mon.0) 1004 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:56:40.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:40 smithi162 bash[19760]: audit 2024-01-18T05:56:39.474203+0000 mon.smithi142 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:41.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:41 smithi142 bash[16247]: cluster 2024-01-18T05:56:39.448502+0000 mgr.smithi142.tzoxhd (mgr.14182) 1458 : 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-18T05:56:41.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:41 smithi142 bash[16247]: cephadm 2024-01-18T05:56:39.478550+0000 mgr.smithi142.tzoxhd (mgr.14182) 1459 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.nkjpvx on smithi162 2024-01-18T05:56:41.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:41 smithi142 bash[16247]: cluster 2024-01-18T05:56:40.444386+0000 mon.smithi142 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:56:41.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:41 smithi142 bash[16247]: cluster 2024-01-18T05:56:40.444419+0000 mon.smithi142 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2024-01-18T05:56:41.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:41 smithi162 bash[19760]: cluster 2024-01-18T05:56:39.448502+0000 mgr.smithi142.tzoxhd (mgr.14182) 1458 : 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-18T05:56:41.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:41 smithi162 bash[19760]: cephadm 2024-01-18T05:56:39.478550+0000 mgr.smithi142.tzoxhd (mgr.14182) 1459 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.nkjpvx on smithi162 2024-01-18T05:56:41.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:41 smithi162 bash[19760]: cluster 2024-01-18T05:56:40.444386+0000 mon.smithi142 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:56:41.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:41 smithi162 bash[19760]: cluster 2024-01-18T05:56:40.444419+0000 mon.smithi142 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2024-01-18T05:56:42.768 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:42.769 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:54:24.410429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whyhuo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:28.522380Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.glxlju on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-glxlju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.glxlju\nDeploy daemon haproxy.nfs.foo.smithi162.glxlju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.808583Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yzjqhj on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yzjqhj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yzjqhj\nDeploy daemon haproxy.nfs.foo.smithi142.yzjqhj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:55:32.812993Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.agqmcy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:43.361 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:43 smithi162 bash[19760]: cluster 2024-01-18T05:56:41.449131+0000 mgr.smithi142.tzoxhd (mgr.14182) 1460 : 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-18T05:56:43.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:43.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:43 smithi142 bash[16247]: cluster 2024-01-18T05:56:41.449131+0000 mgr.smithi142.tzoxhd (mgr.14182) 1460 : 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-18T05:56:44.397 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:44 smithi142 bash[16247]: audit 2024-01-18T05:56:42.750791+0000 mgr.smithi142.tzoxhd (mgr.14182) 1461 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:44 smithi142 bash[16247]: audit 2024-01-18T05:56:43.423612+0000 mon.smithi142 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.nkjpvx"}]: dispatch 2024-01-18T05:56:44.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:44 smithi142 bash[16247]: audit 2024-01-18T05:56:43.538904+0000 mon.smithi142 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:44.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:44 smithi162 bash[19760]: audit 2024-01-18T05:56:42.750791+0000 mgr.smithi142.tzoxhd (mgr.14182) 1461 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:44.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:44 smithi162 bash[19760]: audit 2024-01-18T05:56:43.423612+0000 mon.smithi142 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.nkjpvx"}]: dispatch 2024-01-18T05:56:44.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:44 smithi162 bash[19760]: audit 2024-01-18T05:56:43.538904+0000 mon.smithi142 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:45.552 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: cephadm 2024-01-18T05:56:43.422417+0000 mgr.smithi142.tzoxhd (mgr.14182) 1462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.552 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:56:45.553 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.554 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: cephadm 2024-01-18T05:56:43.422900+0000 mgr.smithi142.tzoxhd (mgr.14182) 1463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: cephadm 2024-01-18T05:56:43.425339+0000 mgr.smithi142.tzoxhd (mgr.14182) 1464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: cephadm 2024-01-18T05:56:43.431003+0000 mgr.smithi142.tzoxhd (mgr.14182) 1465 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gwyahs on smithi142 2024-01-18T05:56:45.555 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:45 smithi142 bash[16247]: cluster 2024-01-18T05:56:43.450117+0000 mgr.smithi142.tzoxhd (mgr.14182) 1466 : 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-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: cephadm 2024-01-18T05:56:43.422417+0000 mgr.smithi142.tzoxhd (mgr.14182) 1462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: cephadm 2024-01-18T05:56:43.422900+0000 mgr.smithi142.tzoxhd (mgr.14182) 1463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: cephadm 2024-01-18T05:56:43.425339+0000 mgr.smithi142.tzoxhd (mgr.14182) 1464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.nkjpvx ... 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: cephadm 2024-01-18T05:56:43.431003+0000 mgr.smithi142.tzoxhd (mgr.14182) 1465 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gwyahs on smithi142 2024-01-18T05:56:45.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:45 smithi162 bash[19760]: cluster 2024-01-18T05:56:43.450117+0000 mgr.smithi142.tzoxhd (mgr.14182) 1466 : 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-18T05:56:46.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:46 smithi142 bash[16247]: cluster 2024-01-18T05:56:45.450850+0000 mgr.smithi142.tzoxhd (mgr.14182) 1467 : cluster [DBG] pgmap v935: 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-18T05:56:46.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:46 smithi162 bash[19760]: cluster 2024-01-18T05:56:45.450850+0000 mgr.smithi142.tzoxhd (mgr.14182) 1467 : cluster [DBG] pgmap v935: 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-18T05:56:47.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:47 smithi142 bash[16247]: audit 2024-01-18T05:56:47.265338+0000 mon.smithi142 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gwyahs"}]: dispatch 2024-01-18T05:56:47.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:47 smithi162 bash[19760]: audit 2024-01-18T05:56:47.265338+0000 mon.smithi142 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gwyahs"}]: dispatch 2024-01-18T05:56:47.785 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:47.785 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:48.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cephadm 2024-01-18T05:56:47.264632+0000 mgr.smithi142.tzoxhd (mgr.14182) 1468 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cephadm 2024-01-18T05:56:47.264856+0000 mgr.smithi142.tzoxhd (mgr.14182) 1469 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cephadm 2024-01-18T05:56:47.266765+0000 mgr.smithi142.tzoxhd (mgr.14182) 1470 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:56:48.620 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cephadm 2024-01-18T05:56:47.271185+0000 mgr.smithi142.tzoxhd (mgr.14182) 1471 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cephadm 2024-01-18T05:56:47.275484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1472 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cluster 2024-01-18T05:56:47.276233+0000 mgr.smithi142.tzoxhd (mgr.14182) 1473 : cluster [DBG] pgmap v936: 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-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: cluster 2024-01-18T05:56:47.327164+0000 mon.smithi142 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:56:48.621 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:48 smithi162 bash[19760]: audit 2024-01-18T05:56:47.761911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1474 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cephadm 2024-01-18T05:56:47.264632+0000 mgr.smithi142.tzoxhd (mgr.14182) 1468 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.817 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.818 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cephadm 2024-01-18T05:56:47.264856+0000 mgr.smithi142.tzoxhd (mgr.14182) 1469 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cephadm 2024-01-18T05:56:47.266765+0000 mgr.smithi142.tzoxhd (mgr.14182) 1470 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi142.gwyahs ... 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:56:48.819 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cephadm 2024-01-18T05:56:47.271185+0000 mgr.smithi142.tzoxhd (mgr.14182) 1471 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:56:48.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cephadm 2024-01-18T05:56:47.275484+0000 mgr.smithi142.tzoxhd (mgr.14182) 1472 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T05:56:48.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cluster 2024-01-18T05:56:47.276233+0000 mgr.smithi142.tzoxhd (mgr.14182) 1473 : cluster [DBG] pgmap v936: 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-18T05:56:48.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: cluster 2024-01-18T05:56:47.327164+0000 mon.smithi142 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T05:56:48.820 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:48 smithi142 bash[16247]: audit 2024-01-18T05:56:47.761911+0000 mgr.smithi142.tzoxhd (mgr.14182) 1474 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:49.456 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:51.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:50 smithi162 bash[19760]: cluster 2024-01-18T05:56:49.277369+0000 mgr.smithi142.tzoxhd (mgr.14182) 1475 : cluster [DBG] pgmap v937: 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-18T05:56:51.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:50 smithi162 bash[19760]: audit 2024-01-18T05:56:49.835461+0000 mon.smithi142 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:51.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:50 smithi142 bash[16247]: cluster 2024-01-18T05:56:49.277369+0000 mgr.smithi142.tzoxhd (mgr.14182) 1475 : cluster [DBG] pgmap v937: 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-18T05:56:51.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:50 smithi142 bash[16247]: audit 2024-01-18T05:56:49.835461+0000 mon.smithi142 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:52.562 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:52.562 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:53.066 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:52 smithi142 bash[16247]: cluster 2024-01-18T05:56:51.278495+0000 mgr.smithi142.tzoxhd (mgr.14182) 1476 : cluster [DBG] pgmap v938: 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-18T05:56:53.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:52 smithi162 bash[19760]: cluster 2024-01-18T05:56:51.278495+0000 mgr.smithi142.tzoxhd (mgr.14182) 1476 : cluster [DBG] pgmap v938: 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-18T05:56:53.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:54.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:53 smithi162 bash[19760]: audit 2024-01-18T05:56:52.538494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1477 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:54.217 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:54.229 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:53 smithi142 bash[16247]: audit 2024-01-18T05:56:52.538494+0000 mgr.smithi142.tzoxhd (mgr.14182) 1477 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:55.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:54 smithi162 bash[19760]: cluster 2024-01-18T05:56:53.279740+0000 mgr.smithi142.tzoxhd (mgr.14182) 1478 : cluster [DBG] pgmap v939: 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-18T05:56:55.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:54 smithi142 bash[16247]: cluster 2024-01-18T05:56:53.279740+0000 mgr.smithi142.tzoxhd (mgr.14182) 1478 : cluster [DBG] pgmap v939: 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-18T05:56:57.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:56 smithi142 bash[16247]: cluster 2024-01-18T05:56:55.280514+0000 mgr.smithi142.tzoxhd (mgr.14182) 1479 : cluster [DBG] pgmap v940: 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-18T05:56:57.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:56 smithi162 bash[19760]: cluster 2024-01-18T05:56:55.280514+0000 mgr.smithi142.tzoxhd (mgr.14182) 1479 : cluster [DBG] pgmap v940: 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-18T05:56:57.411 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:56:57.411 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:56:58.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:56:59.062 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:56:59.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:58 smithi142 bash[16247]: cluster 2024-01-18T05:56:57.281398+0000 mgr.smithi142.tzoxhd (mgr.14182) 1480 : cluster [DBG] pgmap v941: 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-18T05:56:59.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:58 smithi142 bash[16247]: audit 2024-01-18T05:56:57.390583+0000 mgr.smithi142.tzoxhd (mgr.14182) 1481 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:59.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:56:58 smithi142 bash[16247]: audit 2024-01-18T05:56:58.539922+0000 mon.smithi142 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:56:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:58 smithi162 bash[19760]: cluster 2024-01-18T05:56:57.281398+0000 mgr.smithi142.tzoxhd (mgr.14182) 1480 : cluster [DBG] pgmap v941: 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-18T05:56:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:58 smithi162 bash[19760]: audit 2024-01-18T05:56:57.390583+0000 mgr.smithi142.tzoxhd (mgr.14182) 1481 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:56:59.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:56:58 smithi162 bash[19760]: audit 2024-01-18T05:56:58.539922+0000 mon.smithi142 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:01.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:00 smithi142 bash[16247]: cluster 2024-01-18T05:56:59.282643+0000 mgr.smithi142.tzoxhd (mgr.14182) 1482 : cluster [DBG] pgmap v942: 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-18T05:57:01.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:00 smithi162 bash[19760]: cluster 2024-01-18T05:56:59.282643+0000 mgr.smithi142.tzoxhd (mgr.14182) 1482 : cluster [DBG] pgmap v942: 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-18T05:57:02.293 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:02.293 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:02.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:03.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:02 smithi142 bash[16247]: cluster 2024-01-18T05:57:01.283808+0000 mgr.smithi142.tzoxhd (mgr.14182) 1483 : 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-18T05:57:03.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:02 smithi162 bash[19760]: cluster 2024-01-18T05:57:01.283808+0000 mgr.smithi142.tzoxhd (mgr.14182) 1483 : 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-18T05:57:03.926 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:04.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:03 smithi142 bash[16247]: audit 2024-01-18T05:57:02.277915+0000 mgr.smithi142.tzoxhd (mgr.14182) 1484 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:04.367 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:03 smithi162 bash[19760]: audit 2024-01-18T05:57:02.277915+0000 mgr.smithi142.tzoxhd (mgr.14182) 1484 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:05.264 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:04 smithi142 bash[16247]: cluster 2024-01-18T05:57:03.285018+0000 mgr.smithi142.tzoxhd (mgr.14182) 1485 : 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-18T05:57:05.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:04 smithi162 bash[19760]: cluster 2024-01-18T05:57:03.285018+0000 mgr.smithi142.tzoxhd (mgr.14182) 1485 : 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-18T05:57:07.038 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:07.038 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:07.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:07 smithi142 bash[16247]: cluster 2024-01-18T05:57:05.286350+0000 mgr.smithi142.tzoxhd (mgr.14182) 1486 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:07.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:07 smithi162 bash[19760]: cluster 2024-01-18T05:57:05.286350+0000 mgr.smithi142.tzoxhd (mgr.14182) 1486 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:07.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:08.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:08 smithi142 bash[16247]: audit 2024-01-18T05:57:07.023022+0000 mgr.smithi142.tzoxhd (mgr.14182) 1487 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:08.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:08 smithi162 bash[19760]: audit 2024-01-18T05:57:07.023022+0000 mgr.smithi142.tzoxhd (mgr.14182) 1487 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:08.650 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:09.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:09 smithi142 bash[16247]: cluster 2024-01-18T05:57:07.287391+0000 mgr.smithi142.tzoxhd (mgr.14182) 1488 : 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-18T05:57:09.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:09 smithi162 bash[19760]: cluster 2024-01-18T05:57:07.287391+0000 mgr.smithi142.tzoxhd (mgr.14182) 1488 : 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-18T05:57:11.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:11 smithi142 bash[16247]: cluster 2024-01-18T05:57:09.288701+0000 mgr.smithi142.tzoxhd (mgr.14182) 1489 : cluster [DBG] pgmap v947: 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-18T05:57:11.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:11 smithi162 bash[19760]: cluster 2024-01-18T05:57:09.288701+0000 mgr.smithi142.tzoxhd (mgr.14182) 1489 : cluster [DBG] pgmap v947: 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-18T05:57:11.768 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:11.768 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:12.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:13.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:13 smithi142 bash[16247]: cluster 2024-01-18T05:57:11.289863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1490 : 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-18T05:57:13.316 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:13 smithi142 bash[16247]: audit 2024-01-18T05:57:11.747596+0000 mgr.smithi142.tzoxhd (mgr.14182) 1491 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:13.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:13 smithi162 bash[19760]: cluster 2024-01-18T05:57:11.289863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1490 : 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-18T05:57:13.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:13 smithi162 bash[19760]: audit 2024-01-18T05:57:11.747596+0000 mgr.smithi142.tzoxhd (mgr.14182) 1491 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:13.420 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:15.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:15 smithi142 bash[16247]: cluster 2024-01-18T05:57:13.291046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1492 : 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-18T05:57:15.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:15 smithi162 bash[19760]: cluster 2024-01-18T05:57:13.291046+0000 mgr.smithi142.tzoxhd (mgr.14182) 1492 : 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-18T05:57:16.550 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:16.550 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:17.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:17.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:17 smithi142 bash[16247]: cluster 2024-01-18T05:57:15.291970+0000 mgr.smithi142.tzoxhd (mgr.14182) 1493 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:17.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:17 smithi162 bash[19760]: cluster 2024-01-18T05:57:15.291970+0000 mgr.smithi142.tzoxhd (mgr.14182) 1493 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:18.157 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:18.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:18 smithi142 bash[16247]: audit 2024-01-18T05:57:16.532504+0000 mgr.smithi142.tzoxhd (mgr.14182) 1494 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:18.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:18 smithi162 bash[19760]: audit 2024-01-18T05:57:16.532504+0000 mgr.smithi142.tzoxhd (mgr.14182) 1494 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:19.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:19 smithi142 bash[16247]: cluster 2024-01-18T05:57:17.292985+0000 mgr.smithi142.tzoxhd (mgr.14182) 1495 : 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-18T05:57:19.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:19 smithi162 bash[19760]: cluster 2024-01-18T05:57:17.292985+0000 mgr.smithi142.tzoxhd (mgr.14182) 1495 : 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-18T05:57:21.174 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:21.174 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:21.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:21 smithi142 bash[16247]: cluster 2024-01-18T05:57:19.294296+0000 mgr.smithi142.tzoxhd (mgr.14182) 1496 : cluster [DBG] pgmap v952: 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-18T05:57:21.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:21 smithi162 bash[19760]: cluster 2024-01-18T05:57:19.294296+0000 mgr.smithi142.tzoxhd (mgr.14182) 1496 : cluster [DBG] pgmap v952: 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-18T05:57:21.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:22.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:22 smithi162 bash[19760]: audit 2024-01-18T05:57:21.152355+0000 mgr.smithi142.tzoxhd (mgr.14182) 1497 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:22.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:22 smithi142 bash[16247]: audit 2024-01-18T05:57:21.152355+0000 mgr.smithi142.tzoxhd (mgr.14182) 1497 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:22.777 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:23.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:23 smithi162 bash[19760]: cluster 2024-01-18T05:57:21.295306+0000 mgr.smithi142.tzoxhd (mgr.14182) 1498 : 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-18T05:57:23.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:23 smithi142 bash[16247]: cluster 2024-01-18T05:57:21.295306+0000 mgr.smithi142.tzoxhd (mgr.14182) 1498 : 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-18T05:57:25.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:25 smithi162 bash[19760]: cluster 2024-01-18T05:57:23.296527+0000 mgr.smithi142.tzoxhd (mgr.14182) 1499 : 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-18T05:57:25.448 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:25 smithi142 bash[16247]: cluster 2024-01-18T05:57:23.296527+0000 mgr.smithi142.tzoxhd (mgr.14182) 1499 : 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-18T05:57:25.879 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:25.880 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:26.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:27.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:27 smithi162 bash[19760]: cluster 2024-01-18T05:57:25.297865+0000 mgr.smithi142.tzoxhd (mgr.14182) 1500 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:27.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:27 smithi162 bash[19760]: audit 2024-01-18T05:57:25.860102+0000 mgr.smithi142.tzoxhd (mgr.14182) 1501 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:27.498 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:27.510 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:27 smithi142 bash[16247]: cluster 2024-01-18T05:57:25.297865+0000 mgr.smithi142.tzoxhd (mgr.14182) 1500 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:27.510 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:27 smithi142 bash[16247]: audit 2024-01-18T05:57:25.860102+0000 mgr.smithi142.tzoxhd (mgr.14182) 1501 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:29.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:29 smithi142 bash[16247]: cluster 2024-01-18T05:57:27.298853+0000 mgr.smithi142.tzoxhd (mgr.14182) 1502 : 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-18T05:57:29.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:29 smithi162 bash[19760]: cluster 2024-01-18T05:57:27.298853+0000 mgr.smithi142.tzoxhd (mgr.14182) 1502 : 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-18T05:57:30.677 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:30.678 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:31.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:31.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:31 smithi162 bash[19760]: cluster 2024-01-18T05:57:29.300201+0000 mgr.smithi142.tzoxhd (mgr.14182) 1503 : cluster [DBG] pgmap v957: 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-18T05:57:31.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:31 smithi142 bash[16247]: cluster 2024-01-18T05:57:29.300201+0000 mgr.smithi142.tzoxhd (mgr.14182) 1503 : cluster [DBG] pgmap v957: 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-18T05:57:32.289 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:32.302 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:32 smithi142 bash[16247]: audit 2024-01-18T05:57:30.658059+0000 mgr.smithi142.tzoxhd (mgr.14182) 1504 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:32.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:32 smithi162 bash[19760]: audit 2024-01-18T05:57:30.658059+0000 mgr.smithi142.tzoxhd (mgr.14182) 1504 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:33.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:33 smithi162 bash[19760]: cluster 2024-01-18T05:57:31.301358+0000 mgr.smithi142.tzoxhd (mgr.14182) 1505 : 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-18T05:57:33.460 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:33 smithi142 bash[16247]: cluster 2024-01-18T05:57:31.301358+0000 mgr.smithi142.tzoxhd (mgr.14182) 1505 : 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-18T05:57:35.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:35 smithi142 bash[16247]: cluster 2024-01-18T05:57:33.302577+0000 mgr.smithi142.tzoxhd (mgr.14182) 1506 : 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-18T05:57:35.417 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:35.418 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:35.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:35 smithi162 bash[19760]: cluster 2024-01-18T05:57:33.302577+0000 mgr.smithi142.tzoxhd (mgr.14182) 1506 : 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-18T05:57:36.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:37.026 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:37.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:37 smithi142 bash[16247]: cluster 2024-01-18T05:57:35.303832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1507 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:37.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:37 smithi142 bash[16247]: audit 2024-01-18T05:57:35.395917+0000 mgr.smithi142.tzoxhd (mgr.14182) 1508 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:37.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:37 smithi162 bash[19760]: cluster 2024-01-18T05:57:35.303832+0000 mgr.smithi142.tzoxhd (mgr.14182) 1507 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:37.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:37 smithi162 bash[19760]: audit 2024-01-18T05:57:35.395917+0000 mgr.smithi142.tzoxhd (mgr.14182) 1508 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:39.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:39 smithi142 bash[16247]: cluster 2024-01-18T05:57:37.304826+0000 mgr.smithi142.tzoxhd (mgr.14182) 1509 : 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-18T05:57:39.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:39 smithi162 bash[19760]: cluster 2024-01-18T05:57:37.304826+0000 mgr.smithi142.tzoxhd (mgr.14182) 1509 : 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-18T05:57:40.303 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:40.304 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:40.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:41.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:41 smithi142 bash[16247]: cluster 2024-01-18T05:57:39.306126+0000 mgr.smithi142.tzoxhd (mgr.14182) 1510 : cluster [DBG] pgmap v962: 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-18T05:57:41.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:41 smithi162 bash[19760]: cluster 2024-01-18T05:57:39.306126+0000 mgr.smithi142.tzoxhd (mgr.14182) 1510 : cluster [DBG] pgmap v962: 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-18T05:57:41.907 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:42.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:42 smithi142 bash[16247]: audit 2024-01-18T05:57:40.283243+0000 mgr.smithi142.tzoxhd (mgr.14182) 1511 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:42.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:42 smithi162 bash[19760]: audit 2024-01-18T05:57:40.283243+0000 mgr.smithi142.tzoxhd (mgr.14182) 1511 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:43.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:43 smithi142 bash[16247]: cluster 2024-01-18T05:57:41.307323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1512 : 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-18T05:57:43.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:43 smithi162 bash[19760]: cluster 2024-01-18T05:57:41.307323+0000 mgr.smithi142.tzoxhd (mgr.14182) 1512 : 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-18T05:57:45.107 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:45.107 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:45.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:45 smithi142 bash[16247]: cluster 2024-01-18T05:57:43.308616+0000 mgr.smithi142.tzoxhd (mgr.14182) 1513 : 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-18T05:57:45.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:45 smithi162 bash[19760]: cluster 2024-01-18T05:57:43.308616+0000 mgr.smithi142.tzoxhd (mgr.14182) 1513 : 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-18T05:57:45.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:46.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:46 smithi142 bash[16247]: audit 2024-01-18T05:57:45.089642+0000 mgr.smithi142.tzoxhd (mgr.14182) 1514 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:46.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:46 smithi162 bash[19760]: audit 2024-01-18T05:57:45.089642+0000 mgr.smithi142.tzoxhd (mgr.14182) 1514 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:46.762 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:47.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:47 smithi142 bash[16247]: cluster 2024-01-18T05:57:45.310092+0000 mgr.smithi142.tzoxhd (mgr.14182) 1515 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:47.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:47 smithi162 bash[19760]: cluster 2024-01-18T05:57:45.310092+0000 mgr.smithi142.tzoxhd (mgr.14182) 1515 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:48.314 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:48 smithi142 bash[16247]: audit 2024-01-18T05:57:47.279472+0000 mon.smithi142 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:57:48.315 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:48 smithi142 bash[16247]: audit 2024-01-18T05:57:47.591471+0000 mon.smithi142 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:48.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:48 smithi162 bash[19760]: audit 2024-01-18T05:57:47.279472+0000 mon.smithi142 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T05:57:48.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:48 smithi162 bash[19760]: audit 2024-01-18T05:57:47.591471+0000 mon.smithi142 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:49.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:49 smithi142 bash[16247]: cluster 2024-01-18T05:57:47.311211+0000 mgr.smithi142.tzoxhd (mgr.14182) 1516 : 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-18T05:57:49.615 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:49 smithi162 bash[19760]: cluster 2024-01-18T05:57:47.311211+0000 mgr.smithi142.tzoxhd (mgr.14182) 1516 : 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-18T05:57:50.027 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:50.027 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:47:25.988262Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:47:25.990753Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:47:25.988676Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:47:25.988956Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:47:25.989221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:47:25.989734Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:47:25.989479Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:50.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:51.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:51 smithi142 bash[16247]: cluster 2024-01-18T05:57:49.312571+0000 mgr.smithi142.tzoxhd (mgr.14182) 1517 : cluster [DBG] pgmap v967: 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-18T05:57:51.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:51 smithi142 bash[16247]: audit 2024-01-18T05:57:50.013505+0000 mgr.smithi142.tzoxhd (mgr.14182) 1518 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:51.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:51 smithi162 bash[19760]: cluster 2024-01-18T05:57:49.312571+0000 mgr.smithi142.tzoxhd (mgr.14182) 1517 : cluster [DBG] pgmap v967: 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-18T05:57:51.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:51 smithi162 bash[19760]: audit 2024-01-18T05:57:50.013505+0000 mgr.smithi142.tzoxhd (mgr.14182) 1518 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:51.691 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:53.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:53 smithi142 bash[16247]: cluster 2024-01-18T05:57:51.313731+0000 mgr.smithi142.tzoxhd (mgr.14182) 1519 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:53.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:53 smithi162 bash[19760]: cluster 2024-01-18T05:57:51.313731+0000 mgr.smithi142.tzoxhd (mgr.14182) 1519 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.194841+0000 mon.smithi142 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.485738+0000 mon.smithi142 (mon.0) 1017 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.487131+0000 mon.smithi142 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.495947+0000 mon.smithi142 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.502865+0000 mon.smithi142 (mon.0) 1020 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:57:54.476 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:54 smithi142 bash[16247]: audit 2024-01-18T05:57:53.523017+0000 mon.smithi142 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.194841+0000 mon.smithi142 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.485738+0000 mon.smithi142 (mon.0) 1017 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.487131+0000 mon.smithi142 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.495947+0000 mon.smithi142 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.502865+0000 mon.smithi142 (mon.0) 1020 : audit [DBG] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T05:57:54.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:54 smithi162 bash[19760]: audit 2024-01-18T05:57:53.523017+0000 mon.smithi142 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:54.902 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:54.903 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:56:39.140758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:55:32.817077Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bzbkvu on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:56:39.142539Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:56:39.140229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:56:39.139813Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:56:39.141258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:56:39.141507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:57:53.187086Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:57:55.523 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:55 smithi142 bash[16247]: cluster 2024-01-18T05:57:53.314863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1520 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:55.523 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:55 smithi142 bash[16247]: cluster 2024-01-18T05:57:53.496952+0000 mgr.smithi142.tzoxhd (mgr.14182) 1521 : 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-18T05:57:55.523 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:55 smithi142 bash[16247]: cephadm 2024-01-18T05:57:53.526626+0000 mgr.smithi142.tzoxhd (mgr.14182) 1522 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.qtnvpj on smithi162 2024-01-18T05:57:55.523 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:55 smithi142 bash[16247]: cluster 2024-01-18T05:57:54.193643+0000 mon.smithi142 (mon.0) 1022 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:57:55.524 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:55 smithi142 bash[16247]: cluster 2024-01-18T05:57:54.193703+0000 mon.smithi142 (mon.0) 1023 : cluster [INF] Cluster is now healthy 2024-01-18T05:57:55.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:57:55.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:55 smithi162 bash[19760]: cluster 2024-01-18T05:57:53.314863+0000 mgr.smithi142.tzoxhd (mgr.14182) 1520 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T05:57:55.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:55 smithi162 bash[19760]: cluster 2024-01-18T05:57:53.496952+0000 mgr.smithi142.tzoxhd (mgr.14182) 1521 : 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-18T05:57:55.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:55 smithi162 bash[19760]: cephadm 2024-01-18T05:57:53.526626+0000 mgr.smithi142.tzoxhd (mgr.14182) 1522 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.qtnvpj on smithi162 2024-01-18T05:57:55.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:55 smithi162 bash[19760]: cluster 2024-01-18T05:57:54.193643+0000 mon.smithi142 (mon.0) 1022 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T05:57:55.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:55 smithi162 bash[19760]: cluster 2024-01-18T05:57:54.193703+0000 mon.smithi142 (mon.0) 1023 : cluster [INF] Cluster is now healthy 2024-01-18T05:57:56.525 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T05:57:56.538 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:56 smithi142 bash[16247]: audit 2024-01-18T05:57:54.886114+0000 mgr.smithi142.tzoxhd (mgr.14182) 1523 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:56.615 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:56 smithi162 bash[19760]: audit 2024-01-18T05:57:54.886114+0000 mgr.smithi142.tzoxhd (mgr.14182) 1523 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T05:57:57.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:57 smithi142 bash[16247]: cluster 2024-01-18T05:57:55.498108+0000 mgr.smithi142.tzoxhd (mgr.14182) 1524 : cluster [DBG] pgmap v971: 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-18T05:57:57.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:57 smithi162 bash[19760]: cluster 2024-01-18T05:57:55.498108+0000 mgr.smithi142.tzoxhd (mgr.14182) 1524 : cluster [DBG] pgmap v971: 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-18T05:57:58.564 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:58 smithi142 bash[16247]: audit 2024-01-18T05:57:57.281042+0000 mon.smithi142 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.qtnvpj"}]: dispatch 2024-01-18T05:57:58.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:58 smithi162 bash[19760]: audit 2024-01-18T05:57:57.281042+0000 mon.smithi142 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.qtnvpj"}]: dispatch 2024-01-18T05:57:59.565 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: cephadm 2024-01-18T05:57:57.279727+0000 mgr.smithi142.tzoxhd (mgr.14182) 1525 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Traceback (most recent call last): 2024-01-18T05:57:59.566 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: yield (conn, connr) 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: code, '\n'.join(err))) 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.567 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: cephadm 2024-01-18T05:57:57.280383+0000 mgr.smithi142.tzoxhd (mgr.14182) 1526 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: cephadm 2024-01-18T05:57:57.282760+0000 mgr.smithi142.tzoxhd (mgr.14182) 1527 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.qtnvpj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stdout 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.568 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: cephadm 2024-01-18T05:57:57.287574+0000 mgr.smithi142.tzoxhd (mgr.14182) 1528 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bjzfvw on smithi142 2024-01-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: cluster 2024-01-18T05:57:57.498685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1529 : cluster [DBG] pgmap v972: 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-18T05:57:59.569 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:57:59 smithi142 bash[16247]: audit 2024-01-18T05:57:58.541986+0000 mon.smithi142 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:59.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: cephadm 2024-01-18T05:57:57.279727+0000 mgr.smithi142.tzoxhd (mgr.14182) 1525 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.616 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Traceback (most recent call last): 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: yield (conn, connr) 2024-01-18T05:57:59.617 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: code, '\n'.join(err))) 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: cephadm 2024-01-18T05:57:57.280383+0000 mgr.smithi142.tzoxhd (mgr.14182) 1526 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.618 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: cephadm 2024-01-18T05:57:57.282760+0000 mgr.smithi142.tzoxhd (mgr.14182) 1527 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.qtnvpj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stdout 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: /usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Deploy daemon haproxy.nfs.foo.smithi162.qtnvpj ... 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: stat: stderr See 'docker run --help'. 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: cephadm 2024-01-18T05:57:57.287574+0000 mgr.smithi142.tzoxhd (mgr.14182) 1528 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bjzfvw on smithi142 2024-01-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: cluster 2024-01-18T05:57:57.498685+0000 mgr.smithi142.tzoxhd (mgr.14182) 1529 : cluster [DBG] pgmap v972: 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-18T05:57:59.619 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:57:59 smithi162 bash[19760]: audit 2024-01-18T05:57:58.541986+0000 mon.smithi142 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.142:0/2458678373' entity='mgr.smithi142.tzoxhd' 2024-01-18T05:57:59.782 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T05:57:59.783 INFO:teuthology.orchestra.run.smithi142.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T05:26:33.366604Z", "last_refresh": "2024-01-18T05:56:39.140501Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T05:26:25.524165Z", "last_refresh": "2024-01-18T05:56:39.140758Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T05:26:29.471134Z", "last_refresh": "2024-01-18T05:56:39.141009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T05:56:43.425020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nkjpvx on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-nkjpvx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.nkjpvx\nDeploy daemon haproxy.nfs.foo.smithi162.nkjpvx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.266529Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gwyahs on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gwyahs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gwyahs\nDeploy daemon haproxy.nfs.foo.smithi142.gwyahs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T05:56:47.270945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ucrteg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:56:47.275255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prtzng on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T05:57:57.282476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.qtnvpj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi162-qtnvpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi162.qtnvpj\nDeploy daemon haproxy.nfs.foo.smithi162.qtnvpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.142/16"}, "status": {"created": "2024-01-18T05:33:42.279664Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.142/16"}}, {"events": ["2024-01-18T05:33:37.023554Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T05:33:37.018162Z", "last_refresh": "2024-01-18T05:56:39.142539Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T05:26:23.596381Z", "last_refresh": "2024-01-18T05:56:39.140229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:27:54.572224Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi142:172.21.15.142=smithi142", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T05:27:54.567030Z", "last_refresh": "2024-01-18T05:56:39.139813Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T05:33:42.277589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T05:33:42.273351Z", "last_refresh": "2024-01-18T05:56:39.142804Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T05:26:31.488029Z", "last_refresh": "2024-01-18T05:56:39.141258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T05:28:20.038421Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T05:28:20.031018Z", "last_refresh": "2024-01-18T05:56:39.141507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T05:26:27.517703Z", "last_refresh": "2024-01-18T05:57:53.187086Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T05:58:00.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T05:58:00.418 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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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-18T05:58:00.664 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0f5307e02ac249e89054da2d73f18583 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_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/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-18T05:58:00.666 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T05:58:00.675 INFO:tasks.vip:Removing 10.0.15.142 (and any VIPs) on smithi142.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T05:58:00.676 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.15.142/16 dev enp3s0f1 2024-01-18T05:58:00.706 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.31.142/16 dev enp3s0f1 2024-01-18T05:58:00.762 INFO:teuthology.orchestra.run.smithi142.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T05:58:00.763 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T05:58:00.764 INFO:tasks.vip:Removing 10.0.15.162 (and any VIPs) on smithi162.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T05:58:00.764 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.15.162/16 dev enp3s0f1 2024-01-18T05:58:00.778 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.31.142/16 dev enp3s0f1 2024-01-18T05:58:00.831 INFO:teuthology.orchestra.run.smithi162.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T05:58:00.831 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T05:58:00.832 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T05:58:00.842 INFO:tasks.cephadm:Teardown begin 2024-01-18T05:58:00.842 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:58:00.857 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:58:00.887 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T05:58:00.887 DEBUG:teuthology.orchestra.run.smithi142:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:58:00.905 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T05:58:00.936 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T05:58:00.936 INFO:tasks.cephadm.mon.smithi142:Stopping mon.smithi142... 2024-01-18T05:58:00.936 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142 2024-01-18T05:58:01.240 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:58:00 smithi142 systemd[1]: Stopping Ceph mon.smithi142 for ee000c34-b5c1-11ee-95ae-87774f69a715... 2024-01-18T05:58:01.240 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:58:00 smithi142 bash[107654]: Error response from daemon: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-mon.smithi142 2024-01-18T05:58:01.241 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:58:01 smithi142 bash[16247]: debug 2024-01-18T05:58:01.147+0000 7f46132d5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi142 -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-18T05:58:01.241 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 05:58:01 smithi142 bash[16247]: debug 2024-01-18T05:58:01.147+0000 7f46132d5700 -1 mon.smithi142@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T05:58:02.019 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi142.service' 2024-01-18T05:58:02.069 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T05:58:02.069 INFO:tasks.cephadm.mon.smithi142:Stopped mon.smithi142 2024-01-18T05:58:02.070 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2024-01-18T05:58:02.070 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi162 2024-01-18T05:58:02.365 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:58:02 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for ee000c34-b5c1-11ee-95ae-87774f69a715... 2024-01-18T05:58:02.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:58:02 smithi162 bash[43955]: Error response from daemon: No such container: ceph-ee000c34-b5c1-11ee-95ae-87774f69a715-mon.smithi162 2024-01-18T05:58:02.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:58:02 smithi162 bash[19760]: debug 2024-01-18T05:58:02.317+0000 7fd32e24e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi162 -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-18T05:58:02.366 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 18 05:58:02 smithi162 bash[19760]: debug 2024-01-18T05:58:02.317+0000 7fd32e24e700 -1 mon.smithi162@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T05:58:03.258 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ee000c34-b5c1-11ee-95ae-87774f69a715@mon.smithi162.service' 2024-01-18T05:58:03.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T05:58:03.296 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2024-01-18T05:58:03.296 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T05:59:01.035 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T05:59:46.851 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:59:46.866 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T05:59:46.880 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T05:59:46.882 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/ubuntu@smithi142.front.sepia.ceph.com/crash 2024-01-18T05:59:46.883 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash -- . 2024-01-18T05:59:46.922 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T05:59:46.923 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2024-01-18T05:59:46.924 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/ubuntu@smithi162.front.sepia.ceph.com/crash 2024-01-18T05:59:46.925 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash -- . 2024-01-18T05:59:46.937 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T05:59:46.937 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2024-01-18T05:59:46.938 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T05:59:46.938 DEBUG:teuthology.orchestra.run.smithi142:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T05:59:46.984 INFO:teuthology.orchestra.run.smithi142.stderr:grep: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T05:59:46.987 INFO:tasks.cephadm:Compressing logs... 2024-01-18T05:59:46.987 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:59:47.036 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:59:47.049 INFO:teuthology.orchestra.run.smithi142.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-18T05:59:47.049 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T05:59:47.050 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T05:59:47.050 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T05:59:47.051 INFO:teuthology.orchestra.run.smithi162.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-18T05:59:47.051 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T05:59:47.052 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T05:59:47.052 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T05:59:47.054 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.hfvhek.log 2024-01-18T05:59:47.054 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi142.tzoxhd.log 2024-01-18T05:59:47.054 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.5.log: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.hfvhek.log: 60.3% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.hfvhek.log.gz 2024-01-18T05:59:47.054 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T05:59:47.055 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T05:59:47.055 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T05:59:47.055 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T05:59:47.056 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi162.log 2024-01-18T05:59:47.056 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi162.wvlspo.log 2024-01-18T05:59:47.056 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T05:59:47.056 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi162.wvlspo.log: gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T05:59:47.057 INFO:teuthology.orchestra.run.smithi162.stderr:gzip /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.2.log: -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi162.uzxuni.log 2024-01-18T05:59:47.057 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi142.log 2024-01-18T05:59:47.063 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi142.tzoxhd.log: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.3.log: /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi142.log: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T05:59:47.064 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T05:59:47.064 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T05:59:47.065 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi162.uzxuni.log: 83.2% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi162.uzxuni.log.gz 2024-01-18T05:59:47.067 INFO:teuthology.orchestra.run.smithi142.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T05:59:47.068 INFO:teuthology.orchestra.run.smithi162.stderr: 93.5% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi162.wvlspo.log.gz 2024-01-18T05:59:47.333 INFO:teuthology.orchestra.run.smithi142.stderr: 89.4% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mgr.smithi142.tzoxhd.log.gz 2024-01-18T05:59:47.497 INFO:teuthology.orchestra.run.smithi162.stderr: 92.5% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi162.log.gz 2024-01-18T05:59:47.507 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T05:59:47.520 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T05:59:47.591 INFO:teuthology.orchestra.run.smithi142.stderr: 92.9% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T05:59:47.607 INFO:teuthology.orchestra.run.smithi162.stderr: 92.9% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T05:59:47.660 INFO:teuthology.orchestra.run.smithi142.stderr: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T05:59:47.704 INFO:teuthology.orchestra.run.smithi142.stderr: 92.9% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T05:59:47.744 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T05:59:47.746 INFO:teuthology.orchestra.run.smithi162.stderr: 2024-01-18T05:59:47.746 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m0.705s 2024-01-18T05:59:47.747 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m2.544s 2024-01-18T05:59:47.747 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m0.130s 2024-01-18T05:59:47.839 INFO:teuthology.orchestra.run.smithi142.stderr: 93.4% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T05:59:47.883 INFO:teuthology.orchestra.run.smithi142.stderr: 89.9% -- replaced with /var/log/ceph/ee000c34-b5c1-11ee-95ae-87774f69a715/ceph-mon.smithi142.log.gz 2024-01-18T05:59:47.884 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T05:59:47.885 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m0.846s 2024-01-18T05:59:47.885 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m3.631s 2024-01-18T05:59:47.885 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.117s 2024-01-18T05:59:47.885 INFO:tasks.cephadm:Archiving logs... 2024-01-18T05:59:47.885 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/ubuntu@smithi142.front.sepia.ceph.com/log 2024-01-18T05:59:47.886 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T05:59:48.499 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/ubuntu@smithi162.front.sepia.ceph.com/log 2024-01-18T05:59:48.500 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T05:59:48.876 INFO:tasks.cephadm:Removing cluster... 2024-01-18T05:59:48.876 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 --force 2024-01-18T05:59:50.268 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ee000c34-b5c1-11ee-95ae-87774f69a715 --force 2024-01-18T05:59:51.642 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T05:59:51.642 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T05:59:51.649 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T05:59:51.655 INFO:tasks.cephadm:Teardown complete 2024-01-18T05:59:51.656 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T05:59:51.666 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2024-01-18T05:59:51.666 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_1 2024-01-18T05:59:51.990 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T05:59:51.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:51.992 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2024-01-18T05:59:51.992 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_2 2024-01-18T05:59:52.322 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T05:59:52.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:52.324 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2024-01-18T05:59:52.324 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_3 2024-01-18T05:59:52.622 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T05:59:52.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:52.624 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2024-01-18T05:59:52.624 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_4 2024-01-18T05:59:52.894 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T05:59:52.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:52.896 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T05:59:52.896 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2024-01-18T05:59:52.911 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2024-01-18T05:59:52.911 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_1 2024-01-18T05:59:53.221 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T05:59:53.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:53.222 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2024-01-18T05:59:53.223 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_2 2024-01-18T05:59:53.557 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T05:59:53.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:53.558 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2024-01-18T05:59:53.558 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_3 2024-01-18T05:59:53.865 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T05:59:53.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:53.866 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2024-01-18T05:59:53.866 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_4 2024-01-18T05:59:54.137 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T05:59:54.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:54.138 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-18T05:59:54.138 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2024-01-18T05:59:54.153 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T05:59:54.163 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T05:59:54.163 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T05:59:54.165 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T05:59:54.184 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T05:59:54.185 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-01-18T05:59:54.185 INFO:teuthology.orchestra.run.smithi142.stdout:*hv01.front.sepi 44.4.53.2 2 u 59 64 377 0.078 1.416 0.273 2024-01-18T05:59:54.185 INFO:teuthology.orchestra.run.smithi142.stdout:+hv02.front.sepi 63.231.80.2 3 u 6 64 377 0.080 2.421 0.288 2024-01-18T05:59:54.185 INFO:teuthology.orchestra.run.smithi142.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.117 0.889 0.632 2024-01-18T05:59:54.185 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T05:59:54.220 INFO:teuthology.orchestra.run.smithi162.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T05:59:54.220 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================== 2024-01-18T05:59:54.220 INFO:teuthology.orchestra.run.smithi162.stdout:*hv01.front.sepi 44.4.53.2 2 u 56 64 377 0.092 0.589 0.226 2024-01-18T05:59:54.220 INFO:teuthology.orchestra.run.smithi162.stdout:+hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.108 1.610 0.194 2024-01-18T05:59:54.220 INFO:teuthology.orchestra.run.smithi162.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.076 -0.135 0.333 2024-01-18T05:59:54.221 INFO:teuthology.orchestra.run.smithi162.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T05:59:54.221 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T05:59:54.232 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T05:59:54.233 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T05:59:54.242 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T05:59:54.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T05:59:54.261 INFO:teuthology.task.internal:Duration was 2416.686634 seconds 2024-01-18T05:59:54.262 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T05:59:54.271 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T05:59:54.272 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T05:59:54.274 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T05:59:54.325 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T05:59:54.325 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T05:59:54.325 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:59:54.336 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2024-01-18T05:59:54.336 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:59:54.347 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T05:59:54.347 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T05:59:54.380 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T05:59:54.450 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T05:59:54.451 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T05:59:54.453 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T05:59:54.600 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T05:59:54.611 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T05:59:54.612 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T05:59:54.624 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T05:59:54.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T05:59:54.652 DEBUG:teuthology.orchestra.run.smithi142:> 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-18T05:59:54.667 DEBUG:teuthology.orchestra.run.smithi162:> 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-18T05:59:54.678 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2024-01-18T05:59:54.693 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2024-01-18T05:59:54.724 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T05:59:54.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:54.751 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T05:59:54.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T05:59:54.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T05:59:54.783 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T05:59:54.784 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/smithi142 2024-01-18T05:59:54.785 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T05:59:54.829 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543/remote/smithi162 2024-01-18T05:59:54.830 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T05:59:54.858 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T05:59:54.858 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T05:59:54.863 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T05:59:54.902 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T05:59:54.913 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T05:59:54.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T05:59:55.024 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T05:59:55.025 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T05:59:55.027 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T05:59:55.032 INFO:teuthology.orchestra.run.smithi142.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 05:59 /home/ubuntu/cephtest 2024-01-18T05:59:55.034 INFO:teuthology.orchestra.run.smithi162.stdout: 659549 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 05:59 /home/ubuntu/cephtest 2024-01-18T05:59:55.037 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T05:59:55.049 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T05:59:55.071 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T05:59:55.098 DEBUG:teuthology.nuke:shortname: smithi142 2024-01-18T05:59:55.099 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T05:59:55.123 DEBUG:teuthology.nuke:shortname: smithi162 2024-01-18T05:59:55.124 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T05:59:55.128 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543', '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-18 05:10:56.268181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-18T05:59:55.151 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519543', '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-18 05:10:56.269557', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-18T05:59:55.187 INFO:teuthology.orchestra.console.smithi142:Power off 2024-01-18T05:59:55.188 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T05:59:55.211 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2024-01-18T05:59:55.212 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T05:59:55.227 INFO:teuthology.orchestra.console.smithi162:Power off 2024-01-18T05:59:55.228 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T05:59:55.251 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2024-01-18T05:59:55.252 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T05:59:55.268 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-18T05:59:55.278 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-18T05:59:59.270 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T05:59:59.282 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T05:59:59.384 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-18T05:59:59.392 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-18T06:00:03.388 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:03.396 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:00:03.498 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2024-01-18T06:00:03.505 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2024-01-18T06:00:03.600 INFO:teuthology.orchestra.console.smithi142:Power off completed 2024-01-18T06:00:03.606 INFO:teuthology.orchestra.console.smithi162:Power off completed 2024-01-18T06:00:03.710 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: 2416.6866335868835 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0f5307e02ac249e89054da2d73f18583 status: fail success: false 2024-01-18T06:00:03.711 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T06:00:03.795 INFO:teuthology.run:FAIL